
Install Python 3.8 IDLE and Thonny and Write first program in Python.
Identifiers, Keywords, Indention, Variables, Comments
Here we will use and demonstrate Python Building Blocks.
Here we will discuss data types in Python such as numeric, Boolean and Dictionary with demonstration of example.
Here we will discuss remaining data types in Python such as set and sequence type where sequence includes string, list and tuple with demo and set data type.
Python is powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python code is simple, short, readable, intuitive, and powerful, and thus it is effective for introducing computing and problem solving to beginners. It's elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many areas on most platforms.
In this course, we will learn to write a simple Python Program and execute it. Then we will perform arithmetic operations and use various types of Operators and Control Flow Statements. We have to use Python inbuilt data structures like List, Tuples, Sets, Dictionaries etc. In this course, we will also learn how to write Functions, modules, and Packages and OOP concepts. At last we will learn File I/O Handling and Exception Handling.
The aim of this course is to help the student to develop general purpose programming using Python to solve the problems.
The theory, practical experiences and relevant soft skills associated with this course are to be taught and implemented, so that the student demonstrates the industry-oriented outcomes such as: Display message on screen using Python script on IDE, Develop python program to demonstrate use of Operators, Perform operations on data structures in Python, Develop functions for given problem, Design classes for given problem and Handle exceptions.