Twitter Bots can be super useful to help automate some of the interactions on social media in order to build and grow engagement but also automate some tasks. There has been many changes on the...
How To Build a Discord Bot Using Python
Discord is a popular collaboration platform that initially was targeted at gamers that has more than 300million users. Within Discord, there's an ability to create 'bots'. These are computer users...
Get Weather Forecasts And Show It On A Chart Using Python 3
Weather forecast data is available from a range fo online services with different patterns which can generally be accessed via an API call from Python. In this article we'll explore how to extract...
Get Air Quality Data Globally in Python 3
There are some interesting data on our environment such as air quality factors that can be available from public datasets. This can be useful to determine if there are health risks in your local...
How To Send Emails From Gmail Using Python 3
Automating emails and integrating to gmail can be done fairly easily with Python 3 giving you a range of things that can make your applications richer. This will enable you to link email to one of...
How To Access Your Gmail with Python 3
Have you ever wonder how to read and send an email, manage drafts and attachments, search threads and messages, work with labels, set up push notifications, and manage Gmail settings... Well you...
How to Get FX Currency Rates using Python 3
Dealing with multiple currencies or FX rates in python is a common challenge for many applications such as for ecommerce sites fintech applications, or simply some clever bots that analyze the...
How To Generate Bitly Shortener URLs with the Bitly API in Python 3
In this tutorial, we will be learning how we can use bitly url Api service to create shortened links using python 3 programmatically. Let's talk about Bitly before we get into the coding part....
Update Google Sheets Easily in Python 3
Someone gave you a bunch of data in a spreadsheet, and you want to analyze it programmatically. If setting up a database for this seems like a daunting task to you, then don't worry. In this...
How to Read And Update Smartsheets With Python 3
Smartsheet is a cloud-based management tool used by over 7000 companies which include Fortune 500 companies like Netflix. This system helps the user share documents, assign tasks, and much more....