Testing short code snippets become easy with Python‘s interactive mode. There is also an
integrated development and learning environment (IDLE) for python. New modules can be added
to python for its extension. To get a programmable interface, applications can be embedded
with python. A lot of operating systems including Unix, Mac OS, and Linux support this
programming language. Python is also heavily used in the data analytics domain.
Syllabus
Chapter 1: Introduction to Python
What is Python and history of Python?
Unique features of Python
Python-2 and Python-3 differences
Install Python and Environment Setup
First Python Program
Python Identifiers, Keywords and Indentation
Comments and document interlude in Python
Command line arguments
Getting User Input
Python Data Types
What are variables?
Python Core objects and Functions
Number and Maths
Week 1 Assignments