Tagged in

Python

Vaidik Kapoor
Vaidik Kapoor
Thoughts on software engineering and technology
More information
Followers
223
Elsewhere
More, on Medium

First Time at PyCon India

Dated: October 06, 2012

PyCon India 2012 happened in Bangalore this year and it was my first PyCon India ever. Given that not a lot of good events/conferences for geeks happen here in Delhi/NCR and PyCon US and DrupalCon Denver were the last two conferences…


Problems with logging while using Gevent’s WSGI Server

Dated: February 01, 2015

This article is about the logging problem with Gevent’s WSGI Server and how a simple hack can actually help you solve that problem and make sure you continue to use Gevent for serving…


Incoming — JSON Validation Framework for Python

Incoming is a JSON validation framework for Python. Validation of payloads sent over HTTP requests has always been a mess. A bunch of if-then-else further branching into more if-then-else blocks is common and over time becomes extremely difficult…