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…
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…
This is my first JavaScript project for The Odin Project. The first iteration was in the console, the second one had a basic UI, and this latest version has had…
Experimenting With the 3n+1 Sequence Instructions In this lab my job was to take the initial code, graph the iterations and find the max number of iterations from one of…