D3coder extension enables us to encode and decode selected text via the context menu. It reduces the time we spend looking up values and gives… Read More
Tag Archives: how-to-install
SimilarWeb is a browser extension that lets us see website traffic and key metrics for several websites, including traffic ranking, engagement rate, traffic source, and… Read More
Fireshot is a web browser extension using which one can take full webpage screenshots. You can edit, save and capture screenshots in whatever format you… Read More
User-Agent Switcher is a simple, but very powerful add-on, and much easier to browse the Internet, regardless of which operating system or browser you prefer.… Read More
Kubuntu is the flavor of the Ubuntu operating system which uses the KDE Plasma Desktop instead of the GNOME desktop environment. Kubuntu 21.04 features the… Read More
The OpenSSH is an open-source implementation of the SSH protocol that encrypts all traffic to eliminate eavesdropping, connection hijacking, and other attacks. It was developed… Read More
In this article, we will learn how to install Beautiful Soup in Python on MacOS. Installation Method 1: Using pip to install BeautifulSoup Step 1:… Read More
Python NumPy is a general-purpose array processing package that provides tools for handling n-dimensional arrays. It provides various computing tools such as comprehensive mathematical functions,… Read More
In this article, we will look into the various methods of installing the PIL package on a Windows machine. Prerequisite: Python PIP or Ananconda (Depending… Read More
Scipy is a python library that is useful in solving many mathematical equations and algorithms. It is designed on the top of Numpy library that… Read More
In this article, we will look into the various methods of installing Tkinter on a Windows machine. Note: Python already comes bundled with Tkinter. But… Read More
In this article, we will look into ways of installing the Pandas Profiling package in Python. Prerequisites: Python PIP or Conda (Depending upon preference) For… Read More
Sympy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as… Read More
Matplotlib is an amazing visualization library in Python for 2D plots of arrays. Matplotlib is a multi-platform data visualization library built on NumPy arrays and… Read More
In this article, we will look into the process of installing Python Seaborn on Windows. Prerequisites: Python PIP or conda (Depending upon user preference) For… Read More