Recent Posts
-
October 24, 2015
All you want to know about servers as a python developer
##IntroductionServers have confused me quite a bit. I’m sure there will be many python developers who share the same predicament. So let me try to unveil the mist of confusion by sharing everything I know about Servers.##HTTP: Protocol which rules...
-
July 22, 2015
Build a reddit API using python
Lets learn how to scrape a website and build an API out of it! For educational purposes, lets scrape Reddit. We will be using Beautiful Soup and Flask in this tutorial. Python is truly beautiful. Don’t believe me ? Stay with me till the end of thi...
-
May 12, 2015
Ionic SocketIO Chat
In this tutorial, we’ll learn how to create a chat client that communicates with a Socket.IO Node.JS chat server, using Ionic! Android iOS If you want to jump straight to the code, it’s on GitHub. Other...