Brew Install The World - Building SaaS #135
A developer troubleshoots a broken Python virtual environment and dives deep into dependency installation issues in this coding screencast.
A developer troubleshoots a broken Python virtual environment and dives deep into dependency installation issues in this coding screencast.
A developer recounts their 2022 European speaking tour, presenting talks on Django at PyConDE, DjangoDay Copenhagen, and CitusCon conferences.
Announcing PyOxy, a single-file, portable Python runner and distribution built with PyOxidizer technology for faster interpreter startup.
Explains how to monkey patch Python's requests library to work in PyScript/Pyodide by using pyodide.open_url() for HTTP calls.
The developer works on small user-requested features for a SaaS app, taking a break between larger projects.
Best practices for using Python's logging module in libraries to avoid common mistakes and improve log control.
A programmer's guide to automating a badminton court booking system using Selenium and Python to secure time slots.
Building a Django SaaS feature for user-requested PDF bundles, integrating S3 file storage via django-storages.
An introduction to Great Expectations, an open-source Python tool for data quality testing, documentation, and profiling.
The article argues for using simple, monolithic architectures over complex ones, using examples like Wave and Stack Overflow to show effectiveness at scale.
Adding a PDF course completion report for students in a SaaS application built with Python and Django.
The article details adding a PDF attendance report to a SaaS project, covering development challenges and code patterns.
Explores using sparse linear algebra to speed up Bayesian inference for linear mixed models and generalizations, with a focus on Python/JAX prototyping.
An update on adding a new report to a PDF bundle, including code cleanup and refactoring in a SaaS project.
A developer adds a user-requested task management feature and CSS styling to a PDF report for a SaaS application.
A talk summary on leveraging PostgreSQL's advanced features within Django projects, presented at PyCon Sri Lanka 2022.
The author documents upgrading their SaaS app from Tailwind CSS v2 to v3, following the official migration guide.
Developer builds admin tools to inspect PDF reports for a homeschool app, part of a SaaS development series.
Developer adds a customer-requested feature to reorder grade levels in a homeschool app, part of a SaaS building series.
Building a zip archive HTTP response for PDF reports in a Django SaaS application, including setup for the weasyprint package.