News
DjangoCon US - October 22-23
The major US Django conference is online and free this year. Talks premier October 22-23, 2021, and you can watch them by joining our YouTube channel today!
Python Developers Survey 2021
Please take a moment to fill out the annual Python survey that helps guide development of the language and informs the community.
Psycopg 3.0 released
A major update of the popular database adapter supporting Python 3.6-3.10 and PostgreSQL 10-14.
Sponsored Link 1
WANTED: IMPACTFUL Projects for a better world
Space Exploration. Forest fire management. Lightning strike predictions. These are three IMPACTFUL Projects (defined as projects that are impressive, purposeful, transformative and unquestionably benefit humankind) Six Feet Up has had the privilege to work on. Six Feet Up is committed to completing 10 IMPACTFUL Projects by 2025, and the company is well on its way to achieving this goal. Want to work with us? Let’s talk!
Articles
Three more uses for functools.partial() in Django
Adam Johnson on three more ways to use functools.partial()
with Django.
Help users change passwords easily by adding a well-known URL for changing passwords
By redirecting requests to /.well-known/change-password to the change password URL, you can let users update their passwords easier than before.
Django related fields and the caveats of implicit SQL INNER JOINs
A look at the Django ORM's behind-the-scenes mechanics when using related sets. Very cool.
Sponsored Link 2
Building Intelligent Space Infrastructure
Cognitive Space is building intelligent infrastructure for the new space domain with Python at the core. We are looking for passionate Python developers in backend, dev ops, and machine learning. 🖖
Projects
groveco/django-sql-explorer: Easily share data across your company via SQL queries. From Grove Collab.
Easily share data across your company via SQL queries.
django-es/django-elasticsearch-dsl
Elastic's own elasticsearch-dsl-py is nice to work with, but sometimes it's nice to work with a more Django-friendly library which is where django-elasticsearch-dsl shines.