You are on page 1of 4

Name: SALIN CHAUDHARY Registration Number:21ETCS002173

Computer Programming Laboratory


B. Tech. 1st Semester

Name : SALIN CHAUDHARY


Roll Number : 21ETCS002173
Department :Computer Science and Engineering

Faculty of Engineering & Technology


Ramaiah University of Applied Sciences
Name: SALIN CHAUDHARY Registration Number:21ETCS002173
Ramaiah University of Applied Sciences
Private University Established in Karnataka State by Act No. 15 of 2013

Faculty Engineering & Technology

Programme B. Tech. in Computer Science and Engineering

Year/Semester 1st Year /1st Semester


Name of the Laboratory Computer Programming Laboratory
Laboratory Code 21CSS106A

List of Experiments

1. Introduction to Python programming environment


2. Variables, data types, operators and expressions
3. Input output operations
4. Logic operations and decision making
5. Loop statements
6. Character and string operations
7. Functions
8. File handling
9. Data structures
10. Libraries
Name: SALIN CHAUDHARY Registration Number:21ETCS002173

Laboratory 1
Title of the Laboratory Exercise: Introduction to Python programming environment

1. Introduction and Purpose of Experiment


Python is a high-level general-purpose programming language. Its design belief emphasizes
code readability with the use of significant indentation. Its language constructs and object-
oriented approach aim to help programmers write clear, logical code for small- and large-
scale projects. In the laboratory students get used to wing ide and also create python
programs and execute them using wing ide.

2. Aim and Objectives


Aim
 To get used to IDE and also get used to simple Python programs.
Objectives
At the end of this lab, the student will be able to
 know how to use the wing ide and its features and create python programs using it.
 Create python programs and execute them to get the desired outputs.

3. Experimental Procedure
Students are given many programs which they have to execute using the:
 Python command line
 Using IDE
o Interactive mode
o Script mode

4. Presentation of Results
Wing ide looks like this
Name: SALIN CHAUDHARY Registration Number:21ETCS002173

5. Conclusions
Wing IDE provides various useful features like built-in Debugger, Debugging in
threads, checks for errors in the source code, exceptionally responsive support,
super-flexible macro capabilities, customizable plug-ins and is totally worth the
price.

You might also like