
Python Programming Express
WHAT YOU WILL LEARN
This one-day express training is designed to equip participants with quick-start skills on Python Programming. It covers the essential steps for developing Python scripts quickly. This overview training is best for participants who want to learn Python Program as promptly as possible and dive right into developing python programming scripts immediately.
OBJECTIVES
After completing this workshop, participants will be able to:
Input and output
Lists, Tuples, Set & Dictionaries
Decision Making & Loops
Function
PREREQUISITES
PREREQUISITES
This workshop is for beginners and users with little or no exposure to basic programming concepts.
COURSE CONTENTS
Module 1: Python Introduction
The features list
Python portability
Module 2: Using the Interpreter
Python's Interactive Prompt
Scripting
How to run Python programs
Using Python IDEs
Module 3: Python Scripting
Whitespace Significance
Line Termination
Comments in Python
Basic Output Generation
Simple User Input
Module 4: Working with Variables in Python
Python Variables
Naming Conventions & Rules
Sequence Types
Membership Statements
List Iteration
Sequence Assignments
Module 5: Decision making & Looping
Comparison Operations
The if Statement
The if Ternary Expression
The while Loop
The for Loop
Module 6: Python Strings
Common String Methods
String Indexing
String Slicing
String Iteration
Module 7: Python's Tuples
Immutable
Common Tuples Methods
Tuples Operations
Tuples Indexing
Tuples Slicing
Tuples Iteration
Module 8: Python's Lists
Common List Methods
The range() Function
List Operations
String Indexing
String Slicing
String Iteration
Module 9: Python set data type
Understanding & using set data type
Module 10: Python Dictionaries
Python Dictionaries
Assigning Values to Dictionaries
Dictionary Methods
Dictionaries vs Lists & Tuples
Dictionary Indexing
Dictionary Iteration