Predicting The Future - Building SaaS #70
A developer stream recap fixing task completion date bugs and adding student grade data to a Django SaaS app using test-driven development.
A developer stream recap fixing task completion date bugs and adding student grade data to a Django SaaS app using test-driven development.
A review and tutorial on interpretable machine learning, covering Christoph Molnar's book and providing Python code examples for linear/logistic regression.
Author Yasoob releases the alpha version of his project-based Python book, offering a discount and free future updates.
A guide to cleaning and processing messy CSV data using Python's Pandas library, including reading files and assigning custom headers.
A developer builds a school year calendar feature in Django, adding break day models, methods, and tests.
A guide to making Django projects portable and easy to share across different machines using Git and dependency management.
A technical guide explaining the JPEG compression algorithm and demonstrating how to write a basic JPEG decoder from scratch using Python.
A developer builds a student enrollment form using Python and Django, focusing on context data, Tailwind CSS styling, and unit testing.
A developer builds a mobile web app for a homelessness-focused hackathon using Python and Django, covering models, admin, and pages.
A developer shares 9 practical tips for improving your Bash and Python scripting workflow, based on real-world experience.
A developer's technical journey to self-host a private video sharing platform, evaluating ClipBucket and MediaGoblin with Docker and Ansible.
A beginner's guide to starting programming, recommending Python and outlining a learning path from basics to building small projects.
A developer uses Test Driven Development to fix a bug in a Django app, writing a test, fixing the code, and refactoring.
Using the Cerberus library in Python to validate configuration files and ensure data structure integrity.
Learn how to automatically run Python unit tests on every commit and pull request using GitHub Actions.
An introduction to Black, a Python code formatter that automatically formats code to eliminate debates and save time on manual formatting.
Learn 4 practical debugging techniques for Django, including using pprint, pdb, assertions, and logging to find and fix bugs faster.
Learn how to use Python's built-in pdb debugger to quickly find and fix bugs in Django applications, replacing slow print statement debugging.
A guide on configuring Django to write application logs to a file in a production environment for easier debugging.
A guide on using Watchdog to automatically restart Celery workers when Python code changes during local development.