Project 3: Software program

Posted on mar. 22 février 2022 in Student project • Tagged with python, MVC, orienté objet, flake8

Project summary:

Write, with Python, a software program for managing chess tournaments according to some technical specifications (terms and condictions, creation of twin players, update of rankings, reports publishing).
Lancement depuis la console.

Skills worked:

  1. Use Object Oriented Programming to develop the software
  2. Use Model-View-Controller as software design pattern:
    Create …

Continue reading