This repository contains my Python learning notes and practice codes. I studied Python concepts from W3Schools Python Tutorial, including both Python basics and File Handling.
- Python HOME
- Python Intro
- Python Get Started
- Python Syntax
- Python Comments
- Python Variables
- Python Data Types
- Python Numbers
- Python Casting
- Python Strings
- Python Booleans
- Python Operators
- Python Lists
- Python Tuples
- Python Sets
- Python Dictionaries
- Python If...Else
- Python Match
- Python While Loops
- Python For Loops
- Python Functions
- Python Lambda
- Python Arrays
- Python OOP
- Python Classes/Objects
- Python Inheritance
- Python Iterators
- Python Polymorphism
- Python Scope
- Python Modules
- Python Dates
- Python Math
- Python JSON
- Python RegEx
- Python PIP
- Python Try...Except
- Python String Formatting
- Python User Input
- Python VirtualEnv
- Python File Handling
- Python Read Files
- Python Write/Create Files
- Python Delete Files
-
Clone the repository:
git clone https://github.com/your-username/python-concepts.git cd python-concepts
-
Run any Python file:
python filename.py
- To practice Python programming
- To document concepts learned from W3Schools
- To build a personal reference repository