django-planet

What's new in Django community blogs?

Listen Notes - Wenbin Fang (Ep 41 Replay)

Dec. 15, 2021 » Django Chat » [Archived Version]

This episode is a replay from November 27, 2019. We will return in 2 weeks with new guests and episodes! Listen Notes is a search engine for podcasts powered by Django. It’s founder, Wenbin Fang, joins us to talk about building a one-person internet company, prototyping it over a weekend, and how simple tools scale well.

Read More

Testing Flask Applications with Pytest

Dec. 14, 2021 » TestDriven.io » [Archived Version]

This articles serves as a guide to testing Flask applications with pytest.

Read More

Working with Celery and Django Database Transactions

Dec. 13, 2021 » TestDriven.io » [Archived Version]

This article details how to make Celery work nicely with Django Database Transactions.

Read More

Serving a Machine Learning Model with FastAPI and Streamlit

Dec. 12, 2021 » TestDriven.io » [Archived Version]

This tutorial looks at how to serve up a style transfer machine learning model with FastAPI and Streamlit.

Read More

Automatically Retrying Failed Celery Tasks

Dec. 11, 2021 » TestDriven.io » [Archived Version]

This article looks at how to automatically retry failed Celery tasks.

Read More

Django Stubs - Nikita Sobolev

Dec. 8, 2021 » Django Chat » [Archived Version]

Nikita is an open-source developer who maintains the Django-stubs package bringing type stubs to Django. We discuss why static typing is so powerful, the benefits of functional programming, and best practices for organizing logic within a Django project.

Read More

Pyjamas Conf 2021

Dec. 3, 2021 » Paolo Melchiorre » [Archived Version]

The laziest Python Conference ever.

Read More

Customer Requests - Building SaaS with Python and Django #121

Dec. 2, 2021 » Django on Matt Layman » [Archived Version]

In this episode, we started by trying to add django-auto-prefetch. Unfortunately, it didn’t work well for my app. I decided to stop trying to add that package and switched to working on a feature request of one of my customers.

Read More

Customer Requests - Building SaaS #121

Dec. 2, 2021 » Django on Matt Layman » [Archived Version]

In this episode, we started by trying to add django-auto-prefetch. Unfortunately, it didn’t work well for my app. I decided to stop trying to add that package and switched to working on a feature request of one of my customers.

Read More

Reproducible Builds with Bazel

Nov. 30, 2021 » TestDriven.io » [Archived Version]

This article looks at how Bazel can be used to create reproducible, hermetic builds.

Read More