Creating Python programs

Опубликовано: 03 Май 2026
на канале: Python Morsels
332
13

Python programs are created in code editors, and can be run using system command prompt.

Article at https://pym.dev/creating-python-progr...

More #Python screencasts at https://pym.dev/screencasts/

00:00 The Python REPL
00:27 Definitions: program, script, command-line, editor
01:01 Creating a Python program in a code editor
01:28 Running our Python program
01:56 Printing to see program output
02:18 Python programs are not launched from the REPL
02:35 Different operating systems
03:13 Python scripts are run from the command prompt or terminal