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!
Maintaining a streamlined process to draft, edit, and publish technical articles can be tricky. For example, I write across multiple topics such as Python tutorials, bash commands, and Ruby optimizations. I also publish to three different locations—m...
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 from the following: smitten mitten kitty fitting written How do we figure out which word the user me...
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 over and over. Python's for loops are really foreach loops, where you repeat the instructions for eve...
Beautiful is better than ugly. The Zen of Python Python introduced a brand new way to assign values to variables in version 3.8.0. The new syntax is :=, and it's called a "walrus operator" because it looks like a pair of eyes and a set of tusks. T...
LaTeX is a beautiful documentation system. It's similar to Markdown, but has many more features and is commonly used for academic papers and other publications that require a lot of equations. In this quick how to, we cover how to install LaTeX and u...