Boosting AI with Python: Using Click, Jinja2, and GPT Libraries
Learn how to use Python libraries like Click, Jinja2, and GPT to enhance and build AI projects and applications.
Learn how to use Python libraries like Click, Jinja2, and GPT to enhance and build AI projects and applications.
Developer adds an export feature for user journal entries in a SaaS application, plus minor code cleanup.
A developer explains their reasoning for choosing the Django web framework over Flask for a SaaS project, based on their experience.
The latest episode of Building SaaS covers post-launch improvements and user experience polishing for the JourneyInbox application.
A developer discusses post-launch fixes for a SaaS product, including trial expirations, email prompts, UI polish, and dependency updates.
A developer live-deploys user setup and Stripe configuration, finding and fixing bugs in the process.
The article covers final pre-launch features for a SaaS product, including user sign-up limits and login page styling.
The article details completing a Stripe payment integration for a SaaS product, including tests, webhooks, and user signup views.
A guide to creating unique art programmatically using Python, building custom tools from scratch without AI.
A developer stream log about improving a SaaS app's design and planning Stripe payment integration, with less Stripe work than planned.
A developer updates a SaaS app's legal pages and integrates Stripe for customer creation and subscription payments.
How to style Markdown-generated HTML with Tailwind CSS classes using a custom Python Markdown extension.
A developer adds WhiteNoise for static files and integrates Tailwind CSS into a Django SaaS application, fixing operational issues.
A streamer explores new tools and techniques to improve their live stream, including Python, Django, and Tailwind CSS.
A guide on switching a Python project from multiple linters to Ruff, a single, powerful tool.
The author switches a Python project to Ruff for linting and finishes parsing email messages for a SaaS application.
A developer's technical build log for creating Jumblie, a daily word puzzle game, covering concept, word list generation, and prototyping.
A developer episode on parsing inbound emails with Python & Django to create journal entries, using libraries like dateutil and email.
The article details making an email sending job idempotent in a Django SaaS project and parsing inbound emails for journal entries.
Connecting outgoing prompt emails to incoming user journal entries via webhooks, using debugging and logging in production.