Python - Basic Articles
A CSV (Comma Separated Values) is a simple file format, used to store data in a tabular format. CSV file stores tabular data (numbers and… Read More
OpenCV-Python is a library of Python bindings designed to solve computer vision problems. cv2.rotate() method is used to rotate a 2D array in multiples of… Read More
The ndarray.dtype attribute returns the data type of the array’s elements. This attribute is read-only and cannot be modified directly. Example Python3 import numpy as… Read More
Prerequisites: Python GUI – tkinter YouTube is a very popular video-sharing website. Downloading a video’s/playlist from YouTube is a tedious task. Downloading that video through… Read More
Pandas Series is a one-dimensional labeled array capable of holding data of any type (integer, string, float, python objects, etc.). The axis labels are collectively… Read More
VPython makes it easy to create navigable 3D displays and animations, even for those with limited programming experience. Because it is based on Python, it… Read More
Transliteration is the process of transferring a word from the alphabet of one language to another. Transliteration helps people pronounce words and names in foreign… Read More
Twitter is a popular social network where users share messages called tweets. Twitter allows us to mine the data of any user using Twitter API… Read More
In this article, we will see how we can create a tabbed browser using PyQt5. Web browser is a software application for accessing information on… Read More
Selenium Python is one of the great tools for testing automation. These days most of the web apps are using AJAX techniques. When a page… Read More
Prerequisite – Matplotlib Library  Visualization is an important part of storytelling, we can gain a lot of information from data by simply just plotting the… Read More
Django is an open-source, Python-based framework for building web applications. To make our Django code more readable and efficient we should follow a certain set… Read More
Python offers multiple options for developing a GUI (Graphical User Interface). Out of all the GUI methods, Tkinter is the most commonly used method. Python… Read More
Sometimes, while working with tuples, being immutable can offer a lot of confusion regarding its working. One of the questions that can pop into the… Read More
When we start to learn any programming languages we do follow a tradition to begin HelloWorld as our first basic program. Here we are going… Read More
Databases offer numerous functionalities by which one can manage large amounts of information easily over the web and high-volume data input and output over a… Read More
Matplotlib is a library in Python and it is numerical – mathematical extension for NumPy library. Pyplot is a state-based interface to a Matplotlib module… Read More
VPython makes it easy to create navigable 3D displays and animations, even for those with limited programming experience. Because it is based on Python, it… Read More
Twitter is a popular social network where users share messages called tweets. Twitter allows us to mine the data of any user using Twitter API… Read More
Prerequisites: Working with PDF files in Python There are many libraries for manipulating PDF files in Python but all are using when that all PDF… Read More