Building a Trustworthy A/B Testing Platform — Practical Guide and an Architecture DemonstrationOver the past two decades, along with the quick growth of the e-commerce, the digital versions of A/B tests and their generalizations have…Jun 24Jun 24
Metaclass in Python: a quick introductionThis post quickly reviews how a class is created in Python and explains how metaclass works in an example.Jan 16Jan 16
Generating Docs from Python Code Using SphinxIn this quick demo, how to generate documentation for a Python project from the source code using Sphinx is demonstrated.Nov 16, 2023Nov 16, 2023
Working with Python Click PackageClick is a highly configurable Python package for creating command line interfaces. This tutorial demonstrates how to install it in Linux…Feb 27, 2023Feb 27, 2023
Published inPython in Plain EnglishIntroduction to Flask AppBuilder — Integrating with Celery SchedulerA guide on how to customize themes, override the index page and include RESTful API in our simple web application.Jan 29, 2022Jan 29, 2022
Published inPython in Plain EnglishAsynchronous Task Queuing with CeleryA detailed guide on how Celery asynchronous task queue works.Jan 5, 2022Jan 5, 2022
Published inPython in Plain EnglishIntroduction to Flask AppBuilder — Building a Simple Web Service (2)How to develop a more complicated web application to manage a project or task progress.Dec 31, 2021Dec 31, 2021
Published inPython in Plain EnglishIntroduction to Flask AppBuilder — Building a Simple Web ServiceA step-by-step guide on how to use FAB to build a simple web app.Dec 14, 20213Dec 14, 20213
Published inPython in Plain EnglishHow to Schedule Recurring Jobs or Tasks Using CelerySchedule Jobs 2: Schedule recurring jobs/tasks using Celery.Nov 29, 2021Nov 29, 2021
Storing/Retrieving Objects Using SQLAlchemyStoring/Retrieving Objects into/from a relational database is very normal in many use cases. For example, in ETL pipelines, although data…Nov 14, 2021Nov 14, 2021