Introduction to python
- The Print Statement
Â
- Comments
Â
- Python Data Structures & Data Types
Â
- String operations in Python
Â
- Simple Input & Output
Â
Simple Output formatting
2)python program flow
Indentation
 The if statement and itâ??s related statement
 An example with if and itâ??s related statement
 The while loop
 The for loop
 The Range statement
 Break & continue
 Assert
 Examples for Looping
3)functions and modules
Create your own functions
 Functions parameters
 Variable arguments
 Scope of a function
 Function documentation/Docstrings
 Lambda functions & map
 An exercise with functions
 Create a Module
 Standard Modules
4)exceptions
Errors
 Exception handling with try
 Handling multiple exceptions
 Writing your own exceptions
5)file handling
File handling modes
 Reading files
 Writing & appending to files
 Handling file exceptions
 The with statement
6)regular expressions
Simple character matches
 Special characters & Character classes
 Quantifiers
 The DOT character
 Greedy matches & Grouping
 Matching at beginning or end
 Match Objects & Substituting
 Splitting a string
 Compiling regular expressions
 Flags
7)data structures
List comprehensions
 Nested list comprehensions
 Dictionary comprehensions
 Functions
 Default parameters
 Variable arguments
 Specialized sorts
 Iterators & Generators
 The functions any & all
 The with statement
 Data compression
8)writing GUI in python
List comprehensions
 Nested list comprehensions
 Dictionary comprehensions
 Functions
 Default parameters
 Variable arguments
 Specialized sorts
 Iterators & Generators
 The functions any & all
 The with statement
 Data compression