My Python learning repo focused on concepts needed for Test Automation.
| # | Topic | Status |
|---|---|---|
| 01 | Variables & Data Types | |
| 02 | Conditions & Loops | |
| 03 | Functions | |
| 04 | Strings & String Methods | |
| 05 | Lists, Tuples, Dictionaries, Sets | |
| 06 | OOP (Classes, Inheritance, Encapsulation) | |
| 07 | Exception Handling | |
| 08 | Modules & OS Module | |
| 09 | Lambda, Map, Filter | |
| 10 | Regex |
git clone https://github.com/your-username/python-learning.git
cd python-learning
python filename.py- Python 3.x — python.org
- PyCharm IDE