Check internet speed in Python using speedtest-cli

By Varsha Neelamma

The internet today has become the easiest medium to connect with people and happenings across the world. Every second work you want to get done involves the internet these days. Th.... Read More

Set environmental variables in Python

By C.Surya Venkat

In this tutorial, we are going to learn about setting environmental variables in Python. Before learning how to set environmental variables in Python we will first learn what are e.... Read More

Speech to text conversion in Python

By Khushi Aswani

In this tutorial, we are going to learn how to convert Speech into text in very few lines of code in Python. So first of all, you need to make sure that you have the following libr.... Read More

How to return a vector in C++

By Neeraj Dusa

In this tutorial, we will discuss how to return a vector in C++. There are 2 ways to return a vector in C++ i.e. by value and by reference. We will see which one is more efficient .... Read More

Get a List of Class Attributes in Python

By Varsha Neelamma

Python classes are mostly templates for creating new objects. The contents/attributes of the objects belonging to a class are described by the class. What exactly are class attribu.... Read More

How to rotate text in Matplotlib – Python

By Khushi Aswani

In this tutorial, we will learn to rotate text in matplotlib in Python. Steps to follow- Import necessary libraries Add text and scatter points. Plot the graph Importing libraries .... Read More

How to draw a circle in Java – GUI

By Kratika Jain

In this tutorial, you will learn about how to draw a circle using GUI in Java. Before continuing make sure you go through the article below: Introduction to GUI Build first GUI App.... Read More

Validate JSON data using Python

By Paras Saini

In this post, I’ll explain to you how you can validate JSON data using Python so let’s get started. JSON JSON is (JavaScript Object Notation)  used to store the data .... Read More