Python
-
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 » -
Generating Meaningful Mock Data with Faker
Faker is an Open Source Python package that generates synthetic data that could be used for many things such as…
Read More » -
Python Calculations in Jupyter with Handcalcs
Jupyter notebooks allows LaTeX rendering inside markdown. This way you can write complex math equations within a notebook. While LaTeX…
Read More » -
Diagrams as Code with Python
In my career I have noticed that often organizations are reluctant on providing Engineering teams with licenses for software to…
Read More »