Posts by Harshal Patel
Author Biographical Info: A boy with spectrum of skills.
Hello everyone, in this tutorial we are going to learn a trick to find the transpose of a matrix of any given dimension with Python. A normal way to do this is by initializing two .... Read More
Hello everyone, in this tutorial we are going to learn a small trick on how to use generators inside functions in Python. This is a very simple trick and it can come in very handy .... Read More
In this tutorial, we are going to retrieve the weather forecast of any place using Python programming. We will be using the API call approach in this code snippet. To finish this t.... Read More
Hello everyone, in this tutorial we are going to fetch information about TV shows using API in Python. We are going to use the Episodate API. This API provides us with tons of info.... Read More
In this tutorial, we are going to retrieve news from all over the globe. To do this we are going to use the Inshorts API. Our script will fetch us all news of the hot and trendy st.... Read More