Pipenv is now the packaging tool officially recommended by the Python Packaging Authority. In this tutorial you'll learn why Pipenv significantly improves...
Python packages are the building blocks of any Python application. The "Batteries Included" philosophy of Python means that you get a standard library...
Python packages are the unit of deployment for libraries and reusable Python code in general. This tutorial will take you all the way from the conceptual...
Most of us use open source libraries on a daily basis. With CocoaPods, managing dependencies in a Cocoa project is virtually painless. In some situations,...
In this tutorial, I'll look at the new JavaScript framework Famo.us, launched in October 2014. Famo.us includes an open-source 3D layout engine fully...
Recently at //BUILD/ 2015, Microsoft announced manifoldJS—the simplest way to build hosted apps across platforms. In this tutorial I'll go into a bit more...