Adapted/extended from DataCamp Projects. Original project submission here.
This was originally two seperate DataCamp projects; Creating Functions to Register App Users and Buliding Core Sign-Up Functions to Help Validate New Users. Since the code written in the latter is provided for you in the former, I have joined to two repos, so the code is all written by me.
notebook.ipynb
- original submissionpython_functions.py
- functions for validating user details (name, email address, password). This is the python file that comes with the project - but here we will usevalidation_functions.py
from /signupfunctions, as those are written by me.script.py
- functions for validating and registering the usertest_script.py
- test functions