Introduction and Need of Python
  • Introduction to the 1-Min Python course
  • Need of a programming language
  • Compilers and Interpreters in a coding language
  • Datatypes in python
  • Importance of variables in python
  • Use of None keyword in python
Getting Started with hands on
  • How to install correct version of python
  • Rules for naming variables in python
  • Introduction to Google Colab
  • Different ways to use print function in python
  • Standard way to print in python
  • Use of comments in python
  • Tuple format to print in python
  • Concept of concatenation in python
  • String concatenation way to print in python
  • Format function to print in python
  • f-strings to print in python
  • Input function in python
  • Operators in python
  • Use of sep parameter in print function in python
  • Use of end parameter in print function in python
  • Use of import in python
Conditional Statements and Looping
  • if statement in python
  • if-else statement in python
  • if-elif-else statement in python
  • range function in python
  • for loop in python
  • while loop in python
Collections and Exception Handling
  • strings in python
  • list in python
  • tuple in python
  • dict in python
  • set in python
  • exception handling in python
OOPS Concepts
  • functions in python
  • OOPS in python
  • Classes and objects in python
  • Static methods in python
  • Class methods in python
  • Instance methods in python
  • Encapsulation in python
  • Abstraction in python
  • Simple inheritance in python
  • Multiple inheritance in python
  • Multilevel inheritance in python
  • Hierarchical inheritance in python
  • Hybrid inheritance in python
  • Method overloading in python
  • Operator overloading in python
Some important concepts
  • Comprehensions in python
  • Decorators in python
  • Generators in python
  • Lambda functions in python
  • Monkey patching in python
  • End of the 1-Min python course