Installation
- Mamba/Conda Installation Commands (Intermediate Users)
- Installing Mambaforge or Anaconda on Windows
- Installing Mambaforge or Anaconda on Linux/Mac
- IPython
- IDLE
- Spyder
- JupyterLab
Builtins Module
- Object Orientated Programming (OOP) Conception
- Immutable Unicode String str
- Immutable Byte String bytes
- Mutable Bytes String bytearray
- Integer int
- Boolean bool
- Floating Point float
- Complex Number complex
- Immutable Archive Collection of References tuple
- Mutable Active Collection of References list
- Immutable Frozen Set frozenset
- Mutable Set set
- Mutable Mapping Dictionary dict