155 Topics
Getting started with Python Language Introduction Topic
Compatibility between Python 3 and Python 2 All Versions
Comprehensions All Versions
List Comprehensions All Versions
Generators All Versions
Common Pitfalls All Versions
String Formatting All Versions
Classes All Versions
Functions All Versions
List All Versions
String Methods All Versions
Decorators Python 2.x2.4–2.7Python 3.x3.0–3.6
Context Managers (“with” Statement) Python 2.x2.5–2.7Python 3.x3.0–3.6
Importing modules All Versions
Loops All Versions
Virtual environments All Versions
Regular Expressions (Regex) All Versions
Bitwise Operators All Versions
Map Function All Versions
Simple Mathematical Operators All Versions
Introduction Topic
Getting started with Python Language- Hello, World
- Creating variables and assigning values
- Block Indentation
- IDLE - Python GUI
- Datatypes
- User Input
- Collection Types
- Built in Modules and Functions
- List the identifiers that an object defines
- Creating a module
- String function - str() and repr()
- Installation of Python 2.7.x and 3.x
- Help Utility
- Installing external modules using pip