Tag: joelf

How to Automate App Deployment to Alibaba ECS with Mina
How to Automate App Deployment to Alibaba ECS with Mina
Web

By Tonino Jankov,

In this article we will go through setting up Mina for the deployment of a basic Django app – an unorthodox toolset for the Django world, which tends to use Docker or Fabric more. Given Mina’s simplicity and flexibility, we feel it is worth exploring its use in the deployment of Python web apps.

Setting up Your PyMongo Environment
Setting up Your PyMongo Environment
Web

By Joe Drumgoole,

We introduce developers to programming MongoDB using the Python programming language. PyMongo is the name of the client library (in MongoDB speak we refer to it as a "driver") we use to interact with the MongoDB Server.