Python A collection of 217 articles #twitch #Python #Django #SaaS Upgrade to Tailwind CSS v3 - Building SaaS with Python and Django #127 In this episode, I upgraded my app to switch from Tailwind CSS v2 to v3. We worked through the migration guide to make all the needed changes to work with v3. Then I upgraded my development … #Python #Django #settings Episode 16 - Setting Your Sites On this episode, we look at how to manage settings on your Django site. What are the common techniques to make this easier to handle? Let’s find out! #twitch #Python #Django #SaaS Admin Interface For PDFs - Building SaaS with Python and Django #126 In this episode, I need tools to inspect some PDF reports that I’m building that customers of my homeschool app will use at the end of the school year. I build the admin tools that … I make a lot of Django content for the community. Please support me on Patreon! #twitch #Python #Django #SaaS Ordering Existing Models - Building SaaS with Python and Django #125 In this episode, we built out a customer requested feature of adding order of grade levels within the school year of my homeschool app. This will allow users to change the display of crucial … #twitch #Python #Django #SaaS Zip Archive HTTP Response - Building SaaS with Python and Django #124 In this episode, we continued to build the PDF reporting feature. The focus on the stream was on building the zip archive file as the HTTP response. This will be the container for future PDF … #Python #Django #performance #caching Go Fast With Django How do you make your Django app fast? You measure what is slow, scale your system when necessary, and use a combination of fast database queries and strategic caching. In this Understand … #Opinion #Programming Most Abstract Function First Is Better How should you order your functions in a file? Should helper functions go first or should you put them after a public interface? In this article, I’ll explain why I think putting the … Want to chat about Python, Django, or building on the web? Join the Building SaaS Discord and say “Hello!” #twitch #Python #Django #SaaS PDF Bundle Report - Building SaaS with Python and Django #123 In this episode, we started work on a new feature for the homeschool application. This feature is a report bundle that will add PDFs of all school year activities to a zip archive for a … #twitch #Python #Django #SaaS Customer UX Feature - Building SaaS with Python and Django #122 In this episode, I added some user experience (UX) polish to my Django app to fill in a gap where users couldn’t quickly jump to their proper school year when their homeschool is … #Python #Threat modeling Threat Modeling Jurassic Park with Python How would John Hammond design the systems on Isla Nublar in 2021? Would he spare no expense to reduce risk of a disaster? We hope that his software engineers would employ the concept of … #twitch #Python #Django #SaaS Customer Requests - Building SaaS with Python and Django #121 In this episode, we started by trying to add django-auto-prefetch. Unfortunately, it didn’t work well for my app. I decided to stop trying to add that package and switched to working … #twitch #Python #Django #SaaS Scheduling Bugs - Building SaaS with Python and Django #120 In this episode, I debugged a deep scheduling bug that was tricky to track down and understand. #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 … #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 … #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. #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 … #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. ← Next Articles Page 2 of 13 Previous Articles →