Softhints

How to Match Either the End of a String or a Specific Character in Python Regex

To match either the end of a string ($) or a

How to Split Markdown Output into Two Columns in Jupyter Notebook

To split Jupyterlab or Jupyter Notebook Markdown output into two

How to Strip a String After the Nth Occurrence of a Character in Python

To strip a string sfter the second, third or n-th

Troubleshooting Anaconda and Anaconda Navigator Startup

Recently I installed and removed feed packages from my anaconda

Python - TypeError: CaseInsensitiveDict is not JSON serializable

Trying to load JSON objects in Python might result into:

Pretty JSON Formatting in JupyterLab

In this short post you can find how to pretty

How to Parse a Compressed Sitemap in Python and Pandas

To parse a compressed XML sitemap (xml.gz) directly from

Organizing and Managing JupyterLab Folders and Disk Space

This article covers best practices for organizing projects, cleaning up

How to Iterate Over Every Two Elements in a List - Python

To iterate pairwise or processing elements in groups of two

How to Performing HTTP Requests with cURL using PROXY

Introduction In this article, we'll explore how to