Displaying Breaks - Building SaaS #72
A developer adds break display logic to a weekly schedule in a SaaS app, focusing on Django templates and styling.
A developer adds break display logic to a weekly schedule in a SaaS app, focusing on Django templates and styling.
A technical guide on migrating website comments from Commento to Utterances, a GitHub-based comment system, including steps and code.
A guide to testing machine learning code and systems, covering pre-train and post-train tests, evaluation, and implementation with a DecisionTree example.
Learn how to use Numba's @jit decorator to achieve massive speedups in Python code with minimal changes, demonstrated with a benchmark example.
A developer's final report on a Google Summer of Code project to integrate sparse and dense matrix support in QuTiP's core Qobj data type.
A technical article comparing while and for loops in Python for finding numbers, with performance benchmarks and Python version considerations.
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 covering Christoph Molnar's book on Interpretable Machine Learning, with Python code examples for linear and logistic regression.
A review and tutorial on interpretable machine learning, covering Christoph Molnar's book and providing Python code examples for linear/logistic regression.
The Dask team shares insights on running successful virtual community tutorials, including benefits for learners and maintainers, and practical logistics.
Author Yasoob releases the alpha version of his project-based Python book, offering a discount and free future updates.
Compares the 'Ask for Forgiveness' (EAFP) and 'Look Before You Leap' (LBYL) coding philosophies, using Python file reading as an example.
A series exploring techniques to write faster Python code, covering idiomatic patterns, performance tools, and benchmarking.
A guide to cleaning and processing messy CSV data using Python's Pandas library, including reading files and assigning custom headers.
A tutorial on writing a simple Python-to-C compiler in Python, using libpython to compile and run a Fibonacci program.
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 developer shares their experience and lessons learned from giving a technical talk at the online EuroPython 2020 conference.
A technical guide on setting up and analyzing distributed Dask clusters for parallel computing across multiple machines.
A talk on implementing full-text search using only Django and PostgreSQL, presented at EuroPython 2020.