A Primer on Python Metaclasses
An introduction to Python metaclasses, explaining how classes themselves are objects and how the 'type' metaclass works.
An introduction to Python metaclasses, explaining how classes themselves are objects and how the 'type' metaclass works.
A developer built a 3D interactive Rubik's Cube simulator in Python using matplotlib, explaining the rendering and rotation logic.
Analysis of Synaps, Samsung's open-source CloudWatch API implementation for OpenStack, comparing it to projects like Ceilometer and Heat.
Explores the new sparse graph module in SciPy 0.11, demonstrating its algorithms through a classic word ladder problem in Python.
A guide to creating hand-drawn, XKCD-style plots in Matplotlib using custom code before the feature was officially added.
A technical guide on integrating IPython notebooks into the Octopress blogging platform, including CSS conflict resolution.
Explains how to implement database connection pooling for Django applications using PostgreSQL to improve performance.
A tutorial on creating an animated optical illusion using Python's Matplotlib library, including code and explanations.
Argues that Python's dominance in scientific computing will endure due to its massive community on GitHub and the complementary role of languages like Julia.
Explores dynamic programming in Python through Bayesian Blocks, a method for creating adaptive histograms with optimal bin sizes.
A tutorial on simulating and animating quantum mechanics in Python using the Schrodinger equation and the split-step Fourier method.
A tribute to John Hunter, creator of the matplotlib Python library, reflecting on his impact on scientific computing and open source.
A technical comparison of Numba and Cython for accelerating Python code, including benchmarks and analysis of JIT vs. compiled approaches.
A tutorial on creating basic animations using Matplotlib's FuncAnimation, demonstrated with a moving sine wave.
A quick introduction to the Python Requests library, highlighting its intuitive API for making HTTP requests and its utility for developers.
Discusses the critical role of well-designed APIs in software development, using personal experience with Python's Requests library as a key example.
A guide on integrating Celery task queues with the Pyramid web framework, focusing on configuration without extra dependencies.
A developer's personal journey from skepticism to advocacy for PyLadies, exploring the importance of diversity and inclusion in the tech community.
A rebuttal to claims about PyPy's design philosophy, arguing its core principle is automation, not that 'the compiler knows best'.
A developer shares their journey to becoming a Python core contributor, emphasizing perseverance and the welcoming nature of the project.