ComputerScientist-01/Advanced-Programming-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Week NumberProgramming ParadigmSet Number
1Structured11,14
2Procedural11,14,15
3Object Oriented5,9,14
4Event Driven & GUI1,2,3,4,5
5GUI with SQL Backend1,2,4,5
6Parallel, concurrent & socket9
7Functional,Symbolicall
8Automata Basedall
  • Python


  • 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

Releases

No releases published

Packages

No packages published

Contributors 9