Thinkcspy Chapter 12 Lab 2: Letter Counting Histogram
This lab builds on the previous one, so check that one out before reading this one. Here are the instructions: The previous lab wrote a function to return a dictionary…
This lab builds on the previous one, so check that one out before reading this one. Here are the instructions: The previous lab wrote a function to return a dictionary…
The goal for this lab was to count the number of times a specific letter shows up in a given string. This is what they started me out with: def…
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 page features a selection of photos I've taken with smartphones. I mainly enjoy capturing city and landscapes as well as objects that seem out of place in their environment.…
This page showcases a selection of digital paintings I created with the android app Kaliedoo in the early to mid 2010s. Even though I have no formal training, doodling and…
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…