Python Syllabus
Python Syllabus
Introduction
Python History
Python Features
Install Python (Environment Set-up)
Python Applications
Variables and Data Types
Keywords
Literals
Operators
Conditional Statements
If
If-else
Nested if-else
Looping
For
While
Nested Loops
Control Statements
Break
Continue
Pass
String
String creation and accessing
Basic operations
String formatting
String slices
Predefined methods
List
Tuple
Dictionary
Functions
Creating and calling functions
Types of functions
Types of arguments
Scope of variables
File handling
Printing a file
Creating a file
Opening and closing a file
Reading and writing a file
Build in methods
Modules
Importing module
Packages
Math module
Composition
Exception Handling
Common Exceptions
Exception Handling
Try- Except
Try- Finally
Custom Exceptions
Date-time classes
Current time
Formatting time
Calendar module
OOP’s concepts