A collection of simple Python examples using Jupyter notebooks for learning and practice.
This repository contains hands-on Python lessons designed for beginners and intermediate learners. Each lesson is presented as a Jupyter notebook with explanations, code examples, and exercises.
- Python 3.7 or higher
- Jupyter Notebook or JupyterLab
- Clone this repository:
git clone <repository-url>
cd python-lessons- Install required packages:
pip install jupyter- Launch Jupyter Notebook:
jupyter notebookThe notebooks are organized by topic and difficulty level. Start with the basics and progress through more advanced concepts.
Feel free to suggest improvements or additional lessons by opening an issue or pull request.
This project is open source and available for educational purposes.