Expense Tracker in Python – Level 1

Expense tracking is a common task used in every industry. In this post, we’re going to build a simple expense tracker in Python for exercise. This Python expense tracker will simply track your expenses in a CSV file. By the end of this tutorial, you’ll have a Python expense tracking program that shows you yourContinue reading “Expense Tracker in Python – Level 1”

Super Simple Python: Unit Convertor

Super Simple Python is a series of Python projects you can do in under 15 minutes. In this episode, we’ll be covering how to build a simple unit convertor in under 25 lines of Python! For a video version: Unit conversion is annoying for humans at best, but very simple for machines. If you wentContinue reading “Super Simple Python: Unit Convertor”

Climate Mentions in the News? Shockingly Low

I don’t know about you, but as someone who lives on planet Earth, I believe that the climate crisis is an issue that needs to be solved. Personally, I would like to solve it through building more renewables as I outline on my climate blog. Since the climate crisis has been a pressing issue forContinue reading “Climate Mentions in the News? Shockingly Low”