String parsing is the process of taking alphanumeric data and extracting data from it for further processing. String parsing heavily relies on delimiters such as …
Read MoreEver want to build your own tool that is able to generate MD5, SHA1, SHA256, or SHA512 hashes of files of any size, or just …
Read MoreWhen iterating over lists it is often useful to keep some sort of an index or count of what loop you're on. In this post …
Read MoreUsing callbacks in any programming language can go sideways very quickly and create chains of functions calling functions that call other functions that get to …
Read MoreI recently had the itch to do a string manipulation exercise to code a function that takes a string as an input and turns it …
Read MoreIf you have a list of objects in Python that you want to sort, lets say by a name attribute this can be easily accomplished …
Read More