Python
-
Python Ternary Operator
Hello in this tutorial, we will understand the ternary operator in python programming. 1. Introduction The ternary operator is used…
Read More » -
Building a Distributed Task Queue in Python
Why not just use Celery/RQ/Huey/TaskTiger? Unfortunately, WakaTime has been using Celery for almost 10 years now. During that time I’ve…
Read More » -
The Complete 2022 Python Programmer Bundle
Start Honing Programming Skills with 46+ Hours of Python — Fundamentals, Spatial Analysis, Web Scraping, ReportLab, & More! Hey fellow…
Read More » -
Subscript Operator Overloading: Python vs Kotlin
Being able to access items in collections using subscripting (i.e. with square brackets, like myCollection[2]) is a really big convenience…
Read More » -
The Complete Python Certification Bootcamp Bundle
This Enormous 85-Hour Bundle Will Teach You How to Build Programs, Analyze Data, & More with This Leading General-Purpose Language…
Read More » -
Understanding Selenium Python Bindings for effective Test Automation
With many apps being developed at a rapid pace, testing and releasing the apps is starting to become a challenge.…
Read More » -
What’s new in Python 3.9?
The latest Python version has become increasingly common among users since its addition to Ubuntu 21.04 a couple of months…
Read More » -
Command and Command Handlers (and Why I Don’t Care Much For Them)
Introduction I want to complain about the pattern of using Commands and Command Handlers in this article, but I don’t…
Read More » -
Turning Python Scripts into Working Web Apps Quickly with Streamlit
I just realized that I am using Streamlit since almost one year now, posted about in Twitter or LinkedIn several…
Read More »