Jan. 4, 2023 » Django Chat » [Archived Version]
David is co-founder and CTO of Sentry, an open-source application monitoring and error tracking tool. We discuss building the early versions in Django, being self-taught, the advantages of middleware, next-generation hosting platforms, and general tips to avoid reinventing the wheel constantly in technology.
Read MoreJan. 2, 2023 » The Django weblog » [Archived Version]
Today we've issued the 4.1.5 bugfix release. The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is Mariusz Felisiak: 2EF56372BA48CD1B.
Read MoreDec. 30, 2022 » Django News » [Archived Version]
News Python Software Foundation - December 2022 Newsletter In case you missed the PSF's December Newsletter, you might want to check it out to see what is the latest information about what is going on with the PSF and PyCon US 2023. mailchi.mp Sponsored Link REVSYS We can help you with your project as experienced Django developers and consultants. Follow our open-source projects on GitHub at https://github.com/revsys to see what…
Read MoreDec. 29, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I updated and supercharged my editor by switching to Neovim. After that, we did an Exercism excercise that looked at Python tuples. Then I started on a new issues for my SaaS, but pivoted to adding django-stubs to improve the type hinting in the code.
Read MoreDec. 29, 2022 » Django on Matt Layman » [Archived Version]
In this episode, I updated and supercharged my editor by switching to Neovim. After that, we did an Exercism excercise that looked at Python tuples. Then I started on a new issues for my SaaS, but pivoted to adding django-stubs to improve the type hinting in the code.
Read MoreDec. 22, 2022 » TestDriven.io » [Archived Version]
This article looks at how to configure Celery to handle long-running tasks in a Django app.
Read MoreDec. 21, 2022 » Django Chat » [Archived Version]
Sheena is the CTO of Umuzi, a South Africa non-profit that trains young people in technical skills. We discuss the curriculum, teaching real-world programming skills, and building an online LMS due to Covid.
Read MoreDec. 21, 2022 » Anže’s Blog » [Archived Version]
A change in how Python handles `str` and `int` mixins in Enum classes might break your code when you upgrade to Python 3.11.
Read MoreDec. 19, 2022 » James Bennett » [Archived Version]
This is the second in a series of posts I intend to write about how to build, deploy, and manage Python applications in as boring a way as possible. In the first post in the series I gave a definition of what I mean by “boring”, and it’s worth revisiting: I don’t mean “reliable” or “bug-free” or “no incidents”. While there is some overlap, and some of the things I’ll be recommending can help to reduce … Read full entry
Read MoreDec. 19, 2022 » James Bennett » [Archived Version]
This is the second in a series of posts I intend to write about how to build, deploy, and manage Python applications in as boring a way as possible. In the first post in the series I gave a definition of what I mean by “boring”, and it’s worth revisiting: I don’t mean “reliable” or “bug-free” or “no incidents”. While there is some overlap, and some of the things I’ll be recommending can help to reduce … Read full entry
Read More