PyCon I Love You
A developer reflects on the emotional and professional revitalization they experience at PyCon, the annual Python conference.
A developer reflects on the emotional and professional revitalization they experience at PyCon, the annual Python conference.
A developer shares how starting with a minimal, functional version of a side-project (a Python TODO manager) leads to completion and avoids abandonment.
Introducing Todoman, a simple, open-source CLI task manager for Unix-like systems that saves tasks as iCalendar.
Analyzes the tension between Red Hat's long-term enterprise support for outdated software like Python 2.6 and the burden it places on open-source community maintainers.
Announcing EuroSciPy 2015, the European conference on Python for scientific computing, with calls for papers, talks, and tutorials.
An introduction to single-layer neural networks, covering the Perceptron and Adaline models, with Python implementations and gradient descent.
An introduction to single-layer neural networks, covering the history, perceptrons, adaptive linear neurons, and the gradient descent algorithm with Python implementations.
A monthly review sharing useful Python articles, news about Google Code shutting down, a book recommendation, and a handy shell tip.
Explains how to connect Python objects to Blinker signals using inner functions as closures to bridge the gap.
A tutorial on using Python and OpenCV to detect and count books in an image, filtering out other objects.
Explores using Fabric for server orchestration, provisioning, and deployment, integrating with Vagrant and Ansible for a unified workflow.
A guide to optimizing a non-trivial algorithm (NUFFT) in Python using NumPy and Numba, comparing performance to a Fortran implementation.
A step-by-step guide to implementing internationalization (i18n) in Python applications using the gettext module.
A guide to writing a flake8 plugin using Python AST to check for incorrectly declared static methods in code.
Guide to configuring pip to cache compiled Python wheels for faster installation of C-based libraries, saving time on repeated builds.
An update on the hyper project, a Python HTTP/2 client library, covering bug fixes, new HTTPie plugin integration, and Python 2.7.9 support.
Author's 2014 review: writing a data science book from scratch in Python and preparing for/starting a software engineering job at Google.
Explores the challenge of pickling Python objects with cached properties and proposes a mixin solution to exclude cached data from serialization.
A developer shares their experience building a machine learning model to classify song moods (happy/sad) based on lyrics using Python and NLP.
A Python tutorial showing how to download your Twitter timeline and visualize it as a word cloud using data science libraries.