In PHP, we create sessions for the user who is logged in and make that user online till the user log out of that session.… Read More
Tag Archives: Blogathon-2021
In this article, we will learn about the HTML pre-processor & will explore the pre-processor used for HTML. As its name suggests, the pre-processor is… Read More
In this article, we’ll discuss the text-underline-offset property in CSS. It is used with an underlined text but it’s not part of it. To set… Read More
Kubernetes is an open-source framework for managing containerized workloads and services that allows declarative configuration as well as automation. It has a huge and fast-expanding… 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
Given a string S, in one move it is allowed to remove two adjacent equal characters. After the removal, both endpoints of the removed characters… 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
If you are using git and any code hosting platform like Github, Bitbucket, Gitlab, etc. to upload/commit your code, then you might be exposing your… Read More
Anaconda is open-source software that contains Jupyter, spyder, etc that is used for large data processing, data analytics, heavy scientific computing. Conda is a package… Read More