You Don't Need It Yet
Explains the YDNIY (You Don't Need It Yet) principle for shipping software faster by delaying non-essential features.
Explains the YDNIY (You Don't Need It Yet) principle for shipping software faster by delaying non-essential features.
Explains the best way to check for True/False in Python, comparing performance and recommending the PEP8-compliant 'if variable:' idiom.
Explains what a Django application is, its structure, and how it fits into a Django project.
A tutorial on using NumPy for numerical arrays and Matplotlib for data visualization in Python, aimed at scientific computing and machine learning.
An introduction to scientific computing in Python using NumPy for numerical arrays and Matplotlib for data visualization.
A technical comparison of Python's list.sort() and sorted() functions, analyzing their performance with benchmarks and correcting common testing mistakes.
Explains the theory behind linear regression models, focusing on interpretability and use cases in fields like lending and medicine.
A guide on how to automate posting Instagram Stories using Python and an unofficial API library, including code examples.
A curated list of recommended developer and IT Pro sessions for Microsoft Ignite 2020, tailored for Australian attendees.
Explains the theory behind linear regression models, a fundamental machine learning algorithm for predicting continuous numerical values.
Compares Python for loops and list comprehensions, analyzing performance benchmarks and best use cases for filtering lists.
Compares Python's OrderedDict vs standard dict performance, explaining when and why OrderedDict is still useful.
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 on interpretable machine learning, covering Christoph Molnar's book and providing Python code examples for linear/logistic regression.