A zero to hero 30 Day masterclass to learn python from scratch. The course include access to a personal
trainer, on demand study material, weekly assignments with lifetime access and support.
Course Outline
1. What is Python? it's features, uses & scope
2. Basic Python operations.
1. What are variables, how to initialize, declare and use them. 2. Global variables and global
keywords 3. Concept of garbage values
1. What are strings in python
2. Indexing in strings
3. String built-in functions
1. What are lists
2. Indexing of lists
3. properties and functions of lists
4. sorting lists
1. What are tuples and their properties
2. Operations on tuples
3. What are Sets and their properties
4. Operations on sets
1. What are data types
2. Different data types supported by python and how to use them
1. Operators and their types
2. Arithematic, logical, assignment, relational and bitwise operators
1. Creating a Module
2. pre-defined Modules
3. import statement
1. Creating a python program
2. Running the program using CLI
1. Working of input function
2. passing argument in CLI
1. If statement
2. significance of indentation in python
1. For loop
2. While loop
1. Uses and implementation of break
2. Uses and implementation of continue
3. pass statement
1. Function definitaion, declration and call
2. Function arguments
3. Returning values from functions
1. Types of Function arguments
1. What are Lambda functions
2. Map and reduce
3. Using lambda function with map and reduce