Learning Python#
Python has become the language for many as the first language they learn as it available on a lot of places like on Linux when you’re using a Raspberry Pi. It is also being used for data analytics purposes, developing websites, and embedded devices. The Python language specification has for all these purposes also different implementation like CPython, Jython, MicroPython and CircuitPython, but everyone references to CPython when they talk about Python.
Learning Python
- Your first Python application
- Python Syntax
- Variables and Types
- Working with Strings
- Working with Numbers
- Using Booleans
- Operators
- Collections
- Conditional Statements in Python
- Functions
- Loops
- User Input
- Exception handling
- Working with Files
- Modules
- Classes
- Iterators
- JSON
- Regular Expressions
- Packages and virtual environments
Note
All examples should work with Python 3 available on most Linux system or that is available on GitHub Codespaces.