Go to file
Rebecca Hankey a291889db9 I created a new document that holds my attempt at
creating a text codec. I went simple, since this was a
really complicated process for me. I starte by defining the
characters I wanted in the text and listed them based on the
set provided. Then after those were input, I defined "the"
as a shortcut, since it is a common word in the language.
I also added a few more common words to the list for
shortcuts.

I think that this, in the classroom setting, would be really
interesting. Students could potentially create an entire language.
Starting with physical words, the using encoding and compression
to create lanuages like emojis or shapes or numbers.

Students could potentially create cyphers to decode and analyze
in groups.

Overall, this is making sense, but is definately a challenging
concept. Looking forward to continue working on it!
2025-03-02 16:35:34 -05:00
text_codecs I created a new document that holds my attempt at 2025-03-02 16:35:34 -05:00
.gitignore Initial commit 2025-02-03 22:28:07 +00:00
hello.txt I created a new document that holds my attempt at 2025-03-02 16:35:34 -05:00
poem.txt Initial commit 2025-02-03 22:28:07 +00:00
poetry.lock Initial commit 2025-02-03 22:28:07 +00:00
pyproject.toml Initial commit 2025-02-03 22:28:07 +00:00