Python Practicals that I done in my Bachelor of Engineering
List of Practicals
- Develop programs to understand the control structures of python
- Develop programs to learn different types of structures (list, dictionary, tuples) in python
- Develop programs to learn concept of functions scoping, recursion and list mutability.
- Develop programs to understand working of exception handling and assertions.
- Develop programs for data structure algorithms using python – searching, sorting and hash tables.
- Develop programs to learn regular expressions using python.
- Develop chat room application using multithreading.
- Learn to plot different types of graphs using PyPlot.
- Implement classical ciphers using python. 10.Draw graphics using Turtle.
- Develop programs to learn GUI programming using Tkinter.