django-planet

What's new in Django community blogs?

Test-Driven Development with React, Jest, and Enzyme - Part 2

May 7, 2021 » TestDriven.io » [Archived Version]

In this two part series, we'll look at how to develop a React app using Test-Driven Development (TDD).

Read More

Automating Performance Testing in Django

May 1, 2021 » TestDriven.io » [Archived Version]

This post looks at how to set up automated performance tests to uncover and prevent inefficient database queries.

Read More

Python Software Foundation - Ewa Jodlowska

April 28, 2021 » Django Chat » [Archived Version]

Ewa is the Executive Director of the Python Software Foundation, the non-profit behind Python. We discuss her own background, the growth of Python and the PSF, and new developments in the Python community.

Read More

GeoPython 2021

April 22, 2021 » Paolo Melchiorre » [Archived Version]

The Python online event for Python, Geo- and Machine Learning-Enthusiasts.

Read More

Project Beacon - Jackson Wilkinson

April 14, 2021 » Django Chat » [Archived Version]

Jackson is the CTO of Project Beacon, a social benefit organization that increases the availability and decreases the price of Covid-19 testing in Massachusetts. He has a long history as an engineer and executive working in tele-medicine including previous stints with US Digital Response, PathAI, Care.com, LinkedIn, and many more.

Read More

Testing in Python

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

This article looks at some tools and techniques that help make testing in Python easier.

Read More

HTML Over WebSockets

April 6, 2021 » TestDriven.io » [Archived Version]

This article looks at a new approach for achieving a Single-page Application (SPA) -- HTML over WebSockets.

Read More

What is Werkzeug?

April 5, 2021 » TestDriven.io » [Archived Version]

This article explains what Werkzeug is and how Flask uses it for its core HTTP functionality.

Read More

Django 3.2: Compressed fixtures, fixtures compression

April 5, 2021 » Paolo Melchiorre » [Archived Version]

In the Django 3.2 version just released I contributed with new features related to compressed fixtures and fixtures compression. In this article I have explored the topic and produced some sample benchmarks.

Read More