python

Cloud Endpoints in Google App Engine

Learn how go from zero lines of code to a simple Google Cloud Endpoints API targeting the Python runtime of the Google App Engine. The videos discuss writing your own ProtoRPC message classes, creating API methods and wrap up by adding OAuth 2.0 authentication.

Managing Python Workloads Across Multiple Clouds

This talk covers using Python to initiate change on the infrastructure side; we’ll discuss on great tools like Django, libCloud, and Celery. We will focus on node creation and destruction within multiple clouds, as well as the frameworks used to achieve this.

Your First Site in the Cloud

A developer talks about her lessons learned with setting up her first server, and offers advice to others about to tread that path.

A Polyglot Heroku

Over the past year, Heroku has expanded by going polyglot and supporting languages like Java, Clojure, Python, Node.js, and Scala in addition to Ruby. In this session, we will discuss major updates to the platform and our emphasis on making the Ruby developer experience even better. We’ll leave plenty of time at the end for …

A Polyglot Heroku Read More »

Python in the Cloud

This video presents the challenges faced and lessons learned in building an infrastructure to deploy web applications to the cloud with Python. You will learn about which packages are critical for a secure, Python-centric LAMP stack (and what it takes to build them); tips for developing, deploying, and scaling Python applicaitons in the cloud; how …

Python in the Cloud Read More »

Managing the Cloud with Libcloud

Apache Libcloud is an open-source client library that abstracts away differences among multiple cloud provider APIs, exposing common functionality in a nice, clean and concise API. The current version allows users to manage four different cloud resources: Cloud Servers (services such as Amazon EC2 and Rackspace), Cloud Storage, Load Balancers as a Service and DNS …

Managing the Cloud with Libcloud Read More »

Snakes on a Cloud: the OpenStack Project

This talks start by defining the place of OpenStack in the general “cloud” landscape and explaining why a fully open cloud infrastructure stack is necessary to avoid vendor lock-in. It then focuses on the OpenStack project goals, its developer community, its open design and release processes and the developer tools it chose.