Python Programming Syllabus
Python Programming Syllabus
2. Introduction
Python Overview
History Of Python
Python Features
Areas Of Application of Python
Understanding More About Python
Writing your First Python Program
Interactive Mode Programming
Script Mode Programming
Dir and help: Getting help from the Python interpreter.
7. Loop Control
Introduction To while Loops
Count-Controlled while Loops
Event-Controlled while Loops
Using continuE,Using break
Introduction To for Loops
For loops with files,list,tuples and dictionaries
8. Iterators
Understanding Iterators
Using iter And next
Iterators And Dictionaries
Other Iterators
10. Modules
Using Built-In Modules
User-Defined Modules
Module Namespaces