Recently, I found out that the "else if" keyword doesn't exist. To put it bluntly, you're going to want to read this one.
Category: Code
How to Parse a Spreadsheet in Python: CSV Reader and DictReader
Sometimes you just need to parse a spreadsheet in Python. In this article, we'll cover three methods which demonstrate just how to do that.
As a teacher, I like to warn my students of the various pitfalls in computer science. Today, let's talk about Java's substring method.
Automation will make your life easier, right? Unfortunately, sometimes it's really hard. Fortunately, I've got your back if you ever need to build LaTeX with Travis CI and Minted.
Sometimes it's fun to make an interactive application with Scanner. Unfortunately, we have to be careful with Scanner methods.
When learning Java for the first time, many students tend to struggle with the private and public keywords. Welcome to the world of access modifiers!
