Feb. 17, 2021 » Django Chat » [Archived Version]
Ken is the 2020 Malcolm Tredinnick Memorial Prize winner for contributions to the Django community, a familiar presence at DjangoCons, and an active participant on the official Django Forum. We discuss his long programming career, making the move to Python, and why Django is his favorite community.
Read MoreFeb. 15, 2021 » Django on Matt Layman » [Archived Version]
On this episode, our focus will be on static files. Static files are vital to your application, but they have little to do with Python code. We’ll see what they are and what they do. Listen at djangoriffs.com or with the player below. Last Episode On the last episode, we looked at Django middleware. We discussed why middleware is useful and how you can work with it. What Are Static Files?
Read MoreFeb. 9, 2021 » TestDriven.io » [Archived Version]
This article looks at how sessions work in Flask.
Read MoreFeb. 8, 2021 » /var/ - django » [Archived Version]
How to use the matplotlib library to generate server-side graphs with Django
Read MoreFeb. 6, 2021 » Django on Matt Layman » [Archived Version]
This article shows you how to use htmx in Django. What is htmx? According to the htmx website: htmx allows you to access AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext. The example that we’ll craft is an ability to delete a task from a list of tasks without reloading the whole page.
Read MoreFeb. 4, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I worked on more customer requests to refine the user interface. We added a new convenient shortcut button and included additional information and links on the course detail view. I’m continuing on my path to include the changes that my customer wants as she running a school year for the first time. The first change was to add a new button on the student’s view of a course.
Read MoreFeb. 3, 2021 » Django Chat » [Archived Version]
Dawn is a Wagtail Core Member and regular Django/Python conference speaker. We discuss being community-taught, working with React and Gatsby, and making the transition to full-time consulting work.
Read MoreFeb. 2, 2021 » TestDriven.io » [Archived Version]
This article looks at how to integrate Pydantic with a Django application.
Read MoreJan. 30, 2021 » Django on Matt Layman » [Archived Version]
Maybe you’re new to web development in Python, and you’ve encountered the two most popular Python web frameworks, Django and Flask, and have questions about which one you should use. Are Django and Flask similar tools for building web applications? Yes, Django and Flask share many similarities and can both make great websites, but they have some different development philosophies which will attract different types of developers. What do I know about this?
Read MoreJan. 29, 2021 » TestDriven.io » [Archived Version]
The following is a step-by-step walkthrough of how to set up a basic CRUD app with Vue and Flask.
Read More