SlideShare a Scribd company logo
Developing Python Apps on Windows Azure
Developing Python Apps on Windows Azure
http://www.windowsazure.com/zh-tw/
Azure
Azure
Azure
Developing Python Apps on Windows Azure
How Python Runs
Developing Python Apps on Windows Azure
1. Create Project

                                                         3. Publish




                    2. Add Azure Cloud Service Project
Developing Python Apps on Windows Azure
Developing Python Apps on Windows Azure
Developing Python Apps on Windows Azure
pip install azure
# init an azure table service instance
from azure import storage
ts = storage.TableService(account_name='<STORAGE_NAME>',
                          account_key='<STORAGE_KEY>')

# create table
ts.create_table('MY_TABLE_NAME')

# add an entity
ts.insert_entity('MY_TABLE_NAME', {
    'PartitionKey': 'hello1234', 'RowKey': '20120610',
    'name': 'Eric', 'say': 'PyCon Taiwan rocks!'
})

# list entities...
entities = ts.query_entities('MY_TABLE_NAME', '', 'name,say')
for entity in entities:
    print '%s: %s' % (entity.name, entity.say)
Developing Python Apps on Windows Azure
Developing Python Apps on Windows Azure
http://www.windowsazure.com/zh-tw/


http://www.windowsazure.com/en-us/develop/python/


https://github.com/WindowsAzure
https://github.com/WindowsAzure/azure-sdk-for-python

More Related Content

What's hot (18)

ODP
AWS ground zero; EC2 & S3 hands-on
Vitor Domingos
 
PDF
Socket.IO - Alternative Ways for Real-time Application
Vorakamol Choonhasakulchok
 
PPTX
Elastic Beanstalk 이용한 Django 배포
jgjhf lhhjfhdg
 
PDF
Socket.IO
Arnout Kazemier
 
PDF
Using Groovy with Jenkins
sascha_klein
 
TXT
Hello click click boom
symbian_mgl
 
PDF
A re introduction to webpack - reactfoo - mumbai
Praveen Puglia
 
PDF
Socket.io (part 1)
Andrea Tarquini
 
DOCX
Terraform bootstrap code_execute
rknaik76
 
PDF
Windows Azure Mobile Services
Shiju Varghese
 
DOCX
MassMigrateUsersOU
Daniel Gilhousen
 
PDF
Resources and providers chef conf 2013
rosekolodny
 
RTF
Database sql-mirroring
ARUN SUNDAR B
 
TXT
Intalacion de owncloud
Fredy Ntn Bautista
 
PDF
Nikita Tuk: Handling background processes in iOS: problems & solutions
mdevtalk
 
PDF
Burrow in basel
Rachel Davison
 
PDF
Troupe lnug live collections
troupe
 
PDF
Nginx3
kantohibi
 
AWS ground zero; EC2 & S3 hands-on
Vitor Domingos
 
Socket.IO - Alternative Ways for Real-time Application
Vorakamol Choonhasakulchok
 
Elastic Beanstalk 이용한 Django 배포
jgjhf lhhjfhdg
 
Socket.IO
Arnout Kazemier
 
Using Groovy with Jenkins
sascha_klein
 
Hello click click boom
symbian_mgl
 
A re introduction to webpack - reactfoo - mumbai
Praveen Puglia
 
Socket.io (part 1)
Andrea Tarquini
 
Terraform bootstrap code_execute
rknaik76
 
Windows Azure Mobile Services
Shiju Varghese
 
MassMigrateUsersOU
Daniel Gilhousen
 
Resources and providers chef conf 2013
rosekolodny
 
Database sql-mirroring
ARUN SUNDAR B
 
Intalacion de owncloud
Fredy Ntn Bautista
 
Nikita Tuk: Handling background processes in iOS: problems & solutions
mdevtalk
 
Burrow in basel
Rachel Davison
 
Troupe lnug live collections
troupe
 
Nginx3
kantohibi
 

Viewers also liked (11)

PPTX
Azure machine learning overview
Eric ShangKuan
 
PDF
[Research] azure ml anatomy of a machine learning service - Sharat Chikkerur
PAPIs.io
 
PDF
Insider's introduction to microsoft azure machine learning: 201411 Seattle Bu...
Mark Tabladillo
 
PPTX
Django app deployment in Azure By Saurabh Agarwal
ratneshsinghparihar
 
PPTX
Windows Azure Platform Overview
BusinessIntelligenze
 
PDF
DevOps:建造開發維運的跨界之橋 (@ C.C. Agile #37)
Chen Cheng-Wei
 
PDF
提到 DevOps 到底在談些什麼玩意兒?
Chen Cheng-Wei
 
PPTX
Azure Cloud PPT
Aniket Kanitkar
 
PPTX
cloud computing ppt
himanshuawasthi2109
 
PDF
How to Make Awesome SlideShares: Tips & Tricks
SlideShare
 
PDF
Getting Started With SlideShare
SlideShare
 
Azure machine learning overview
Eric ShangKuan
 
[Research] azure ml anatomy of a machine learning service - Sharat Chikkerur
PAPIs.io
 
Insider's introduction to microsoft azure machine learning: 201411 Seattle Bu...
Mark Tabladillo
 
Django app deployment in Azure By Saurabh Agarwal
ratneshsinghparihar
 
Windows Azure Platform Overview
BusinessIntelligenze
 
DevOps:建造開發維運的跨界之橋 (@ C.C. Agile #37)
Chen Cheng-Wei
 
提到 DevOps 到底在談些什麼玩意兒?
Chen Cheng-Wei
 
Azure Cloud PPT
Aniket Kanitkar
 
cloud computing ppt
himanshuawasthi2109
 
How to Make Awesome SlideShares: Tips & Tricks
SlideShare
 
Getting Started With SlideShare
SlideShare
 
Ad

More from pycontw (15)

PDF
Network Security and Analysis with Python
pycontw
 
PDF
Python on FreeBSD
pycontw
 
ODP
讓 Python Script 擁有圖形化介面的簡單方法
pycontw
 
PDF
CyberLink Meets Python
pycontw
 
PDF
PyKinect: Body Iteration Application Development Using Python
pycontw
 
PDF
Qt Quick GUI Programming with PySide
pycontw
 
PDF
STAF 在自動化測試上的延伸應用 -- TMSTAF (TrendMicro STAF)
pycontw
 
PDF
Grid Job Management
pycontw
 
PDF
Small Python Tools for Software Release Engineering
pycontw
 
PDF
Python and Startup
pycontw
 
PPTX
Panoramic Video in Environmental Monitoring Software Development and Applica...
pycontw
 
PDF
那些年 Python 攻佔了 GIS / The Year Python Takes Over GIS
pycontw
 
PDF
Introduction to Discrete-Event Simulation Using SimPy
pycontw
 
PDF
Python and the Web
pycontw
 
PDF
Large-scale Array-oriented Computing with Python
pycontw
 
Network Security and Analysis with Python
pycontw
 
Python on FreeBSD
pycontw
 
讓 Python Script 擁有圖形化介面的簡單方法
pycontw
 
CyberLink Meets Python
pycontw
 
PyKinect: Body Iteration Application Development Using Python
pycontw
 
Qt Quick GUI Programming with PySide
pycontw
 
STAF 在自動化測試上的延伸應用 -- TMSTAF (TrendMicro STAF)
pycontw
 
Grid Job Management
pycontw
 
Small Python Tools for Software Release Engineering
pycontw
 
Python and Startup
pycontw
 
Panoramic Video in Environmental Monitoring Software Development and Applica...
pycontw
 
那些年 Python 攻佔了 GIS / The Year Python Takes Over GIS
pycontw
 
Introduction to Discrete-Event Simulation Using SimPy
pycontw
 
Python and the Web
pycontw
 
Large-scale Array-oriented Computing with Python
pycontw
 
Ad

Recently uploaded (20)

PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PPTX
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 

Developing Python Apps on Windows Azure