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.

Note

All examples should work with Python 3 available on most Linux system or that is available on GitHub Codespaces.