While learning python I was tasked with replacing text with markdown urls. Due to my lack of knowledge and subsequent learnings, I want to share the solutions to illustrate how code can be simplified ...
@PabloDino Install Python 3.6.8 or later and try to import every module. The fix the regex either by using raw strings or using proper escape such that this works both on Python 2 and 3 ...