Python, the Universe and Everything
Content
Part I - The Basics
0: Preface
1: Getting started
1.0: Welcome to Python
1.1: Install Python on Debian
1.2: Install Python on Windows
1.3: Invocing the Python Interpreter
1.4: Zen of Python
2: Strings
2.0: What are strings?
2.1: The print statement
2.2: Variables
2.3: Format Strings
2.4: More About Format Strings
3: For loops
3.0: What are loops at all?
3.1: The for - loop explained
4: Working with files
Part II - Batteries included - The Python Library
ConfigParser
Read and write ini files.
Part III - Topic Guides
Algorithm
Webscraping & Testing
Appendix
Online Ressources
Glossar - General explanaitions of programming terms