183 Topics
Getting started with Python Language Introduction Topic
Incompatibilities moving from Python 2 to Python 3 All Versions
Comprehensions All Versions
List Comprehensions All Versions
Common Pitfalls All Versions
Generators All Versions
Classes All Versions
String Formatting All Versions
Functions All Versions
String Methods All Versions
Decorators Python 2.x2.4–2.7Python 3.x3.0–3.6
List All Versions
Context Managers (“with” Statement) Python 2.x2.5–2.7Python 3.x3.0–3.6
Loops All Versions
Regular Expressions (Regex) All Versions
Importing modules All Versions
Virtual environments All Versions
Map Function All Versions
Simple Mathematical Operators All Versions
Bitwise 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
- Creating a module
- String function - str() and repr()
- Installation of Python 2.7.x and 3.x
- Installing external modules using pip
- Help Utility