Hello World is a simple program, so I thought it would be fun to try to write it in some silly ways. Here are just 5 of those ways.
Category: Code
Returning multiple times in a single function is legal in most programming languages, yet a lot of folks don't like it. Why?
As an educator, I find Java to be a barrier to the fun students want to have while coding, so I often recommend Python as a replacement. Here's why.
Indexing is one of those topics that's sure to rile up the average programmer. Today, I decided to look into how many languages actually support indexing from one.
Indexing arrays is always a confusing topic. After all, the average person starts counting from one, so why don't arrays?
The Complete Guide to SnakeMD: A Python Library for Generating Markdown
Markdown is one of my favorite file formats as someone who doesn't know a lot of frontend. If you're like me, then you'll be pleased to know that a Python library exists for dynamically generating...
