Menu
Coddy logo textTech

Introduction

Lesson 1 of 8 in Coddy's Register Login System Project course.

Welcome to this project.
Here, you will have the opportunity to see how a simple user management system is structured and handled in Python.

You will learn:

  • What is a set and what are its use cases
  • How to register, sign out, and login users to your system
  • Basic cryptography demonstration to encrypt and decrypt passwords

Sounds interesting? Let's goo!

Try it yourself

This lesson doesn't include a code challenge.

All lessons in Register Login System Project

1Starting from scratch

IntroductionHow to use a set