# Julia calling Python 

**URL:** https://discourse.julialang.org/t/julia-calling-python/23375
**Category:** New to Julia
**Created:** [April 21, 2019, 4:24pm UTC](https://discourse.julialang.org/t/julia-calling-python/23375 "2019-04-21T16:24:03Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Eric\_X](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/eric_x/32/8088_2.png) [@Eric\_X](https://discourse.julialang.org/u/Eric_X)
#### Post date: [April 21, 2019, 4:24pm UTC](https://discourse.julialang.org/t/julia-calling-python/23375/1 "2019-04-21T16:24:03Z")

</div>

How can I run a Julia script calling a Python script (which ch is already operationnal)  
Thank in advance for your help and your time 🙂

---

<div class="post-metadata">

### Author: ![Tero\_Frondelius](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tero_frondelius/32/7629_2.png) [@Tero\_Frondelius](https://discourse.julialang.org/u/Tero_Frondelius)
#### Post date: [April 21, 2019, 5:26pm UTC](https://discourse.julialang.org/t/julia-calling-python/23375/2 "2019-04-21T17:26:55Z")

</div>

```nohighlight
run(`python script.py`)

```

Also check [PyCall.jl](https://github.com/JuliaPy/PyCall.jl).
