Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 655 Bytes

File metadata and controls

28 lines (23 loc) · 655 Bytes

My Python learning repo focused on concepts needed for Test Automation.

Topics

# 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

How to Run

git clone https://github.com/your-username/python-learning.git
cd python-learning
python filename.py

Requirements