Skip to content

am9964/Advanced-Programming-Practice

 
 

Repository files navigation

Advanced Programming Practice

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

Installing Packages

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

Installing Coding Environment

About

College Subject: python and its libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.6%
  • Python 6.4%