Skip to content

ComputerScientist-01/Advanced-Programming-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD

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
8 Parallel
9 Concurrent
10 Dependent Type
11 Logic
12 Network
13 Automata Based
14 Symbolic

💡 Languages used

  • Python


Instructions to run

  • Pre-requisites:

    • mysql.connector
    • sqkite3
    • tkinter
    • threading
  • 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

=======

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
8 Automata Based
9
10
11
12
13
14

💡 Languages used

  • Python


Instructions to run

  • Pre-requisites:

    • mysql.connector
    • sqkite3
    • tkinter
    • threading
  • 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

>>>>>>> 4ca34911a1af1915c5268d491df688e7392ea433

Releases

No releases published

Packages

No packages published

Contributors 9