This repository contains practice problems from APP lab.
Language used: python.
Question pdf is given inside individual folder week wise.
Till week 5, all the programs are done in jupyter notebook.
Week Number | Programming Paradigm | Set Number |
---|---|---|
1 |
Structured | 7 |
2 |
Procedural | 1,3,4,5,6,7,9,10,12,13,14,15,16 |
3 |
Object Oriented | 1,3,5,7,10,12,15 |
4 |
Event Driven & GUI | 1,2,4,5 |
5 |
GUI with SQL Backend | 1,2,4,5 |
6A |
Socket | 1,2,3,4 |
6B |
Parallel, Concurrent, Multiprogramming | 6,7,8,9,10 |
While installing the packages using terminal you can install multiple packages/libraries in a single line of command (by separating them by spaces) like this:
pip install tkinter mysql.conector sqlite3 threading
- to install anaconda, python and jupyter notebook, follow this youtube tutorial.