Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 1.75 KB

README.md

File metadata and controls

71 lines (52 loc) · 1.75 KB

Advanced Programming Practice

All of my labwork done as part of Advanced Programming Practice (18CSC207J) lab.

Week Number Programming Paradigm Set Number
1 Structured 11,14
2 Procedural 11,14,15
3 Object Oriented 5,9,14
4 Event Driven & GUI 1,2,3,4,5
5 GUI with SQL Backend 1,2,4,5
6 Parallel, concurrent & socket 9
7 Functional,Symbolic all
8 Automata Based all

💡 Languages used

  • Python


Instructions to run

  • Pre-requisites:

    • mysql.connector
    • sqkite3
    • tkinter
    • threading
    • automata
    • sympy
  • directions to install

While installing the packages (preferably while using the 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
  • directions to execute for windows users-
python app.py

for linux users-

python3 app.py

👨 Project Created & Maintained By

Built with ❤️ by Jayvardhan Rathi