python-basics

Python Basics Banner

🐍 Python Basics

Welcome to my Python Basics repository!

This beginner-friendly repository documents my journey of learning Python fundamentals from scratch. Each topic is organized into its own folder with examples, notes and mini projects.

📚 Topics Covered

Python Basics Learning Roadmap

Mini Projects

Python Basics Repository Preview

Prerequisites

📂 Repository Structure

python-basics/<br>
├── README.md<br>
├── .gitignore<br>
├── LICENSE<br>
├── requirements.txt<br>
├── 01_variables/<br>
│   └── variables.py<br>
│   └── notes.md<br>
├── 02_data_types/<br>
├── 03_operators/<br>
└── ...

Tools Used

▶️ Running an Example

cd 07_functions
python functions.py

Clone the Repository

git clone https://github.com/shreyaapaathakk/python-basics.git
cd python-basics

🎯 Goal

The goal of this repository is to:

Contributing

Contributions are welcome!

🚀 Author

Shreya Pathak