Sometimes, we want to make Python exec work with locals. In this article, we’ll look…
Coding
Sometimes, we want to extract file name from path, no matter what the os/path format…
Sometimes, we want to convert local time string to UTC with Python. In this article,…
Sometimes, we want to get percentage of total with groupby with Python Pandas. In this…
Sometimes, we want to input a regex in string.replace with Python. In this article, we’ll…
Sometimes, we want to use zip and that pads to longest length with Python. In…
Sometimes, we want to append existing Excel sheet with new dataframe using Python Pandas. In…
Sometimes, we want to split a string by a delimiter in Python In this article,…
Sometimes, we want to retrieve a module’s path with Python. In this article, we’ll look…
Sometimes, we want to remove empty strings from a list of strings with Python. In…