News

Extracts strings relevant to control flow from Python code This package extracts strings (including prefixes, suffixes and fragments) from Python code that seem (potentially) relevant to control flow.
So, you find yourself coding a small webserver in python in the middle of the night and you need some HTML. BUT - you need dynamic HTML. You want something like Jinja2 or Django templates. Something ...
With Python version 3.6, f Strings were released as a much more convenient way of adding variables inside of strings or actually embedding expressions. In this video, I will be going over 5 useful ...