365 Days of Python: Day #4 — Glorious Graphs

Rick Deckard
2 min readNov 20, 2022

When people think of code, they tend to think of blurbs of green text on a computer screen in a dark room. In fairness, this is somewhat true; however, the public’s perception of code is one-sided in my opinion.

The other side of code that people never consider is what the code actually produces.

As mentioned in my previous blog, I do consider myself computer-savvy; however, that does not mean that I know the innerworkings of operating systems and programming languages. Therefore, I oftentimes find myself at a loss for words when a program or a block of code produces something truly beautiful.

Day #4 (11/18/2022)

“You can have data without information, but you cannot have information without data.”

— Daniel Keys Moran

Accomplishments

  • Learned how to create simple plots using Matplotlib
  • Learned how to create colored bar graphs using Matplotlib
  • Learned how to plot categorical variables using Matplotlib

Weekly Goals

  • Learn the basics of NumPy, Matplotlib, and SciPy (45%)
  • Write a program to calculate the volumes of common geometric shapes (60%)

--

--