IPython Notebook: Javascript/Python Bi-directional Communication
Explains how to pass data between Javascript and Python in IPython/Jupyter notebooks using kernel.execute, though notes the method is now obsolete.
Explains how to pass data between Javascript and Python in IPython/Jupyter notebooks using kernel.execute, though notes the method is now obsolete.
A blog post demonstrating how to create a puzzling shape animation using Python's matplotlib and IPython notebook.
A guide for Python developers on connecting to and using SAP SQL Anywhere databases, covering drivers, common issues, and recommendations.
Introduces httpcache, a Python Requests plugin for automatic HTTP caching, reducing bandwidth and latency with minimal setup.
CoVim is an open-source plugin for Vim that enables real-time, multi-user collaboration, turning the editor into a shared coding environment like Google Docs.
A tutorial on embedding matplotlib animations directly into IPython notebooks using HTML5 video encoding and custom display functions.
A developer details the technical process and reasoning behind migrating their static blog from Ruby-based Octopress to Python-based Pelican.
A technical guide on implementing a Persona Identity Provider, focusing on Python and addressing gaps in Mozilla's official documentation.
A deep dive into writing extremely concise Python code, using the creation of a Sudoku solver as an example to explore code golf techniques.
Explores the new experimental socket API in Google App Engine 1.7.7 pre-release, demonstrating its use in Python applications.
Explores the lesser-known inheritance-based API in Python's Requests library for advanced HTTP connection configuration.
An introduction to Hy, a Lisp dialect that runs on Python, exploring its syntax, capabilities, and the author's initial experience with it.
A PyCon/PyData attendee discusses the state of Python data visualization, comparing Matplotlib's strengths and limitations with newer tools like NodeBox OpenGL.
A guide to making Python application deployments less painful, covering tools, best practices, and workflows from a 2013 talk.
A guide to simplifying Python logging by leveraging system-level tools like syslog and rsyslog instead of complex library handlers.
Introducing collectr, a Python library for automating the minification and upload of static files to Amazon S3.
Explains the Python Requests library's handling of HTTP 302 redirects, discussing the RFC specification versus real-world browser behavior.
A tutorial on creating a 3D animation of the chaotic Lorenz system using Python, matplotlib, and SciPy.
Announcing django-db-tools, a lightweight Django utility for enabling read-only or GET-only modes during large database migrations.
A guide to setting up a Python development environment on a Mac, covering terminal basics, MacPorts, and Xcode installation.