Welcome to the penultimate weekly update. Next week will be the last weekly update I ever do! Then, I'll be moving to monthly updates.
Welcome to The Renegade Coder, a site for people interested in Python programming and college teaching! Join me on Patreon for even more content.
Latest Articles
How to Make a Python Script Shortcut with Arguments: Batch, Bash, and More
Got a Python script that you wish you could just double-click to run, but it has special arguments? Maybe a shortcut with arguments is the solution.
Today, we're deviating away from functional languages with a look at Hello World in Perl, a fun scripting language from 1987.
For our sixteenth installment of Hello World in Every Language, we're looking to tackle Hello World in Haskell, a general-purpose functional programming language.
After two years in the industry, I've decided to escape engineering. To start, we'll follow my trajectory to industry to figure where I went wrong.
With Lisp and Scheme out of the way, I figured it might be fun to play with one of Scheme's dialects, Racket. In this exercise, we'll implement Hello World in Racket.