Welcome to my Python Learning Notes repository!
This repo contains structured notes Iโve created while learning Python, written in Markdown (.md) format for easy reading and sharing.
โThese notes are created for personal learning and reference. Content is a mix of my own study, practice, and AI-assisted explanations.โ
๐ python-notes/ โ โโโ 1_basics_introduction.md โโโ 2_data_types.md โโโ 3_variables_and_operators.md โโโ 4_control_flow.md # if, else, loops โโโ 5_functions.md โโโ 6_collections.md # list, tuple, set, dict โโโ 7_strings.md โโโ 8_modules_and_packages.md โโโ 9_file_handling.md โโโ 10_exceptions.md โโโ 11_oop.md โโโ 12_advanced_topics.md # generators, decorators, etc. โ โโโ README.md # overview + navigation links
Icons for Headings in Markdown
Main Headings (H1, H2)
๐ # ๐ Python Basics
๐ # ๐ Data Types
๐ # ๐ Functions
๐งฉ # ๐งฉ Object-Oriented Programming
โก # โก Modules & Packages
Subheadings (H3, H4)
๐ ### ๐ Numbers
โจ ### โจ Strings
๐น ### ๐น Lists
๐ธ ### ๐ธ Tuples
๐ข ### ๐ข Sets
๐ ### ๐ Dictionaries
๐งฎ ### ๐งฎ Examples
๐ ### ๐ Notes