nixos Share scripts that have dependencies with Nix Writing and sharing scripts is essential to productivity in development teams. But if you want the script to work everywhere, you can only depend on the tools that are everywhere. That usually means
python Garçon, there's a catamorphism in my Python I've got a little project where I want to build a document from a template, and some data that are stored in a JSON (or YAML) file. This is pretty straighforward, but I've
python Through the lens of Haskell: exploring new ideas for library design At EuroPython 2014, there was a talk about "What Python can learn from Haskell", which was very interesting, and seems to have sparkled the PEP 484 (type annotations in python 3.
python Fast scraping in python with asyncio Web scraping is one of those subjects that often appears in python discussions. There are many ways to do this, and there doesn't seem to be one best way. There are fully fledged
python Pyramid advanced configuration tactics for nice apps and libs Pyramid is a great framework, and one of the things that makes it great is its configuration system, which provide both a great way to organize an application, and an elegant system to
python Quick authentication on pyramid with persona A few days ago, the first beta of persona was released, and I thought it would be nice to try it as a authentication mechanism in my next project. For the pyramid framework,