Posts by Varsha Neelamma

Author Biographical Info: Not available

What is ‘b’ in front of string and how to remove that in Python?

By Varsha Neelamma

If you are familiar with Python, you may be well aware of the different Python data types including strings and bytes. While programming, you may have come across strings with R.... Read More

ImageFile module in Pillow

By Varsha Neelamma

Pillow is a successor project of Python’s original image processing module, the Python Imaging Library (PIL), which is in discontinuation since 2011. It provides various func.... Read More

Download all images of a webpage using Python

By Varsha Neelamma

Whenever you visit any webpage, you may come across different types of content, ranging from text to images, audio to videos. Sometimes, you just want to read the content, catch a .... Read More

Download Facebook video using Python

By Varsha Neelamma

With time, social media has emerged to be an eminent medium for social interaction, sharing of content, news etc. Facebook is one such social media application that made keeping up.... Read More

Real time currency conversion GUI application in Python using fixer io

By Varsha Neelamma

In this tutorial, we will learn how to build a real time currency conversion GUI application in Python using Fixer.io API and Tkinter. Python is an all-rounder language that one ca.... Read More

Download YouTube Video as MP3 using Python

By Varsha Neelamma

Today, Youtube is the second most popular social media site. People are using it to watch, add, and simply entertain themselves through video content. You must have already tried t.... Read More

How to use tell() method in Python?

By Varsha Neelamma

A file in a computer is simply an entity that stores/contain information. Python provides various methods for accessing and handling files, often called file handling operations. Y.... Read More

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