1 follower
I'm a software developer who loves to experiment with data structures and algorithms in Python and Swift. Feel free to get in touch with me via email!
There are two hard problems to solve in a Python project: installing packages, and installing packages in other projects. This post was originally...
Installing Ruby or Python on M1 Macs is a nightmare. I’ve lost so many hours fighting compilers and Rosetta to these issues, so I’m documenting my...
Replit is a free, collaborative, in-browser IDE for creating new projects without setting up any environments on your computer. With Replit, you don’t...
Maintaining a streamlined process to draft, edit, and publish technical articles can be tricky. For example, I write across multiple topics such as...
Imagine you're writing a mobile app, and your user searches for the word kitten. Unfortunately, the only search terms you expected them to enter were...
One of the most common blocks you will write in Python scripts is a for loop. With for loops, you can repeat the same set of instructions in a block...