I’m Matt Layman. I want to help you learn more about Django and Python. Django Riffs Learn Django on the go! Understand Django My mega article series to help you learn Django Building SaaS on YouTube Chat live on Wednesdays @ 9pm ET Videos on YouTube All sorts of Python and Django content for viewing #twitch #Python #Django #SaaS #htmx #django-htmx Working With django-htmx - Building SaaS with Python and Django #119 In this episode, I added django-htmx to help finish off a bulk task deletion feature for my homeschool app. We explored the features that are available in django-htmx, and I showed how to add django-htmx to my project and fully integrate the package. #Python #Django #commands Command Your App With this Understand Django article, you’ll learn about commands. Commands are the way to execute scripts that interact with your Django app. We’ll see built-in commands and how to build your own commands. #twitch #Python #Django #SaaS Bulk Delete Template - Building SaaS with Python and Django #118 In this episode, I worked on the bulk delete template that users will see when deleting tasks within the homeschool app. I make a lot of Django content for the community. Please support me on Patreon! #Python #Data Science #Pandas #FinRA #markets Pandas for Data Analysis #Pandas is a great library for reading and manipulating data. Chris Malec gave an overview of pandas, focusing on how to read in some common data types, create filters to specific table cells, apply functions to your data, merge tables together, and create nice plots as well as summary tables from your data. For an application, Chris used some financial data, and briefly discussed his work at FinRA finding manipulative behavior in the US stock market. #Python #DataScience #twitch #Django #SaaS #Python Bulk Delete Form - Building SaaS with Python and Django #117 In this episode, I worked on the bulk delete form that I need so that my customers can delete many tasks in the system at once. #twitch #Python #Django #SaaS #bulk #delete Bulk Delete View - Building SaaS with Python and Django #116 In this episode, I started a bulk delete view to make it possible for customers to delete many course tasks at once. #twitch #Python #Django #SaaS Finish School Break Filtering - Building SaaS with Python and Django #115 In this episode, we finished the UI work and wrote the final tests needed to complete the school break filtering by student feature. Want to chat about Python, Django, or building on the web? Join the Building SaaS Discord and say “Hello!” #twitch #Python #Django #m2m #SaaS Student Filtering UI - Building SaaS with Python and Django #114 In this episode, we worked on UI and form changes to enable the extra many to many filtering that enables school breaks to be applied to individual students. #Python #Django #files User File Use Maybe your app needs to handle files from users like profile pictures. Accepting files from others is tricky to do safely. In this article, we’ll see the tools that Django provides to manage files safely. #Python #Django #sessions Episode 15 - User Session Data On this episode, we will dig into a data storage technique that Django makes heavy use of for visitors to your site. This category of data is called session data. #twitch #Python #Django #SaaS School Break Filters - Building SaaS with Python and Django #113 In this episode, we finished up making changes to the app to support filtering school breaks to students. #teams #organization Team Topologies: a review Does your team’s organizational structure make sense for your company? Team Topologies provides a way to think about building teams. This review blends my own experience with the views laid out by the authors. #Python #Django #deployment Episode 14 - Going Live On this episode, we will look at what it takes to go live and how to prepare your Django project for the internet. #Python #Django #settings Making Sense Of Settings All Django apps need to be configured in order to run properly. In this article, we will dig into how Django lets you configure your project using a settings module. We’ll also look at ways to be extra effective with settings. #Python #Django #testing Episode 13 - Does My Site Work? On this episode, we will discuss how you can verify that your site works and continues to work. We’re digging into automated testing and how to write tests for your Django apps. #Python #Django #sessions Per-visitor Data With Sessions How does Django know when a user is logged in? Where can the framework store data for a visitor on your app? In this article, we’ll answer those questions and look at a storage concept in Django called sessions. #Python #Django #deployment Deploy A Site Live You’re ready to take the site you developed and share it with the world. What steps should you take to prepare your Django project for life on the web? That’s the focus of this article. #Python #Django #tests Test Your Apps How do you confirm that your website works? You could click around and check things out yourself, or you can write code to verify the site. I’ll show you why you should prefer the latter. In this Understand Django article, we’ll study automated tests to verify the correctness of your site. ← Next Articles Page 3 of 11 Previous Articles →