Arul's Blog

python

What is Python Used for? | Major Industries

Python is one of the most popular languages for coding in the world. Let's see how it is being actually used in companies and various fields.

Read more →

Getting user timezone from IP in Django

Sometimes we might need to filter content based on the user's timezone. This guide explains how to find user's timezone in Django.

Read more →

Google API to get timezone from lat-long coordinates in python

This article explains how we can find approximate lat-long coordinates in Python using Google API. This will help us when we want to filter content based on the location.

Read more →

Google API to get lat-long coordinates in python

If you want to find lat-long coordinates for an address, you can use Google's API for the same. Here is a step-by-step guide explaining the process.

Read more →

Access google sheets in python using Gspread

Sometimes we might need to read/write data from Google sheets. This guide explains how we can use Gspread to do the same.

Read more →