PinnedPublished inTowards Data ScienceCython for absolute beginners: 30x faster code in two simple stepsEasy Python code compilation for blazingly fast applicationsMay 22, 20225May 22, 20225
PinnedPublished inTowards Data ScienceCreate a fast auto-documented, maintainable and easy-to-use Python API in 5 lines of code with…Perfect for (unexperienced) developers who just need a complete, working, fast and secure APISep 20, 20211Sep 20, 20211
PinnedPublished inTowards Data ScienceVirtual environments for absolute beginners — what is it and how to create one (+ examples)A deep dive into Python virtual environments, pip and avoiding entangled dependenciesJun 14, 20213Jun 14, 20213
PinnedPublished inTowards Data ScienceDocker for absolute beginners — what is Docker and how to use it (+ examples)Manage your infrastructure in the same ways you manage your applicationsJun 11, 2021Jun 11, 2021
Published inTowards Data ScienceLog Breadcrumbs: only show Logs leading up to an ErrorHot to log Breadcrumbs using Python’s built-int logging package1d ago11d ago1
Published inTowards Data ScienceLet’s Write a Composable, Easy-to-Use Caching Package in PythonEasy, user-friendly caching that tailors to all your needsAug 291Aug 291
Published inTowards Data ScienceTurn Your Python Function into a Decorator with One Line of CodeA new way to write shorter, clearer, and more readable Python decorators that also act as a context managerMay 234May 234
Published inTowards Data ScienceDon’t Crash Your App: Load Records from the Database in Batches for Better PerformanceSave your Python app’s performance by efficiently loading queryApr 18Apr 18
Published inTowards Data ScienceHow to Store and Query 100 Million Items Using Just 77MB with Python Bloom FiltersPerform lightning-fast, memory efficient membership checks in Python with this need-to-know data structureFeb 82Feb 82
Published inTowards Data SciencePython: __init__ is NOT a constructor: a deep dive in Python object creationTinkering with Python’s constructor to create fast, memory-efficient classesNov 27, 202315Nov 27, 202315