Home » Archives

Content tagged with: python

[2 Mar 2012 | No Comment | ]

This gives you a tour of the standard Python libraries, modules, and tools.

[8 Feb 2012 | No Comment | ]

This video starts by reviewing Cloud Computing as an industry and where Google App Engine fits into the picture. Specifically, we discuss App Engine as a PaaS solution because of the inherent challenges of building web and other applications. We’ll outline the architecture of App Engine, what it’s major components are, introduce its features and APIs, discuss the service and how it works, present some information about current users and usage, including integration with Google Apps, and finally, give an overview of its enterprise edition called Google App Engine for …

[3 Jan 2012 | No Comment | ]

This video discusses functional programming in Python.

[14 Dec 2011 | No Comment | ]

This video presents a tour of what you can expect when working with Riak and Python. After a brief introduction to Riak, it explains why you should use Riak and Python. It continues with an overview of the Python Client. Finally, you will see Riak and Python (and Django) in action: building and deploying a simple imgur.com clone using Riak, Luwak and Riak Search.

[6 Dec 2011 | No Comment | ]

This video presents Python container types and covers tuples, dictionaries and sets.

[29 Sep 2011 | No Comment | ]

This first video in a Python Fundamentals training course covers:
* Getting started with the interactive interpreter
* Types: Strings, Integers, Floats, Complex
* Variables: Defining, Dynamic Typing, Strong Typing, Internals
* Simple Expressions: Boolean Evaluation, Truthiness, Branching, and Block Structure

[7 Sep 2011 | No Comment | ]

A short demo of the refactoring capabilities of Python Tools for Visual Studio. Python Tools for Visual Studio is a free and open source plug-in for Visual Studio 2010 from Microsoft’s Developer Division. PTVS enables developers to use all the major productivity features of Visual Studio to build Python code using either CPython or IronPython and adds new features such as using High Performance Computing clusters to scale your code.

[5 Sep 2011 | No Comment | ]

This video shows how to use SQLite with Python. Using this tool means that you can use SQLite as your database to store data and drive the behaviour of your Python application.

[8 Aug 2011 | No Comment | ]

This video show how you can write Titanium Desktop and Titanium Mobile applications with Python. It explains also how Titanium uses Python on the back-end.

Video Producer: Bay Area Python User Group

[3 May 2011 | No Comment | ]

This short tutorials shows how to install Django and Python on Windows Vista.