Nuacht

Coming from Python, I found myself missing Python's String Methods. So, I decided to build them myself - both as a way of creating a library that will be useful in the future, and also as a way to ...
This post explains how to concatenate a string in Python. As well as how to build strings, search for substrings and much more.
Take advantage of caching and the lru_cache decorator to relieve your Python functions from repetitive heavy lifting.
Still using Excel for your data analysis? Learn how to leverage Python so you can work with larger datasets and automate repetitive tasks.