Thinkcspy Chapter 12: Python Dictionaries
Problem 1 Write a program that allows the user to enter a string. It then prints a table of the letters of the alphabet in alphabetical order which occur in…
Problem 1 Write a program that allows the user to enter a string. It then prints a table of the letters of the alphabet in alphabetical order which occur in…
This was the most challenging project I've had to do for the Odin Project so far. And the most fun! The main goal was to create a fixed area for…
This section of the site is a place for me to showcase various non-project assignments from the Odin Project. Most assignments will not appear here. The ones that do will…
Often, The Odin project will link out to other resources for reading material and active coding assignments. This was one of those times. This one came from MDN Web Docs.…
This lesson only had five problems, and thank goodness for that, because problem 4 really threw me for a loop. I've included all 5 here, because there are so few…
In this exercise, the goal was to take a long list of things and make it "easy to scan and enjoyable to read". I don't know how enjoyable a list…
In this exercise, the goal was to study text with, analyze the structure an then visually express. I chose to do this with November 2023's moon phases. Here is the…
I'm not sure I'm starting to get a better handle on this stuff or if they were giving me a break this chapter, but this chapter was not as challenging…
This one was fun! I had no idea that manipulating strings could be as interesting as manipulating numbers or pixels. These exercises were certainly some of the more challenging ones…