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.
Asked
Active
Viewed 324 times
1
-
3Could you please explain in greater detail what exactly do you want to learn? Do you want to learn how to manipulate cloud infrastructure with Python? If so it would depend on the provider (for example in case of Amazon AWS you might look at http://code.google.com/p/boto/ ) – kgr Jan 10 '12 at 21:36
-
3What could "learning cloud" possibly mean? – Daniel Roseman Jan 10 '12 at 22:01
-
something which might get you started quickly http://stackoverflow.com/a/36349458/2833695 – Aameer Apr 01 '16 at 06:31
1 Answers
1
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.

David Makogon
- 69,407
- 21
- 141
- 189
-
1thanks, sadly i'm one point away from being able to vote up. but i'll do it when i reach them – loki Jan 11 '12 at 20:00