PYTHON PROGRAMMING - Syllabus
PYTHON PROGRAMMING - Syllabus
Unit I
BASICS : Python - Variables - Executing Python from the Command Line - Editing Python
Files - Python Reserved Words - Basic Syntax-Comments - Standard Data Types – Relational
Operators - Logical Operators - Bit Wise Operators - Simple Input and Output. (10 )
Unit II
Unit III
Unit IV
Unit V
TEXT BOOKS
1. Allen B. Downey, ``Think Python: How to Think Like a Computer Scientist‘‘, 2nd edition,
Updated for Python 3, Shroff/O‘Reilly Publishers, 2016
2. Guido van Rossum and Fred L. Drake Jr, ―An Introduction to Python – Revised and
updated for Python 3.2, Network Theory Ltd., 2011.
1. Write a python program that displays the following information: Your name, Full address
Mobile number, College name, Course subjects.
2. Write a python program to find the largest three integers using if-else and conditional
operator.
3. Write a python program that asks the user to enter a series of positive numbers (The user
should enter a negative number to signal the end of the series) and the program should
display the numbers in order and their sum.
4. Write a python program to find the product of two matrices [A]mxp and [B]pxr
9. Write a python program that writes a series of random numbers to a file from 1 to n and
display.
10. Write a python program to sort a given sequence: String, List and Tuple.
16. Write a python program to find the distance between two points.
21. Write a python program to check the given password is correct or not.