Python 3.6 deployments on Azure Function Apps
Using Python on Azure Function Apps, by default, we have two options: Python 2.7 or Python 3.4 (it is not possible to set Python »
Using Python on Azure Function Apps, by default, we have two options: Python 2.7 or Python 3.4 (it is not possible to set Python »
What we want to achieve in this tutorial is to create simple REST API (written in Python) which connects to PostgreSQL running as a service on »
Back in 2015 I wrote post about backing up data from Linux servers to Azure Blob Storage (with encryption). It's a good time to refresh this »
If You try to receive message from Azure Service Bus message queue with Python and You encountered an error that says: ValueError: could not convert string »
In my last post I described how to configure Django to use Azure SQL Database via ODBC if You are deploying Django on Ubuntu 14.04 »