07.11.06
Posted in clepy, python, turbogears at 6:52 pm by Ian Maurer
IBM has published my second article (2 of 2) on Web Development frameworks for Python. This one is on the TurboGears framework.
Check it out here:
http://www-128.ibm.com/developerworks/linux/library/l-turbogears/
Permalink
06.06.06
Posted in clepy, python, django at 11:40 pm by Ian Maurer
The first article in my 2 part series on Python web development is now up on the IBM Developerworks website. This article features Django and the next one will be about TurboGears.
http://www-128.ibm.com/developerworks/linux/library/l-django/
You can also digg it if you are so inclined.
If you want to download the actual source code, you can grab it from here:
http://itmaurer.com/djproject.tar.gz
It is only going to work using the ‘python manage.py runserver’ command since it uses relative paths for both the sqlite database and the templates directory. The admin user is “admin” with a password of “password”.
If you have any trouble, please send me an email (ian -at- itmaurer -dot- com).
Permalink
01.09.06
Posted in clepy, python at 10:45 pm by Ian Maurer
Below is a link to my presentation tonight on Jython that I did for the Cleveland Area Python Users Group (Clepy):
Introduction to Jython
Permalink
10.02.05
Posted in clepy, python, django at 10:20 am by Ian Maurer
On Monday night, I am doing a presentation on Django to the Cleveland Area Python Interest Group (Clepy). Here is the presentation:
Python Web Development with Django
Update:
The zipfile that contains the sample project discussed in the presentation can be downloaded here:
clepy.zip
Permalink