iwu78 / csp-blog

Personal blog documenting journey through computer science with work and projects.
MIT License
0 stars 0 forks source link

Ceaser Cipher | Ian’s CSP Blog #3

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Ceaser Cipher | Ian’s CSP Blog

A program to encode and decode text hidden with ceaser cipher.

https://iwu78.github.io/csp-blog/2023/09/07/Ceaser_IPYNB2.html

RonitT1234 commented 1 year ago

The code looks really good and definitely shows your proficiency in Python coding. Some suggestions I might add are to display the output of the code for when a user interacts with it. (if it's in a .ipynb file). I would also add a ChatGPT review of the code. as that is one of the requireme,nts on the rubric and would really work with this piece of code. Besides that I really like the use of comments in the code to inform the user exactly what part of the code is doing what. Nice Job!