Nilearn sprint: hacking neuroimaging machine learning
A summary of the second Nilearn sprint, highlighting new features and improvements for this neuroimaging machine learning library.
A summary of the second Nilearn sprint, highlighting new features and improvements for this neuroimaging machine learning library.
A tutorial on creating a custom extension for the handroll static site generator, from code to configuration.
A programmer shares their personal method for learning new programming languages and offers motivation based on their own journey into coding.
A developer documents their journey creating a Whitney Houston song API from scratch using Python, web scraping, and JSON.
Using Python and unsupervised machine learning to analyze Seattle bicycle count data and uncover insights about commuting work habits.
Explores implementing the Fibonacci sequence in Python using Haskell's lazy, functional style for elegance and efficiency.
A guide to four command-line tools (IPython, Autoenv, Cookie Cutter, Bash Git Prompt) to boost productivity for Python developers.
A developer's guide to handling timezones in Python, covering pitfalls, best practices, and the datetime module's design.
A comparison of Python implementations for the Lomb-Scargle periodogram, recommending the fast algorithm in the gatspy package for analyzing irregularly-sampled data.
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.
A guide to using the 'retrying' Python library for implementing robust retry logic in applications dealing with external failures.
An interview about software testing in Python, covering the author's journey with Python, the Zen of Python, and challenges for beginners.
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.
An update on the certifi project's new release, addressing 1024-bit root certificate removal and the plan for a hybrid bundle.
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 using the AFL fuzzing tool to test Python code for bugs and security vulnerabilities by generating random inputs.
A guide to moving beyond basic grep for Python application monitoring, covering error logging with Sentry and metrics collection with tools like Prometheus.