0% found this document useful (0 votes)
3 views2 pages

Python Daywise Syllabus

The document outlines a 20-day syllabus for learning Python, covering topics such as environment setup, control statements, functions, data structures, and object-oriented programming. It also includes advanced topics like multithreading, GUI development, database connectivity, and networking. The syllabus concludes with a mini project to apply the learned concepts.

Uploaded by

nikitarathod0852
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Python Daywise Syllabus

The document outlines a 20-day syllabus for learning Python, covering topics such as environment setup, control statements, functions, data structures, and object-oriented programming. It also includes advanced topics like multithreading, GUI development, database connectivity, and networking. The syllabus concludes with a mini project to apply the learned concepts.

Uploaded by

nikitarathod0852
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Python – Day wise syllabus

Day Topics
2hours/day
1 Introduction to Python: Environment setup, Basic I/O.

2 Conditional Branching control statements: If-Else, elif.

3 Conditional looping control statements: while, do-while, for.

4 Functions-Function Arguments-Default, Keyword, Arbitrary

5 Functions-Recursion , Lambda function

6 Data Structures-List, Tuple, Stack , Queue

7 Data Structures -Dictionary, Set in details

8 Modules and Package-User program as modules and Packages.

9 Files-Different types of files-File operation.

10 Errors and Exceptions Handling-Errors. Assert, Try, except, Finally

11 Exceptions Try, Finally, User defined exception.

12 Object Oriented Programming-Class, Object, Inheritance, and Polymorphism.

13 Reference Types- Iterator, Generator.

14 Reference Types -Closure, Decorators.

15 Thread-Multithread.

16 Graphical User Interface-Textbox, Listbox, Option Button, Menu, Canvas.

17 Database Connectivity-Mysql, Create table, Insert table, View the table.

18 Networking-Client and server program.

19 Standard Library-Support the advanced library.

www.livewireindia.com Prepared on Apr’17


Python – Day wise syllabus
20 Mini Project.

www.livewireindia.com Prepared on Apr’17

You might also like