Skip to content

playing w/ relational databases using python to interact with a PSQL database

Notifications You must be signed in to change notification settings

gdoykan/Tournament-DBAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tournament-DBAPI

Python module that uses the PostgreSQL database to keep track of players and matches in a swiss-style game tournament.

Swiss system for pairing up players in each round: players are not eliminated, and each player should be paired with another player with the same number of wins, or as close as possible

Create the database locally first and then use the python functions to register players and view the tournament. It only works assuming there is an even number of players.

About

playing w/ relational databases using python to interact with a PSQL database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages