Friday, October 9, 2009

Python Links: October 9, 2009

Starting today we are going to have series of blog posts that share cool links related to Python. Today's blog post is dedicated to Python 's performance & optimization.

Before we begin, take some time to look at some cool questions answered by Alex Martelli, take some time and review questions that he has answered on StackOverflow.
  1. Unladen-swallow: "Google's Python engineers have launched a new project called Unladen Swallow that seeks to improve the performance of the Python programming language. One of the project's goals is to replace the Python virtual machine with an LLVM-based JIT". (Source:Ars Technica)
  2. An Optimization Anecdote: This article talks about optimization lessons learned, and what general steps one should take while making such an effort.
  3. Why is looping over range() in Python faster than using a while loop? This StackOverflow thread talks about common mistake newbie python programmer does, while moving from C/C++/Java domain to python and using ++ operator.

Monday, October 5, 2009

Hello World!

First blog post, by Fafadia Tech. More to follow....