An open API service indexing awesome lists of open source software.

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.

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: