The Bite Python Newsletter is now official
The Bite Python Newsletter is now an official weekly publication, with a new schedule and homepage.
The Bite Python Newsletter is now an official weekly publication, with a new schedule and homepage.
Explains the benefits of using Python's namedtuple for readable, self-documenting, and efficient code compared to regular tuples.
The author announces a self-published book on Python tips, tricks, and patterns, offering an early sign-up for a reduced price.
A developer shares his journey to becoming a Google Developer Advocate, detailing his career path and the reasons behind his decision to join the tech giant.
A curated list of beginner-friendly Python programming books, ranging from interactive tutorials to comprehensive guides.
A collection of useful Python programming tips and tricks, including enumerate, comprehensions, and debugging techniques.
A guide to moving beyond basic grep for Python application monitoring, covering error logging with Sentry and metrics collection with tools like Prometheus.
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.
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 history, perceptrons, adaptive linear neurons, and the gradient descent algorithm with Python implementations.
An introduction to single-layer neural networks, covering the Perceptron and Adaline models, with Python implementations and gradient descent.
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 step-by-step guide to implementing internationalization (i18n) in Python applications using the gettext module.
Guide to configuring pip to cache compiled Python wheels for faster installation of C-based libraries, saving time on repeated builds.
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.