python_project_template – Template for all my Python projects on Github. Automatic integration with Python 2.7 – 3.7, Travis, AppVeyor, Codecov, CodeClimate, MentionBot, Sphinx, Readthedocs, Flake8…
Similar
[Quart](https://gitlab.com/pgjones/quart) is a Python ASGI web microframework with the same API as Flask. (more…)
Read more »
Regex is a group of characters which helps to find pattern within a string. Regex is used in lot of applications including the search engines, search and for find and replace in text documents... (more…)
Read more »
If you ever spent some time trying to write a Python application you have probably experienced Python’s Infamous Dependency Hell at some point. You’ve probably also gathered by now that it has become a folk tradition to start any piece about such subject ... (more…)
Read more »
We’re excited to release a collection of Python tools that we’ve found ourselves returning to again and again. (more…)
Read more »
On UNIX-like operating systems you can have the Python equivalent of node_modules today, for every Python version, without changing your workflows. (more…)
Read more »