Python Object Oriented Programming
Syntax, comments and key words
Variables and Data types ( int, string, faloat, boolean)
Casting between data types
String manipulation
Joing
Change to upper to lower or vice versa
Split
Collections (LIst, Tuple, Set, Dic)
Add, remove, sort
Loops (For, While)
Conditions (If..else)
Reading from Console
Function and Methods
Lambda
Built in functions (Libraries) ⇒ Date, Email, Random
Class and object
Inheritance between classes
Access modifiers
Try …. Except
Json Parser
XML parser
RegEx
Read/Write to file
Iterators
SQLing in relational and non relational database
DDF : ( creating database, table, adding column, data types )
DMS : select, insert, update records on tables
Web development framework: Django, flask
Testing framework :
pytest ( web-service or backend testing)
Selenium ( front end testing framework)
Unittest for unit testing purpose