Archive

Posts Tagged ‘Django’

Alternative Django template engine

January 3rd, 2009

Today I read a very good post from Armin Ronacher about Jinja and Django. You can read more here.
To summarize a bit, Jinja is a great template engine that resemble closely to the built-in Django template engine, but as Armin shows work very differently.

In the past I have been looking at Mako as an alternative for the template engine of Django. What seduced me was the performance of Mako. However Jinja 2 is known to be as fast and looks more appealing, even more if you are used to the Django template engine. Converting to Jinja is probably less painful than with Mako. Again you can read more about moving to Jinja on Armin blog post. He gives a great deal of helpful informations.

Click to continue reading “Alternative Django template engine”

  • Share/Bookmark

Django, Python , , , , , ,

Python reborn aka Python 3.0 (or Python 3000)

December 8th, 2008

I missed that !
5 days ago, Python 3.0 aka Python 3000 was announced on Python.org.

This is a new start for Python as they made breaking changes and the 2.x branch is not fully compatible. For developers it means they have to learn a somewhat different breed of Python. For existing projects and the thousands of libraries in the wild, the question will be when and will it make sense to port to Python 3.0 ?

A new project starting now have to decide if they go the 2.x or 3.0 way. I bet they will continue the 2.x for a while since third party work is 2.x compatible right now.

Click to continue reading “Python reborn aka Python 3.0 (or Python 3000)”

  • Share/Bookmark

Django, Python ,

Where to find me (Django version)

November 11th, 2008

Hello again,

For those Python/Django folks, here is the place to find about me:

http://djangopeople.net/griffon/

 

See you,

Richard Lopes

  • Share/Bookmark

Django, Uncategorized ,