https://github.com/imuhammadbilal/python-programming
Learning Python step by step. Each folder contains example code for a specific concept like variables, data types, functions and loops.
https://github.com/imuhammadbilal/python-programming
python
Last synced: 11 months ago
JSON representation
Learning Python step by step. Each folder contains example code for a specific concept like variables, data types, functions and loops.
- Host: GitHub
- URL: https://github.com/imuhammadbilal/python-programming
- Owner: iMuhammadbilal
- Created: 2025-07-20T04:24:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-20T06:27:09.000Z (11 months ago)
- Last Synced: 2025-07-20T06:39:19.515Z (11 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Programming Practice
This repository contains my Python learning journey.
I have organized all files by concepts to keep things clean and easy to understand.
## 📂 Folder Structure
- **variables** – examples related to variables
- **data-types** – examples related to different data types
- **functions** – examples related to defining and using functions
- **loops** – examples related to loops like for and while
## 🚀 How to run
1. Clone this repository
2. Open any folder
3. Run the `.py` file using: