Skip to content

Latest commit

 

History

History
91 lines (63 loc) · 2.11 KB

README.md

File metadata and controls

91 lines (63 loc) · 2.11 KB

coding duck MX

Data Scientist // Mathematician

TwitterBlogLinkedIn

National Football League

This project started on a school project to understand how Python classes work. I decided to go forward and beyond coding the whole league and now working on the web app. So far, I have created the web app interface where you can create your account and select your favorite team. I'll work on displaying the results of the simulated tournament on the screen and adding the possibility of setting chances to win to specific teams in specific matches.

How to play with it

After clonning the repository, you just should run:

python3 playoffs.py

It is important to notice:

  • Each point is assigned randomly at this point.
  • It has no statistical backgound, yet.

Showtime

Some pictures of what has been achieved so far.

coding duck MX

coding duck MX

Showtime on Youtube

In this repository:

The progress through my final goal so far.

Built With

Simulator:

  • pandas

Web app:

  • flask
  • flask-sqlalchemy
  • requests
  • flask-wtf
  • flask-bcrypt
  • flask-login
  • pillow
  • email-validator

Version

This project is still in progress.

Sources