-
Day 1
- Why Python
- Interpreted language vs Compiled Language
- Low level language vs High Level Language
- Install Python - Windows/Mac
- Run First python Program by python interpreter
- Create hello world using notepad
- Install VS code IDE
- Create project in VS code and run python program
-
Day 2
- variables
- Data types
- String
- Int, Float
- List
- Tuples
- Dictionary
- Getting user inputs
- Arithmetic Operation
- Type casting
- Simple Calculator application
-
Day 1
- conditional statements
- operator
- If else
- For loop
- While loop
- break, continue
- Grade system application
-
Day 2
- File handling
- Create file
- Read file
- Delete file
- File creation application
-
Day 1
- function
- python module
- In-built modules
- create module
- packages
- pip
- Install 3rd party module
- request package
- Consume API by python
-
Day 2
- Try & Except
- Format string
- System monitoring using psutil
- website monitoring
- smtplib package
- Gmail account setup
- Website and Infra monitoring alert
-
Day 1
- Web Scrapping Using beautifulsoup, requests, lxml
- Create resources in AWS [S3 bucket]
- Capture Arguments in Python script
- Azure DevOps Account creation and execute python script
-
Day 2
- Object oriented
- Class
- Properties
- methods
- Objects