Use Python’s PIP to install WordCloud Library

Create wordcloud PIP python

‘Word clouds’ is nothing but a way to use Python for visually displaying the frequency of words in a text dataset. There is a library called WorldCloud that we can use in Python to provide a quick overview of the most common words within the …

Read more

Installing Flask on Ubuntu 22.04 or 20.04 LTS Linux

Installing Flask on Ubuntu Linux

Introduction: A step-by-step guide for installing Flask Python web framework on Ubuntu Linux systems. Flask is for web developers as it provides a micro web framework based on Python. It is popular because of its simplicity, flexibility and does not require particular tools or libraries. Furthermore, …

Read more

EasyGUI Python library Installation on Ubuntu with example

Install and use EasyGUI for Python on Ubuntu Linux

EasyGUI is another library of Python that helps the developer to create simple GUI (Graphical User Interface) windows and dialogs with ease. It offers an intuitive and straightforward way to create interactive applications without complex code. So, here in this article, we learn the steps …

Read more

How to install Basemap Python Library in Ubuntu Linux

Install and use BaseMap python in Ubuntu

Basemap is a Python library for developers who want to create maps and perform various geographical plotting tasks. Here we learn how to install the Basemap Python library using the command line on Ubuntu Linux if you require mapping capabilities for your Python projects. Step …

Read more

How to install PIP in Linux without sudo?

How to install PIP in Linux without sudo

Whether you are using Ubuntu, Linux Mint, Debian, Redhat, or any other Linux, if you don’t have sudo rights or just for security reasons want to install PIP python package manager but without sudo rights then here is the solution for that.  Just like every …

Read more

How to install Python library in Ubuntu Linux

Install Python library on Ubuntu

Python is quite a well-known language in today’s world when Artificial Intelligent backed products are booming. It is popular because of its simplicity and versatility. Developers can use it on all popular operating systems to code their applications, the best thing about Python is it …

Read more