Python Developer Center
Learn how to build and deploy Python apps on Azure and how to use Python scripts to use and manage your Azure resources
Azure SDK for Python
Use and manage your Azure resources with Python scripts
Get the SDK from pip:
pip install --pre azure
Get the source from GitHub:
git clone git://github.com/Azure/azure-sdk-for-python.git cd azure-sdk-for-python python setup.py install
Create your first Python Web application on Azure
Get started with Python on Azure by creating your first web application on Mac/Linux/Windows using a popular web framework, and deploy it Azure using Git.
Run your Python application on a Virtual Machine
Run your Python application on Windows or Linux Virtual Machines, and migrate workloads without changing existing code
Azure Command-Line Interface (Azure CLI)
A lightweight cross-platform command-line tool to manage services and accomplish common tasks.
Develop & deploy with Visual Studio
Use Visual Studio to edit, profile and debugging applications, and publish to Azure directly from Visual Studio
Download Python Tools 2.2 for Visual Studio
Build a Django and MySQL app on Azure with Python Tools 2.2 for Visual Studio

