Google Cloud Functions, Serverless and Python

Diary Note turns into Article It was supposed to be something short, but it became an article, since that the topic could be quite extensiv… Read more

Similar

Python Virtual Environments Explained

What is VirtualEnv? The virtualenv tool creates an isolated Python environment (in the form of a directory) that is completely separate from the system-wide Python environment. What this really means is that any settings, 3rd-party packages, etc. from the... (more…)

Read more »