GitLab now enforces expiry dates on tokens that originally had no set expiration date. Those tokens were given an expiration date of one year later. Please review your personal access tokens, project access tokens, and group access tokens to ensure you are aware of upcoming expirations. Administrators of GitLab can find more information on how to identify and mitigate interruption in our documentation.
@@ -24,8 +24,8 @@ Doing this is another way of showing that you understand the code you wrote!
| design and implement an original functional feature in a Python web app | |
| other relevant extension of the taught material (if applicable) | |
| make a Python script self-executable | |
| utilise a range of Python's built-in functions and methods ||
| make use of user-defined functions | In the cgi-bin folder in the myserve_cat.py file on line 3, 15 |
| design and implement reuseable functions |& in mysimpleServer.py line 13 and 14 |
| utilise a range of Python's built-in functions and methods |In the cgi-bin folder in the myserve_cat.py file on line 6, 7,9 and 10 & in mysimpleServer.py line 13 and 14|
| make use of user-defined functions | In the cgi-bin folder in the myserve_cat.py file on line 3, 15 |