Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
Read more »
If you have a product to sell, whether it is a physical good or a subscription service, then you need a way to manage your transactions. The Oscar ecommerce framework for Django is a flexible, extensible, and well built way for you to add that functionali... (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 »
A decision tree can be visualized. A decision tree is one of the many Machine Learning algorithms.
It’s used as classifier: given input data, it is class A or class B? In this lecture we will visualize a decision tree using the Python module pydotplus and... (more…)
Read more »
Continuing with my journey in contributing to Gnocchi, I have learned of an excellent tool which Gnocchi uses to test its API from a HTTP request approach. The tool is called Gabbi. (more…)
Read more »