-
Python
How to Perform a Reverse Dictionary Lookup in Python: Generator Expressions and More
Welcome to yet another Python tutorial. Today, we’re taking a look at dictionaries and how we can perform a reverse…
Read More » -
Python
71 Python Code Snippets for Everyday Problems
If you’ve been following me for any amount of time, you know that I regularly publish Python code snippets for…
Read More » -
Web Dev
What Are The Benefits Of Website Testing On The Cloud?
The development of web applications is becoming more and more dynamic. Big and small enterprises are rolling out web applications…
Read More » -
CSS
CSS Preprocessors – Sass vs LESS vs Stylus (With Examples)
It has been a while since the concept of CSS Preprocessor made its debut into the mainstay of front-end web…
Read More » -
CSS
CSS Grid Layout vs CSS Frameworks: When To Use What?
“CSS Grid or CSS Framework? What should I use for my next project?” It is a question often asked by…
Read More » -
Python
How to Performance Test Python Code: timeit, cProfile, and More
A lot of the articles in this series take advantage of a feature of Python which allows us to performance…
Read More » -
Python
The Controversy Behind The Walrus Operator in Python
If you haven’t heard, Python 3.8 features a rather controversial new operator called the walrus operator. In this article, I’ll…
Read More » -
Python
How to install Anaconda or Miniconda in Colab
Colab is the Google’s platform for working with Python notebooks and practice Deep Learning using different frameworks. It is a…
Read More » -
Web Dev
Flutter App Automation Using Appium Flutter Driver
Flutter has been creating waves in the app development space since its launch. The reason is simple, it solves the…
Read More »