Call an entire python script from Julia?

Try py"""exec(open("calendar.py").read())""". (see here)

1 Like