PYTHON
Python is a general-purpose interpreted, interactive, object-oriented and high-level programming language. Currently Python is the most popular Language in IT. Python adopted as a language of choice for almost all the domain in IT including Web Development, Cloud Computing (AWS, OpenStack, VMware, Google Cloud, etc.. ), Infrastructure Automations , Software Testing, Mobile Testing, Big Data and Hadoop, Data Science, etc. This course to set you on a journey in python by playing with data, creating your own application, and also testing the same.

Chapter 1 : An Introduction to Python
Chapter 2 : Beginning Python Basics
- The print statement Comments
- Python Data Structures & Data Types
- String Operations in Python
- Simple Input & Output Simple Output Formatting
Chapter 3 : Python Program Flow
- Indentation
- The If statement and its’ related statement
- An example with if and it’s related statement
- The while loop
- The for loop
- The range statement
- Break & Continue
- Assert
Chapter 4 : Functions & Modules
- Create your own functions
- Functions Parameters
- Variable Arguments
- Scope of a Function
- Function Documentation/Docstrings
- Lambda Functions
- & map An Exercise with functions
- Create a Module
- Standard Modules