Complete Python Scripting for Automation
This course will take you from beginner to expert in Python, easily and smartly. This course will dive right into Python and get you productive from the very beginning.
Introduction to the Python
FREE PREVIEWRequired PPTs for this Python Scripting
Python setup on Windows
FREE PREVIEWPython setup on Linux (Installing required pyhton on Linux)
FREE PREVIEWEditors for Python code
FREE PREVIEWHow to use Atom Editor to run python script ?
simple hello world script
FREE PREVIEWPython Indentation
Python Comments
Usage of special characters with print statement
Running Python script on Windows and Linux
Introduction to variables and print with variables
Data Types
working with multiple variable and strings in print
Input and Output Syntax
Basic operations on strings
case (Lower,Upper,tiltel etc...) conversion operations
Boolean result operations
join, center and zfill(zero fill)
strip,split operations
count,index and find opearations on strings
Practice: Display given string at left/right/center of a line in title format
Introduction to Data Structures and Types of Data Structures
Lists
Tuples
Dictionaries
Sets
Introduction to Operators of Python
Arithmetic and Assignment Operators
Comparison Operators
Identity and Membership operators
Logical Operators