May 2018
Intermediate to advanced
380 pages
9h 37m
English
Normally, executing a Python program requires typing python <program>.py. However, it is possible to make Python programs self-executing so they don't require typing python as the calling command.