Sprint Scikit learn in Paris
Announcing a two-day coding sprint in Paris focused on scikit-learn's API and development guidelines for machine learning in Python.
Announcing a two-day coding sprint in Paris focused on scikit-learn's API and development guidelines for machine learning in Python.
A developer proposes a new API for generating Django fixtures more easily, outlining the concept and hoping someone will build it.
Explains the HTML5 `document.head` property, its benefits over traditional DOM access, and provides polyfill code for cross-browser support.
Introduces a new API for django-taggit using custom through models to support non-integer primary keys and extended tagging functionality.
Explains how to use a Python metaclass to solve recursive class definition issues when modeling a C++ API, similar to Django's approach.
A fun web tool that generates Bing search links for easily answerable questions, inspired by LetMeGoogleThatForYou.
Announcing the second milestone release of the PHP SDK for Windows Azure, focusing on Table Storage support with examples.
Part 4 of a series on building TwitterMatic.net, focusing on implementing OAuth authentication with Twitter's API.
Explains how devices without GPS, like an iPod Touch, can determine location using WiFi access point triangulation via a third-party database.
Explains unexpected behavior when using Python's dict.update() with Django's QueryDict due to its internal list-based value storage.
A discussion on the risks and benefits of using Django's undocumented internal APIs, with advice on managing compatibility.
Announcing the alpha release of jsonschema 0.2, detailing new features like additionalProperties validation, interactive mode, and bug fixes.
Announcing the first release of a JSON Schema validator for Python, based on the JSON Schema Proposal Second Draft.
Analyzes Facebook's platform evolution, focusing on user engagement, app quality, and the need for better third-party integration tools.
A developer shares their experience at a Python-focused onsen retreat, detailing collaborative work on a JSON schema validator for a Google App Engine project.
A technical exploration of implementing JSON-RPC communication between Common Lisp and C, including netstring encoding and protocol details.
Explains the W3C Selectors API, comparing querySelector and querySelectorAll for efficient DOM traversal using CSS selectors in JavaScript.
Explores advanced XPath techniques in JavaScript, focusing on compound location paths and predicates for precise DOM node selection.
A new PHP OpenXML API project for creating Word documents is introduced, with updates on PHPExcel repository synchronization.
Introducing Webservice Helper, a PHP class that automatically generates WSDL files for web services using PHPDoc and reflection.