Getting started
4 lessons in the Python course.
Full Python course · Search this topic · Programming
- Running PythonCheck Python 3, use the interactive prompt, and run Python files from a terminal.
- Hello WorldWrite, save, and run a first Python program with the print function.
- User InputRead keyboard input, convert it when needed, and display useful output.
- Comments and ErrorsDocument Python code with comments and use tracebacks to locate mistakes.