Reference guide (Google Slides): 4e Creating a portfolio in Github Pages (HTML & CSS)
- Create a portfolio page in Github Pages
- Paste your Github profile link in Lesson Schedule, under the Profile tab.
- Dan Vine (based on Bootstrap Resume template)
"""Creating an Asymmetric Key Pair | |
<IN SYLLABUS> | |
Anybody can create a public-private key pair! | |
A key pair comprises two parts. Typically, one part is kept secret (the private | |
key) while the other part is published publicly to enable anybody to access it | |
(the public key). | |
Either key can be used to encrypt; the encrypted message can only be decrypted | |
using the other key. | |
This kind of encryption is known as *asymmetric encryption*, vs symmetric |
Reference guide (Google Slides): 4e Creating a portfolio in Github Pages (HTML & CSS)
This wordle game ... doesn't quite work yet! The code in main.py
is fine, but none of the functions or classes in the wordle
module have been implemented ...
To make it work, complete the tasks below.
wordle.is_five_letters()
and wordle.is_valid_word()