Want to learn basic Python from scratch?
Here you'll find a guide with examples and challenges to learn the fundamentals of Python. 🐍
You will also discover some simple projects created using the concepts you'll learn here. 😉
If you want to solve these challenges, just copy and paste the following code in your terminal to clone this repo:
git clone https://github.com/JS-Bej/Basic-Python.git
Once it's cloned, you're ready to open this project in your favorite IDE.
-
Go to the official Python website:
https://www.python.org/downloads/ -
Download Python:
Click the yellow "Download Python" button. The website will suggest the best version for your operating system (Windows, macOS, or Linux). -
Run the Installer:
- Open the downloaded file.
- Important: On Windows, check the box that says “Add Python to PATH” before clicking “Install Now.”
- Follow the installation steps.
-
Verify the Installation:
- Open your terminal (Command Prompt on Windows, Terminal on macOS/Linux).
- Type:
or
python --version
python3 --version
- You should see the installed Python version.
⭐ If you liked this project or just want to save it for later, feel free to star this repository ⭐