0% found this document useful (0 votes)
12 views

Python Language Programming LAB - 1 FORMAT. MANIKYA

1. This document is a lab file from the Department of Computer Science and Engineering at GL BAJAJ Institute of Technology and Management for the Python Language Programming Lab course. 2. It contains 14 experiments involving writing Python programs to perform tasks like taking command line arguments, matrix multiplication, finding the greatest common divisor, finding frequent words in a text file, calculating square roots, and various sorting algorithms. 3. The file includes an index listing the experiments, dates of experiments and submission, page numbers, and spaces for signatures and remarks.

Uploaded by

dkay7063
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Python Language Programming LAB - 1 FORMAT. MANIKYA

1. This document is a lab file from the Department of Computer Science and Engineering at GL BAJAJ Institute of Technology and Management for the Python Language Programming Lab course. 2. It contains 14 experiments involving writing Python programs to perform tasks like taking command line arguments, matrix multiplication, finding the greatest common divisor, finding frequent words in a text file, calculating square roots, and various sorting algorithms. 3. The file includes an index listing the experiments, dates of experiments and submission, page numbers, and spaces for signatures and remarks.

Uploaded by

dkay7063
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

GL BAJAJ Institute of Technology and Management

[Approved by AICTE, Govt. of India & Affiliated to Dr. APJ


Abdul Kalam Technical University, Lucknow, U.P. India]

Department of Computer Science and Engineering

Python Language Programming Lab (KCS-453)


Lab File

Session: 2022-23

Submitted To: Dr. Satya Prakash Yadav Submitted By:


Asso. Professor Name: _______________
(CSE Department) Roll No.: 2101920100___
Branch: CSE Sec: 3
Semester: 4th

Teacher Signature
INDEX
S. No./ Exp. Date of Date of Page Signature
Name of Experiment Remark
Lab No. No. Experiment Submission No. with date
To write a python
program that takes
in command line
1 arguments as input
and print the
number of
arguments.
To write a python
program to perform
2
Matrix
Multiplication.
To write a python
program to compute
3
the GCD of two
numbers.
To write a python
program to find the
4
most frequent
words in a text file.
To write a python
program find the
5
square root of a
number.
To write a python
program
6 exponentiation
(power of a
number).
To write a python
program find the
7
maximum of a list of
numbers.
To write a python
8 program linear
search.
To write a python
9 program Binary
Search.

Teacher Signature
INDEX

S. No./ Exp. Date of Date of Page Signature


Name of Experiment Remark
Lab No. No. Experiment Submission No. with date
To write a python
10 program Selection
sort.
To write a python
11 program Insertion
sort.
To write a python
12
program merge sort.
To write a python
13 program first n
prime numbers.
To write a python
program simulate
14
bouncing ball in
Pygame.

Teacher Signature

You might also like