0% found this document useful (0 votes)
49 views1 page

PDF Python

The document outlines a two-day Python programming content course covering topics like writing simple programs, Python syntax, data types, conditional and iterative statements, functions, modules, object-oriented programming concepts like classes and inheritance, exceptions, and list comprehensions. On day one, sessions will introduce Python and cover basic programming concepts while day two focuses on functions, modules, classes, exceptions, and a group project building a user management system.

Uploaded by

Raunak Jalan
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)
49 views1 page

PDF Python

The document outlines a two-day Python programming content course covering topics like writing simple programs, Python syntax, data types, conditional and iterative statements, functions, modules, object-oriented programming concepts like classes and inheritance, exceptions, and list comprehensions. On day one, sessions will introduce Python and cover basic programming concepts while day two focuses on functions, modules, classes, exceptions, and a group project building a user management system.

Uploaded by

Raunak Jalan
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/ 1

Python Programming Content:

DAY 1:
Session 1
 Introduction to python
 Writing Simple Programs
Session 2
 Discuss How Python Program runs
 Types and Operations in python
 Numbers
 Strings
 Lists and Tuples
 Dictionaries
 Files
 Statements and Syntax
 Assignments, Expressions and Print Statements
 Conditional constructs
 Iterative Constructs
DAY 2:
Session 3
 Introduction to Functions and Lambda Forms
 Functions and Arguments and Scope
 List Comprehensions
 Generators
Session 4
 Understanding Modules in Python
 Module Packages
 Package imports
Mixed usage modes
 Introduction to OO Programming in python
 Class coding basics
 OOP and Inheritance
 New Styled Classes
 Introduction to Exceptions

1 Projects will be covered.


 Arrow Python based user group management.
Query Session.

You might also like