9.11. Python tutorial#
The goal of this tutorial is to give prospective itom users a quick overview about the basic Python v3 commands and how to use them within itom.
Content
- 9.11.1. Creating a project folder and run a first program
- 9.11.2. Numbers and math
- 9.11.3. Variables and names
- 9.11.4. Strings and text
- 9.11.5. Dictionaries, Lists and Tuples
- 9.11.6. If and else statements
- 9.11.7. Loops and Lists
- 9.11.8. Classes and Objects
- 9.11.9. Functions
- 9.11.10. Modules
- 9.11.11. Prompting and passing
- 9.11.12. Reading and writing files
The tutorial above has been created based on the following resources. Please also browse to these online tutorials (especially the first links) to get good introductions to Python 3 (always be careful to only read tutorials about Python 3 or be aware of the differences between Python 2 and 3):
Python-Kurs (v3) (German)
Python Course (v3) (English)