Python Training

Python Training Course Syllabus

Setting up PYTHON programming environment.
• Installing and configuring PYTHON environment.
• Invoking the Python interpreter.
• Using Python Interpreter.
• Python as a calculator.
Variables and Simple Data Types.
• Variables and Strings.
• Numbers and comments
• Zen of Python
Working with Lists.
• Creating List and Lists.
• Numerical Lists and String Lists.
• What is a List?
• Organizing Lists.
• Looping through Lists.
IF Statements.
• What is IF statement.
• Types of IF statement.
• Conditional Tests.
• Break and Continue statements and else clauses on loops.
Dictionaries.
• Working with Dictionaries.
• Looping through the Dictionaries.
• Nesting
Loops
• For and While loop
• Using While loop with lists and dictionaries.
User Input.
• How input() function works.
• How to read the input from user.
Functions.
• Defining Functions.
• Passing arguments to the function.
• Return Values.
• Passing Lists.
• Storing Functions in Modules.
Classes
• Creating and Using a Class.
• Working with Classes and Instances.
• Inheritance
• Importing Classes
Files and Exceptions.
• Reading from a file.
• Writing to a file.