This repository contains my learning materials and practice code from the Python Programming Course by Awfera.
It includes lecture notebooks, notes, and my implementation of the final project as part of the course exercises.
- Code_Notebooks/ β Jupyter notebooks (
.ipynb
) created while following each lecture. - Notes/ β Notes provided by instructor.
- Final Project/ β My version of the course final project.
- Clone this repository:
git clone https://github.com/iamahsanalirajpoot/Python-Awfera.git cd Python-Awfera
- Open notebooks with Jupyter or VS Code.
- Browse notes or explore the final project.
This repository is for learning and practice purposes only and follows the structure of the Awfera Python Programming Course, also includes my personal findings.