Welcome to my Python learning archive! This repository is a structured collection of the "CodeSnaps" I share on X (formerly Twitter). Each module is designed to break down complex Python concepts into bite-sized, digestible logic.
I have organized my daily insights into specific categories for easier navigation:
| Category | What's Inside? |
|---|---|
| Variables | Understanding assignment, naming conventions, and memory. |
| Input & Typecasting | Managing user input and data conversion logic. |
| Data Types | Deep dives into Integers, Floats, Booleans, and Strings. |
| Lists | Array manipulation, indexing, and built-in list methods. |
| Tuples | Working with immutable sequences. |
| Slicing | Mastering the art of sequence extraction ([start:stop:step]). |
| Sets | Handling unique collections and set mathematics. |
I believe in Learning in Public. This repository serves three main purposes:
- Clarity: Breaking down Python fundamentals into snippets that anyone can understand.
- Community: Sparking discussions on X about different ways to solve the same problem.
- Accountability: Documenting my journey as I master Backend Development and AI.
Each folder contains standalone .py scripts. You can run them locally to test the logic:
# Example: Running the List Methods script
python "04_List_Methods/filename.py"I share these snippets daily. If you find them helpful or have a better way to write the code, let's discuss it!
- 🐦 X (Twitter): @iamanshasthana
- 💻 GitHub: iamAnshAsthana
Happy Coding! 🚀