Python Syllabus
Python Syllabus
INTRODUCTION:
Why do we need Python?
Program structure
Interactive Shell
Executable or script files
User Interface or IDE
FUNCTIONS:
Function definition and call
Function Scope
Arguments
Function Objects
OOPS:
Classes and instances
Classes method calls
Inheritance and Compositions
Static and Class Methods
Bound and Unbound Methods
Operator Overloading
Polymorphism
MODULES:
Module Creations and Usage
Module Search Path
Module Vs. Script
Package Creation and Importing
EXCEPTION HANDLING:
Default Exception Handler
Catching Exceptions
Raise an exception
User defined exception
FILE HANDLING:
Opening a file
Using Files
Other File tools
WINDOWS APPLICATIONS(GUI )
Tkinter
Creating Forms
SQL connectivity
Validation Form
WEB APPLICATIONS
Intro to PIP
Flask Web Page
Backend Connectivity
Rendering API’s
Flask Application Development