Skip to content

Tag Archives: how-to-install

JUnit is basically a unit testing framework for Java. JAVA provides a JUnit framework for unit testing, unit testing is simply a process by which… Read More
In this article, we will learn how to install Numpy in Python on MacOS. NumPy is a library for the Python programming language, adding support… Read More
In this article, we will learn how to install Pillow in Python on MacOS.  Python Imaging Library (expansion of PIL) is the de facto image… Read More
The pyglet library is a cross-platform windowing and multimedia library for Python, intended for developing games and other visually rich applications. In this article, we… Read More
Pywin32 is a Python extension for windows that is used to access Windows API.  In this article, we will look into the process of installing… Read More
Pyproj is an Interface for the cartographic projections and coordinate transformations library (PROJ). In this article, we will look into the process of installing the… Read More
Nose 2 is a successor of Nose package and is used for testing python applications. In this article, we will look into the process of… Read More
In this article, we will learn how to install Scrapy in Python on MacOS.  Scrapy is a fast high-level web crawling and web scraping framework… Read More
Geopandas is a Python library used to add geographical data to pandas as an object.  In this article, we will look into the process of… Read More
In this article, we will learn how to install Tkinter in Python on MacOS. Tkinter is a Python binding to the Tk GUI toolkit. It… Read More
Fabric is a Python library used to execute shell commands remotely over SSH, yielding useful Python objects in return.. In this article, we will look… Read More
Ipython is a toolkit used for using Python interactively using a Python shell and also provides a Jupyter kernel to work with Python code in… Read More
Python provides wxpython module which is an open-source module that allows us to create a high functional, cross-platform graphical user interface.  In this article, we… Read More
Termux is a command-line terminal emulator app for android built using JAVA language. It is built by Fredrik Fornwall. It has a Linux environment built… Read More
In this article, we will learn how to install Pandas in Python on MacOS. Pandas is a software library written for the Python programming language… Read More