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
Local Python file in module?
General Usage
question
,
pycall
3
989
December 1, 2022
Calling a Python script with PyCall
New to Julia
6
4119
November 6, 2024
bug report calling julia from python
General Usage
python
0
672
July 5, 2018
PyError pyeval.jl not found
General Usage
pycall
2
445
November 4, 2021
How use python functions from my python file in Julia?
General Usage
2
990
April 25, 2022