0% found this document useful (1 vote)
1K views3 pages

Python Syllabus

This Python syllabus covers key Python concepts across 14 sections including: 1) an introduction to Python installation and basics like variables, operators, blocks. 2) Python data types like integers, floats, strings, lists, tuples. 3) Python program flow control using conditionals, loops, break, continue. 4) Functions, modules, packages for organizing code. 5) String, list, and dictionary manipulations. 6) File operations like reading, writing, seeking. 7) Object oriented programming with classes, objects, inheritance. 8) Regular expressions for pattern matching. 9) Exception handling. 10) Database interactions. 11) Multithreading. 12) Sending emails using Python. 13) CGI applications. 14) A
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (1 vote)
1K views3 pages

Python Syllabus

This Python syllabus covers key Python concepts across 14 sections including: 1) an introduction to Python installation and basics like variables, operators, blocks. 2) Python data types like integers, floats, strings, lists, tuples. 3) Python program flow control using conditionals, loops, break, continue. 4) Functions, modules, packages for organizing code. 5) String, list, and dictionary manipulations. 6) File operations like reading, writing, seeking. 7) Object oriented programming with classes, objects, inheritance. 8) Regular expressions for pattern matching. 9) Exception handling. 10) Database interactions. 11) Multithreading. 12) Sending emails using Python. 13) CGI applications. 14) A
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 3

Python Syllabus

1: I n trod u cti on To Pyth on


Installation and Working with Python
Understanding Python variables
Python basic Operators
Understanding python blocks
2: Pyth on Data T yp es
Declaring and using Numeric data types: int, float, complex
Using string data type and string operations
Defining list and list slicing
Use of Tuple data type
3: Pyth on Pro gra m Fl ow Con trol
Conditional blocks using if, else and elif
Simple for loops in python
For loop using ranges, string, list and dictionaries
Use of while loops in python
Loop manipulation using pass, continue, break and else
Programming using Python conditional and loops block
4 : Py th on Fu n cti on s, Mod u l es An d Pack ages
Organizing python codes using functions
Organizing python projects into modules
Importing own module as well as external modules
Understanding Packages
Powerful Lamda function in python
Programming using functions, modules and external packages

5 : Py th on S tri n g, Li st An d Di cti on ary Man i p u l ati ons


Building blocks of python programs
Understanding string in build methods
List manipulation using in build methods
Dictionary manipulation
Programming using string, list and dictionary in build functions

6: Pyth on Fi l e O p erati on
Reading config files in python
Writing log files in python
Understanding read functions, read(), readline() and readlines()
Understanding write functions, write() and writelines()
Manipulating file pointer using seek
Programming using file operations
7: Pyth on O b ject O ri en ted Progra mmi n g – O op s
Concept of class, object and instances
Constructor, class attributes and destructors
Real time use of class in live projects
Inheritance , overlapping and overloading operators
Adding and retrieving dynamic attributes of classes
Programming using Oops support

8: Pyth on Regu l ar E xp ressi on


Powerful pattern matching and searching
Power of pattern searching using regex in python
Real time parsing of networking or system data using regex
Password, email, url validation using regular expression
Pattern finding programs using regular expression
9: Pyth on E xcep ti on H an dl i n g
Avoiding code break using exception handling
Safe guarding file operation using exception handling
Handling and helping developer with error code
Programming using Exception handling

10: Pyth on Datab ase In terac ti on


SQL Database connection using python
Creating and searching tables
Reading and storing config information on database
Programming using database connections
11: Pyth on Mu l ti th read i n g
Understanding threads
Forking threads
Synchronizing the threads
Programming using multithreading
12: Con tacti n g Us e r T h rou gh E mai l s Usi n g Pyth on
Installing smtp python module
Sending email
Reading from file and sending emails to all users addressing them
directly for marketing
13: Pyth on CGI I n trod u cti on
Writing python program for CGI applications
Creating menus and accessing files
Server client program
14: S amp l e Proje c t

You might also like