Archive for the 'Python' Category

Functional Programming 101: Lambda Forms

Here’s a great post on Functional Programming 101: Lambda Forms. Lambda expressions are used in LINQ (among other places) to make the code more elegant, so the audience should be wide. These examples are written in Python, but the idea of the Lambda expression stays the same across languages. Here is one Microsoft viewpoint on Lambda [...]

Introducing Google App Engine

Google made a fabulous announcement Monday, April 7, 2008. They introduced the Google App Engine. From their announcement:
…Google App Engine — a developer tool that enables you to run your web applications on Google’s infrastructure. The goal is to make it easy to get started with a new web app, and then make it easy [...]