Posts by Varun Bhattacharya

Author Biographical Info: Not available

Fetch real-time Cryptocurrency data using Python

By Varun Bhattacharya

Hello programmers, in this tutorial, we will learn how to fetch real-time cryptocurrency data using Python. A cryptocurrency is a unit of currency that uses cryptographic algorithm.... Read More

Clone or Download Git repository using Python

By Varun Bhattacharya

Hello programmers, in this tutorial we will see how to clone or download a git repository using python. Making a clone of a git repository can be easy in python using a famous modu.... Read More

How to change voice in pyttsx3 in Python – Male to female

By Varun Bhattacharya

Hello programmers, we will see how to change voice to text using pyttsx3 in Python in this tutorial. The library pyttsx3 is a text-to-speech conversion library in Python. This libr.... Read More

How to access index in for loop in Python

By Varun Bhattacharya

Hello programmers, we will see how to access index values in a for loop in Python in this tutorial. Accessing index values and their corresponding values can be helpful in various .... Read More

Passing Multiple Arguments to Function in Python

By Varun Bhattacharya

Hello programmers, in this tutorial we will see how to pass multiple arguments to a function in Python. Routine and Function Before we start, we should understand what a routine an.... Read More

Returning multiple values in Python

By Varun Bhattacharya

In this tutorial, we will learn how to return multiple values in Python. Returning multiple values in Python is valid and very easy to understand. Did you use Java or any other pro.... Read More

Related Posts