Python dev workflow on macOS

Here is the new workflow in place of the old popular one using virtualenv, pip, requirements.txt and virtualenvwrapper. Tools pyenv for Python version installation and switch Pipenv for virtualenv creation…

Continue Reading Python dev workflow on macOS

psycopgr: Routing in Python

I am introduing  psycopgr, a Python wrapper of pgRouting written by me. What is psycopgr As said in pgRouting docs: Just considering the different ways that the cost can be…

Continue Reading psycopgr: Routing in Python