Page 38 - Microsoft Word - B.Tech. Course Structure (R20) WITH 163 CREDITS
P. 38
JNTUA College of Engineering (Autonomous), Ananthapuramu
Department of Computer Science & Engineering
PYTHON PROGRAMMING LAB
Course Code: Semester – II(R20) L T P C: 0 0 3 1.5
Course Objectives:
1. To train solving computational problems
2. To elucidate solving mathematical problems using Python programming language
3. To illustrate the features of Python language
Course Outcomes:
1. Design solutions to mathematical problems
2. Organize the data for solving the problem
3. Develop Python programs for numerical and text based problems
4. Select appropriate programming construct for solving the problems
5. Illustrate object-oriented concepts
Laboratory Experiments:
1. Install Python Interpreter and use it to perform different Mathematical Computations. Try to do
all the operations present in a Scientific Calculator
2. Write a function that draws a grid like the following:
+ - - - - + - - - - +
| | |
| | |
| | |
| | |
+ - - - - + - - - - +
| | |
| | |
| | |
| | |
+ - - - - + - - - - +
3. Write a function that draws a Pyramid with # symbols
#
# # #
# # # # #
# # # # # # #
.
.
.
Mdv
Mdv