loki
loki

Reputation: 2311

Python resources for cloud computing learning?

Is there a book or resource for learning cloud in Python or Scala? I know Django and app-engine but I am not that interested in learning more about a client framework. I'm interested in learning the core thing.

Upvotes: 1

Views: 331

Answers (1)

David Makogon
David Makogon

Reputation: 71111

Steve Marx published a blog post describing a python sample running in Windows Azure, with the Rocket web server. The code is on github.

This will show you some interesting elements of setting up a python app in Windows Azure, including startup tasks. You'll still want to take a look at the Windows Azure Platform Training Kit to get a deeper understanding of Windows Azure.

Upvotes: 1

Related Questions