Code metrics are a popular way to analyse the complexity of our software. For some reason, we are attracted to single-figure summaries of quality, whether it’s lines of code, cyclomatic complexity, or the Pylint score. Personally, I think using these are ... (more…)
Read more »
Flask-Diamond offers some opinions about network information systems that process data.
Flask-Diamond is a batteries-included Python Flask framework, sortof like Django but radically decomposable.
Using Flask-Diamond, you can scaffold a working applicatio...
Read more »
You may have already found a decorator in some Python code. For example, the following is commonly used to create static methods within a class: (more…)
Read more »