Python
-
Invoking Ansible Inside Python Flask
Pasting sample code that can be used as is to run ansible inside python flask app. This would be a…
Read More » -
Part 3: Flask API Decorators and Helpers
This is the third of three posts about building a JSON API with Flask. Make sure you start with part…
Read More » -
Part 2: Building a Flask RESTful API
This is the second of three posts about building a JSON API with Flask. Part 1 arrived yesterday and part…
Read More » -
Part 1: SQLAlchemy Models to JSON
This is the first of three posts about building a JSON API with Flask. Part 2 and part 3 arrive…
Read More » -
Fixtures in PyTest
1. Introduction PyTest is used for developing automation tests using python. It is a very powerful framework that can be…
Read More » -
Yelp: Reverse geocoding businesses to extract detailed location information
I’ve been playing around with the Yelp Open Dataset and wanted to extract more detailed location information for each business.…
Read More » -
“Cook” it and “Pre Hook” it
“Cook” it and “Hook” it, wow !! that is a nice line :). Well jokes apart, hello bloggers and blog…
Read More » -
A Weird (and Mostly Impractical) Way to Do Multi-Line “Lambdas” in Python
Some of you who follow me may have noticed a tendency of mine to “hack” programming languages more than really…
Read More » -
Exploring Security, Metrics, and Error-handling with gRPC in Python
In my post “Using gRPC in Python,” we wrote a basic gRPC server implementing a users service. We are going…
Read More »