GDG DevFest 2022
A talk from GDG DevFest 2022 on how to maximize benefits from Open Source by actively contributing to communities like Python and Django.
A talk from GDG DevFest 2022 on how to maximize benefits from Open Source by actively contributing to communities like Python and Django.
A guide to benchmarking Python code, comparing tools like timeit and Docker for objective performance measurement.
Python development episode covering Exercism string exercises and fixing Django 4.1 template caching issues in a homeschool app.
Benchmarking Python 3.11's performance improvements by testing common code patterns like loops, comprehensions, and sorting.
Explores how to mutate Python tuples, which are normally immutable, by using the C Foreign Function Interface (ctypes) to directly manipulate memory.
A talk from Ubuntu Summit 2022 on how to maximize benefits from Open Source by contributing to communities like Python and Django.
The author works on Python exercises using Exercism and adds PDF page numbering to a Django-based homeschool application.
Explores a data race bug at the intersection of Python's buffer protocol and Rust's memory model, highlighting undefined behavior risks.
A guide on switching from Rollbar to Sentry for error monitoring in a Python/Django SaaS project, highlighting Sentry's features.
A talk on implementing full-text search using Django and PostgreSQL, avoiding complex external search engines.
A technical guide explaining how to implement TOTP-based two-factor authentication, including code examples in Python and Hare.
An overview of core cryptography concepts and their implementation in Python, based on a presentation by Andrew Sillers.
A warning about a subtle pandas groupby issue that can lead to incorrect data aggregation sums if missing values are not handled properly.
Developer discusses adding customer features to a SaaS app, including working with Django, Python, and JavaScript FormData.
Improving the user experience for deleting tasks in a Django app by returning users to their previous position.
The author updates a Python/Django SaaS app with flake8-bugbear, fixing issues and discussing strategies for adding new tools.
The author completes the teacher checklist feature for a homeschool app, including end-to-end testing and writing unit tests.
A developer works on the edit page for a teacher checklist feature in a Django/Python SaaS application.
Learn how to implement and use the Python logging module to monitor events and analyze application performance.
A guide to manually tackling tedious software development tasks like linting and dependency upgrades, and when brute force is the right approach.