I'll be going to the Future of Web Apps Expo in London, this Thursday and Friday (9th and 10th of October).There will be a lot of big names there, like Facebook, Flickr and Twitter; and some smaller web companies, like Net Communities, where I work.

If there are any Pythonistas going, feel free to stop by the Net Communities stand and say hi (look for the ItProPortal logo). We're giving away a free 32 inch television to one lucky Expo goer!

This blog post was posted to It's All Geek to Me on Monday October 6th, 2008 at 8:27PM
 

Leave a Comment

You can use bbcode in the comment: e.g. [b]This is bold[/b], [url]http://www.willmcgugan.com[/url], [code python]import this[/code]
Preview Posting...
Previewing comment, please wait a moment...
Will McGugan

My name is Will McGugan. I am an unabashed geek, an author, a hacker and a Python expert – amongst other things!

You are reading my tech blog. See the homepage for my other blogs.

Search for Posts
Possibly related posts
Tags
 
Popular Tags
 
Archives
2009
 
Recent Comments
Hi Will, I brought your book from Amazon. I think its a great book. It has given me everything i ...
- P K on A bad review
@ Anatoliy But this is, hopefully, what you're looking for. His library is extensive enough that it provide the features ...
Thanks for this. I started writing my own and was starting to get a little frustrated when a friend pointed ...
- Ahlywog on BBCode Python Module
A little bit faster version: def flatten(l): if isinstance(l, basestring): return l # raise TypeError if not iterable iter(l) rs ...
This is more than 2x faster and simpler than previous version: def flatten(l): if isinstance(l, basestring): return l # raise ...
 
© 2008 Will McGugan.

A technoblog blog, design by Will McGugan