Python is a high-level, interpreted, general-purpose programming language known for its simplicity, readability, and versatility. It was created by Guido van Rossum and released in 1991.
- Easy to Learn Simple syntax that resembles English
- Interpreted No need for compilation; runs line by line
- High-Level Abstracts away hardware-level details
- Dynamically Typed No need to declare variable types explicitly
- Cross-Platform Runs on Windows, Linux, MacOS, etc.
- Object-Oriented & Procedural Supports both OOP and functional styles
- Extensive Libraries Comes with a rich standard library and external packages
sudo apt update
sudo apt upgrade -y
sudo apt install -y python3 python3-pip
python3 --version
pip3 --version
sudo apt install -y python3-venv