In the latest round of updates, I added batch processing: a feature that allows you to select an entire folder of images for image processing.
Archives: Blog
Image Titler 1.6.0 Features Version Tagging on Output File Names
In the latest installment of the image-titler tool, I've added version tagging on output file names. Now, every file can be mapped to the software that generated it.
When 87% of your students miss a quiz question, it's up to you to make some sense of it. For instance, you might make an entire article about Java iterators.
Why maintain a store and a Patreon when I could just consolidate the two. Now, my For Honor! tier features store products.
Let's start a code sharing social media challenge. Complete a Python challenge and share the solution on Python using the #RenegadePython hashtag.
How to Split a String by Whitespace in Python: Brute Force and split()
There are a lot of ways to manipulate strings. For instance, we might be interested in splitting a string by a separator like whitespace.