jul
2010
EuroPython
Birmingham, UK
Official European Python conference.
This is my unofficial part five for the Django tutorial, I've attempted to write in a similar style and hopefully will be a useful starting place for those starting with Django (or just testing Django)
Read More...I skipped the introduction post last week but thought I'd take the opportunity this week after some of the discussions on the mailing list. So here are my humble thoughts of P52.
When I learn a new language I like to create a basic application that has some 2D balls (spheres if you prefer) bouncing on the screen. Here is my JavaScript effort.
I used to make dynamic forms for Django in very bad way, I'm happy to admit that now as I've improved my process. Discussion and examples of how I recommend you tackle dynamic forms.
STOP CODING! SiteSprint has finished. Did you take part? How did you get on? Remember to write up how you got on! This post is a quick wrap-up of my Sitesprint experiences
'Django; It's just python' A statement I've heard a few Django people use. I happen to think its quite relevant and important to remember. Django is stupidly easy to get started with, you feel empowered when you make your first website and its amazing but at this point you wouldn't claim to being a python coder would you?
Official European Python conference.
Official European Django conference.
A community of web developers and designers interested in cutting-edge web technologies.
Refresh Edinburgh talks
31st JUL About to Go Ape with @bazilbroome
30th JUL HTC Desire users getting Froyo - android 2.2 - this weekend. http://bit.ly/9bclkv #win
30th JUL The UK government defending its use of IE6 http://bit.ly/9uVbrZ
29th JUL I seem to keep RT'ing people by mistake. Sorry!
28th JUL Why would you write "self.__dict__['_x1'] = x1" over self._x1 = x1?
28th JUL Overusing isinstance() is really annoying.
27th JUL Is there a nice way to have unittest show the time each test took to run? say in combination with verbosity set to 2?