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.
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>
└── ...
cd 07_functions
python functions.py
git clone https://github.com/shreyaapaathakk/python-basics.git
cd python-basics
The goal of this repository is to:
Contributions are welcome!
Shreya Pathak