Like many of my tutorials, it features a follow-along youtube video (how to create an invoicing app with Django). The video shows step-by-step how to write the code. There is also a GitHub repository of the code ( Django invoicing application source code). Because of the complexity of this tutorial, I decides to break it into...
Category: Programming
Automating Instagram Posts with Python and Instagram Graph API
In this tutorial we will learn about automating instagram posts with python and instagram graph API. Yes, you can now schedule your instagram posts programatically without relying on limiting and expensive apps like Hootsuite and Later. You can create your own code to post to instagram up to 25 posts a day using the Instagram...
Automate Instagram with Python and Instapy on Ubuntu Server
In this article we are going to discuss how you can automate your Instagram with Python and Instapy. Following from the previous tutorial on automating twitter with python – we are going to do something similar with available libraries for Instagram. What we will cover in this tutorial: Set up development environment – specifically for...
Create Twitter Bot with Python Tweepy Library in 5minutes
Social media is one of the biggest tools for growing digital presence and engagement. If you google any list for top ten most visited websites in a specific location, 80% of that list will include social media pages like Facebook, Instagram and Twitter. In this tutorial we are going to cover everything you need to...
Django Website Tutorial: Creating a Django Project From Scratch
Django Website Tutorial – all the basics, getting started and all you need to know, even as a beginner. Django is an open-source web framework that runs on python. It was initially released in 2005 as a framework to simplify web application development. It has since grown to be one of the best and most...
Create a Blockchain from scratch using Python
Blockchain Technology has taken the world by storm – since being introduced in 2009 – 2010. In this article we are going to cover how one would go about creating a peer to peer, proof of work blockchain from scratch using Python programming language. Blockchain Origins We were first introduced in to the concept of...





