You are on page 1of 1

This program is a simple representation of a login system that can be used on terminal.

This login
system scenario represents the proccess of registering and loggin in on an application made for students
of the Coventry University in Scarborough. The goal of creating such a program was to try to create a
an authentication system, validating all the parameters of the registration and login, creating functions
to evaluate each proccess of the system, and putting all of this functions inside of a main class. I did not
use any specific alghorithm and I used dictionaries as data structures for a ficticional database, but I
will mention different types of alghorithms and data structures alongside the main project, as well as
what Object Oriented Programming is, how it can be implemented and how testing and debbugging can
be used to improve the functionality of a program.

You might also like