Programming · Beginner
Python online course
A from-scratch path through modern Python: install the interpreter, write readable scripts, and use the tools you will actually need on a workstation.
You will be able to
- Install Python 3 and confirm it from a terminal
- Put the interpreter on the Windows PATH
- Use variables, functions, and control flow
- Work with lists and dictionaries