Python Development with Eclipse and PyDev on Windows
How to enable Python support in the Eclipse IDE. As an example, I will show you how to use Python OpenCV from a virtual environment with Eclipse. (more…)
Read more »A majority of my career has been spent on building web services in Python. Specifically, internal ones that have minimal or no UIs, and speak REST (or at least are rest-ish). With each new service, I found myself re-implementing work to make user-friendly…