Three Things Not to Ask in a Coding InterviewAvoid asking these questions as a candidate, and maybe, just maybe, you’ll seem a bit wiser.May 2, 20246May 2, 20246
Level Up in Python with Dependency Inversion and Entry PointsBecause third party libraries should help your code, not break it.Sep 5, 20231Sep 5, 20231
Stop Training Models in DEV. Train Them in LAB.Congratulations, ML professionals of all kinds, you’re using more than one environment for model training. Now, level up!Aug 4, 20234Aug 4, 20234
Write a Lightweight Route Decorator in PythonIf you’ve used an API framework or two (I love Flask), then you’ve seen this strategy at work. What you might not realize is that it’s…Dec 10, 2022Dec 10, 2022
Python for Less-Terrible Secret-sharing“I’ll just paste this into the chat and then delete it.”Feb 23, 2022Feb 23, 2022
Modular Data Retrieval, an ArchitectureHow to architect your data stack for rapid, governable, iterative data set creationJan 27, 2022Jan 27, 2022
Modular Data Retrieval (for Machine Learning, et al.), an IntroductionGrasp this key concept for feature stores and data virtualization platformsJan 27, 2022Jan 27, 2022
A Python Core Competency ChecklistWhether Python is your first language, or your 10th, here’s a list of basic competencies which, once mastered, will take you far. Note that…Jul 21, 20212Jul 21, 20212
Workload Parallelization in Kubernetes with Python, DIY-styleBecause sometimes you just need to do it yourself, with PythonMay 12, 2021May 12, 2021
How I got pyodbc and Oracle Instant Client working on UbuntuA guide of questionable universalityMay 12, 20211May 12, 20211
Implement a socket-based service in Python with socketserverYou don’t need an HTTP application to make a service. Depending on your requirements, you might not need anything besides Python’s…Feb 14, 2021Feb 14, 2021
Published inAnalytics VidhyaSubclassing the Scikit-Learn PipelineIf you visit the Scikit-Learn developer’s guide, you can easily find a breakdown of the objects that sklearn expects you to customize…Jul 10, 2020Jul 10, 2020