Python
- Python introduction
- PIP
- Installing Pycharm, Pydev, Anaconda, Python (core)
Python datatypes
- Integer, String
- List
- Tuple
- Set
- Dictionary
- Conditions (if, simple if, chained conditions etc)
- Loops (while, for loop)
Strings
- Len, capitalize, swapcase, ljust, rjust, center, lstrip, rstrip, strip
- Find, replace,zfill, range, isalnum, isalpha, isspace etc.,
Def
- Working with user defined functions
- Parameters passing(actual arguments, formal arguments)
- Returning values.
Classes
- Names and Objects
- Inheritance (super)
- Python Standard Libraries (math, numpy, pandas)
- Modules
- __init__()
- __del__()
- __self__()
- Stacks and queues