Jan. 31, 2023 » TestDriven.io » [Archived Version]
This tutorial shows how to secure a FastAPI application with JWT Token-based Authentication.
Read MoreJan. 30, 2023 » TestDriven.io » [Archived Version]
In this article, we'll look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint.
Read MoreJan. 30, 2023 » Anže’s Blog » [Archived Version]
Why and how to use the Testing Library with Selenium in Python.
Read MoreJan. 29, 2023 » TestDriven.io » [Archived Version]
This tutorial shows how to configure Django to load and serve up static and media files, public and private, via an Amazon S3 bucket.
Read MoreJan. 29, 2023 » james.walters.click » [Archived Version]
Django has this reputation for being hard to deploy. I don't think that's really true. I think that people haven't taken the time to explain to beginners the concepts you're thinking about when it comes to deployment. We focus so much on teaching people how to build apps in Django …
Read MoreJan. 27, 2023 » Django News » [Archived Version]
News Bleach 6.0.0 release and deprecation Bleach, the Python library for sanitizing and linkifying text in HTML, released 6.0.0 and was deprecated because html5lib is no longer actively maintained. bluesock.org The PSF is hiring a Security Developer-in-Residence! The Python Software Foundation (PSF) is happy to announce the launch of a year-long security enhancement initiative that will include a security audit and the creation of a new Se…
Read MoreJan. 26, 2023 » james.walters.click » [Archived Version]
The other day I started writing a web automation tool to do some chores for me at work. This was my first time using Selenium, a handy dandy library for driving web browsers in code. When it comes to getting a hold of elements in the page you want to …
Read MoreJan. 25, 2023 » TestDriven.io » [Archived Version]
This tutorial looks at how to use the Masonite ORM with FastAPI.
Read MoreJan. 22, 2023 » TestDriven.io » [Archived Version]
This article explains step-by-step how to create a custom user model in Django.
Read MoreJan. 20, 2023 » Django News » [Archived Version]
News Django 4.2 alpha 1 released Django 4.2 alpha 1 is now available. It represents the first stage in the 4.2 release cycle and is an opportunity for you to try out the changes coming in Django 4.2. djangoproject.com Git security vulnerabilities announced tl;dr Upgrade to the latest Git version as soon as possible. github.blog GitHub Copilot Litigation From November 2022 but still relevant. It is a class-a…
Read More