pocketpy is a portable Python 3.x interpreter, written in C11. It aims to be an alternative to Lua for game scripting, with elegant syntax, powerful features and competitive performance. pocketpy has ...
I'm using the samples to deploy my Flask app on gCloud. My app is using the dlib library and when I build the app with gcloud app deploy app starts to build fine (using Python 3.6 which surprised me ...