Skip to content

All of my lab work done for Advanced Programming Practice Lab(18CSC207J)

Notifications You must be signed in to change notification settings

adityajain2048/Advanced-Programming-Practice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

All of my lab work done for Advanced Programming Practice Lab(18CSC207J)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.8%
  • Jupyter Notebook 32.2%