170 Topics
Getting started with Python Language Introduction Topic
Incompatibilities between Python 2 and Python 3 All Versions
Comprehensions All Versions
List Comprehensions All Versions
Common Pitfalls All Versions
Generators All Versions
String Formatting All Versions
Classes All Versions
Functions All Versions
String Methods All Versions
List 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
Map Function All Versions
Bitwise Operators All Versions
Simple Mathematical Operators All Versions
Introduction Topic
Getting started with Python Language- Getting Started
- Creating variables and assigning values
- Block Indentation
- Datatypes
- IDLE - Python GUI
- Collection Types
- User Input
- Built in Modules and Functions
- List the identifiers that an object defines
- String function - str() and repr()
- Creating a module
- Installation of Python 2.7.x and 3.x
- Installing external modules using pip
- Help Utility