Deploying a Python Flask server

Recent changes at work has made it clear that our small team of 3 core developers really need to take charge of how we setup things and deployed across our IT infrastructure. I already know I will learn a lot and an important part in that process is to spread gained knowledge beyond simply myself.

In this light, I’m planning to do a series of articles on deployment of a semi-complex Flask server with an accompanying MongoDB database. The contents of this series of posts will evolve over time but for now I’m at least planning to cover:

I will start with a nifty little utility I just picked up: supervisord.

 
6
Kudos
 
6
Kudos

Now read this

5 Functional Programming Tips in Python

Learning about functional programming (FP) is well worth your time. The insights you acquire will put you straight on the path to becoming a Python Guru. To get the most out of this article you should grasp the basics of pure functions,... Continue →