Skip to content

Latest commit

 

History

History
79 lines (41 loc) · 1.7 KB

File metadata and controls

79 lines (41 loc) · 1.7 KB

Python Basics 📚

📖 Topics Covered ✅ Introduction to Python

✅ Data Types and Variables

✅ Conditional Statements (if, elif, else)

✅ Loops (for, while)

✅ Functions in Python

✅ Lists, Tuples, Dictionaries, and Sets

✅ Operators (Arithmetic, Logical, Comparison, etc.)

✅ Basic Input and Output

✅ Python File Handling (Introductory)

✅ Error Handling (try-except blocks)

📂 Repository Structure

File Name Description python basics.ipynb Introduction to Python basics if elif else & operators.ipynb Examples of conditional statements and operators Loops.ipynb Practical exercises for loops Functions in python.ipynb Creating and using functions List in python.ipynb Working with Python lists Tuples, Dict, Set.ipynb Concepts of tuples, dictionaries, and sets Python basics Theory.pdf Detailed theory notes on Python basics README.md Overview and guide for this repository 🚀 How to Use

Download or clone the repository:

git clone https://github.com/your-username/python-basics.git

Open .ipynb files using:

Jupyter Notebook

Google Colab

VS Code with Jupyter extension

Read the theory file (Python basics Theory.pdf) for a quick conceptual overview.

Practice by modifying the code examples to deepen your understanding.

🎯Who Should Use This?

Beginners starting their Python journey 🚀

Students preparing for coding interviews 🧠

Developers needing a quick Python revision 🔥

🤝Contributing Contributions are welcome! Feel free to fork this repository, make changes, and create a pull request. Together, let's make learning Python even easier! 🌟

📜 License This project is licensed under the MIT License.

Happy Coding! 🐍✨