Search
-
Categories
- ActionScript (33)
- Adobe (18)
- AIR (3)
- AJAX (12)
- Amazon Web Services (3)
- Android (14)
- Apache Abdera (10)
- Apache Mina (2)
- Apache Tomcat (10)
- App Engine (6)
- ASP.NET (10)
- Atom Hopper (15)
- AtomNuke (3)
- BlazeDS (1)
- C# (15)
- CherryPy (1)
- CoffeeScript (11)
- Comet (3)
- CouchDB (2)
- Design Patterns (4)
- Dojo (1)
- Erlang (1)
- Flash (25)
- Flex (31)
- Go (1)
- GWT (20)
- HTML5 (25)
- iPhone (3)
- Java (74)
- JavaFX (1)
- JavaScript (65)
- JSON Feed Server (1)
- Luvit (1)
- Mobile (19)
- MongoDB (6)
- Netbeans (22)
- Node.js (40)
- Online Games (13)
- Open Source (88)
- OpenStack (4)
- Perl (1)
- PHP (23)
- Python (14)
- Rails (4)
- Redis (2)
- Repose (1)
- REST (6)
- Reviews (9)
- Ruby (11)
- Silverlight (3)
- Sinatra (3)
- Socket Server (19)
- Ubuntu (34)
- Uncategorized (4)
- Union Framework (8)
- Vaadin (2)
- Vertx (3)
- WebORB (3)
Category Archives: Python
Project Meniscus: Logging-as-a-Service for the Cloud (built with Python)
OpenStack Portland is currently underway and our team lead will be presenting on Thursday afternoon an introduction and overview of Project Meniscus to the OpenStack attendees. Out teams hopes to get Project Meniscus into OpenStack incubator status so right from … Continue reading
Posted in Open Source, OpenStack, Python
Leave a comment
Getting started with Multiprocessing in Python
Multiprocessing in Python is pretty easy given the amount of work Python is doing for you behind the scenes. Today I’ll show you a few example to get started with Python 2.7.x multiprocessing.
Posted in Open Source, Python
Leave a comment
Getting started with the Falcon Framework (using Python)
Today I’ll show you how to get started with Falcon. What is Falcon? Well, to quote from the GitHub repo for Falcon: “Falcon is a really fast, light-weight framework for building cloud APIs. It tries to do as little as … Continue reading
Posted in Open Source, Python, REST
1 Comment
Using Python to build a web project using jQuery (AJAX) and Flask
I’m working on a new project where I need to have a dashboard fetch updates on a regular basis from it’s host server. I decided to use Flask which is a microframework for Python based on Werkzeug and Jinja 2 … Continue reading
Posted in JavaScript, Open Source, Python
Leave a comment
Tutorial: Getting started with Bottle – a Python web framework
According to the Bottle website: “Bottle is a fast, simple and lightweight WSGI micro web-framework for Python“. According to their Twitter page Bottle originates from Goettingen, Germany (incidently, a lot of German folks follow this blog). At first look you … Continue reading
Install CherryPy 3.2 on Ubuntu 11.04 and run it with Python 3.2
CherryPy has been a very cool project to me for a long time. Today I’ll show you how you can install it on Ubuntu 11.04 and run it using Python 3.2.
Posted in CherryPy, Python, Ubuntu
4 Comments
Install Python 3.2 on Ubuntu 11.04
Ubuntu 11.04 ships with Python 2.7.x by default. You don’t want to replace that system installed version of Python since many things are dependent on it and Python 3.2 is not backwards compatible with Python 2.x. So the alternative is … Continue reading
Posted in Python, Ubuntu
4 Comments
Getting started with App Engine development on Ubuntu 10.10 with Python 2.5
Newer versions of Ubuntu don’t come with Python 2.5 anymore however Google App Engine still requires (as of the date of this article) that you continue to use Python 2.5 for App Engine development. Some people have been using Python … Continue reading
Posted in App Engine, Python, Ubuntu
2 Comments
Book Review: Amazon SimpleDB Developer Guide
Today I’m going to review “Amazon SimpleDB Developer Guide” by Prabhakar Chaganti and Rich Helms.
Posted in Amazon Web Services, Java, PHP, Python, Reviews
8 Comments
Getting started with Google App Engine, Python, and Flash CS4
Google App Engine is a fast and affordable way to get your applications launched in the cloud. Today we are going to use the App Engine SDK for Python to send data from Flash to App Engine and back.
Posted in ActionScript, Adobe, App Engine, Flash, Python
1 Comment



