Filed Under (Python) by Marcin Kuźmiński on June-29-2009

Today a new version of Python came out Python 3.1. After having 2 RC ’s final version is available for download here
Here’s what they say about this release at http://python.org site.
Python 3.1 is a continuation of the work started by Python 3.0, the new backwards-incompatible series of Python. Improvements in this release include:

* An ordered dictionary type
* Various optimizations to the int type
* New unittest features including test skipping and new assert methods.
* A much faster io module
* Tile support for Tkinter
* A pure Python reference implementation of the import statement
* New syntax for nested with statements

And the what’s new link http://docs.python.org/dev/py3k/whatsnew/3.1.html

I’ll for sure will give it a try soon.



Filed Under (Python) by Marcin Kuźmiński on June-20-2009

import antigravity

import antigravity“  funny thing ;] try to import it and see what happens.

If you don’t have Python 3000 i can tell you that it open the classic XKCD comic, in your webrowser.

That is along with import this and from __future__ import braces another Easter Egg in Python 3.0

Here is the commic for antigravity

python-comic-antigravity