Running Python Scripts
Darren Jones
7 Lessons
18m
basics
python
One of the most important skills you need to build as a Python developer is to be able to run Python scripts and code. This is going to be the only way for you to know if your code works as you planned. Itβs even the only way of knowing if your code works at all!
This step-by-step course will guide you through a series of ways to run Python scripts, depending on your environment, platform, needs, and skills as a programmer.
Youβll learn how to run Python scripts by using:
- The operating system command-line or terminal
- The Python interactive mode
- The IDE or text editor you like best
- The file manager of your system, by double-clicking on the icon of your script
Running Python Scripts
7 Lessons 18m
About Darren Jones
With 20 years as a teacher of music technology, Darren is keen to bring his skills to the Python table.
Β» More about Darren




johncyyoung on April 10, 2019
Thanks, enjoyed that, informative for beginner(me!) :)