Skip to content

ilkkamtk/sw2-python-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software 2 back-end example

  • Compare period1.py to period2.py
  • Front-end is here
  • Add your own db-credentials to database.py for testing
  • I'm using parameterized query. %s is a placeholder, and gets its value from the tuple in cursor.execute()
  • With dictionary=True the result of the database query outputs a dictionary instead of a list. To study the difference, see the print() results of period1.py with and without dictionary=True

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages