Julia Programming Language
Call an entire python script from Julia?
General Usage
carstenbauer
February 26, 2019, 6:37pm
2
Try
py"""exec(open("calendar.py").read())"""
. (see
here
)
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
How to run an entire python script in pycall
New to Julia
pycall
41
7260
January 6, 2022
How to load and call functions defined in a standalone Python script?
General Usage
pycall
7
4039
August 25, 2019
Define Python function in Julia file with PythonCall?
General Usage
pycall
,
python
,
pythoncall
10
1683
April 9, 2025
Julia calling Python
New to Julia
1
428
April 21, 2019
Calling julia functions from python
General Usage
python
,
pyjulia
17
28210
March 23, 2022