Honing the craft.

You are here: tag: pyramid

Migrating to Python 3 on Google App Engine - Part 4 - Setting up simple authentication and authorization

In today's post I continue my App Engine Python 3 migration series with adding authentication and authorization features using the tools provided by the Pyramid Web Framework and the Google Sign-In service.

Migrating to Python 3 on Google App Engine - Part 3 - Migrating from Webapp2 to Pyramid

Migrating to Pyramid from Webapp2 was the part of my journey to Python 3 on Google App Engine. This post details the changes I had to do, to accommodate my application for the Pyramid Web Framework.