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. We call this course as Python for Everyone. myTectra offers Python Training in Bangalore,Chennai, Pune using Class Room. myTectra offers Live Online Python Training Globally.
Chaper 1: An Introduction to PythonChapter 2: Beginning Python Basics 2.1. The print statement2.2. Comments2.3. Python Data Structures & Data Types2.4. String Operations in Python2.5. Simple Input & Output2.6. Simple Output FormattingChapter 3: Python Program Flow 3.1. Indentation3.2. The If statement and its' related statement3.3. An example with if and it's related statement3.4. The while loop3.5. The for loop3.6. The range statement3.7. Break & Continue3.8. Assert3.9. Examples for loopingChapter 4: Functions & Modules4.1. Create your own functions4.2. Functions Parameters4.3. Variable Arguments4.4. Scope of a Function4.5. Function Documentation/Docstrings4.6. Lambda Functions & map4.7. An Exercise with functions4.8. Create a Module4.9. Standard Modules