My name is Paul Bissex, and e-scribe.com is my consulting business. I build web applications using as much open source software as possible. From September to June I teach web design and other important non-photographic professional skills to photographers. In the '90s I wrote technology commentary and reviews for magazines, newspapers, and web publications, including Wired, Salon.com, FamilyPC, the late lamented Web Review, and the Chicago Tribune. Feel free to email me.
I'm co-authoring a book, "Python Web Development with Django", with Jeff Forcier and Wesley Chun. It will be published by Prentice Hall in July 2008, but is available for pre-ordering on Amazon now.
This site is built on a fresh trunk checkout of Django, running on Python 2.5.1, served by Apache and mod_python. The database is SQLite. The operating system is FreeBSD, on a VPS hosted at Johncompanies.com. Comment-spam protection by Akismet. Vintage topo imagery from the Maptech archive.
Akismet, del.icio.us, Django, dpaste.com, Emacs, FreeBSD, Freenode, jQuery, LaunchBar, MacPorts, Markdown, Mercurial, OS X, Postfix, Python, SQLite, Subversion, TextMate, Trac, Ubuntu Linux, wmii
Copyright 2008
by Paul Bissex
and E-Scribe New Media
I launched this blog in July of 2005. It was powered by a homebrew PHP5 creation that as of today has, finally, thankfully, been laid to rest.
The other thing that started absorbing my attention in July 2005 was Django. Every month since then, I've thought, "You know, I should make some time this weekend to port my blog over to Django." I was using it for everything else, after all, side projects as well as web applications at work. The word "port" was the mistake there -- if I had said, "I should make some time this weekend to destroy my old blog and make a clean-slate Django version", I probably would have gotten it done about two years ago!
Anyway, it's live, and it feels good. Visible improvements are few; I used my random image template tag for the header graphics, and I am very happy to have bonafide RSS 2.01 and Atom feeds instead of the shaky homebrew RSS 0.91 of the old setup. There are many features I haven't finalized yet, such as tags and commenting. And there is more stuff I have planned, such as OpenID support. Going live now gives me motivation for getting the rest deployed.
Today ends a long blogging-drought for me as well. I've been busy, and in the coming weeks I'll be sharing more about the large and small projects that have been occupying me.
(Before anyone asks, I don't have plans to release the source. You really don't want it. If it evolves into something decent, I'll reconsider. But thankfully, today there are several Django blog packages to choose from, as well as good components you can use for building your own, and all of that stuff has the distinct advantage of not being based on something I cobbled together in 2005!)
Hi Andreas, thanks for the nice note.
We have a section in the FAQ for the Django IRC channel that has some relevant links: http://code.djangoproject.com/wiki/IrcFAQ#LearnPython2
As far as printed matter goes, a good comprehensive Python introduction for experienced programmers like yourself is Core Python. I also enjoy flipping through O'Reilly's Python Cookbook.
Thanks for your infos!
I'm curious where I will be after 2,5 years ;-)
Cheers Andreas
Comments use Markdown syntax. Your comment will not appear until approved, which may take a few hours or more. Spammers will be torpedoed.
The iPhone keyboard doesn't suck
Python one-liner of the day
7 comments
How not to advocate via Google Code
2 comments
99 problems
3 comments
bitmonk
Obscure "svn mv" problem solved
88 days ago
Charlie
Book news: Rough Cuts and Amazon
89 days ago
Simon Griffee
Django Mercurial mirror tweaks
106 days ago
Jason Calleiro
From PHP to Python
107 days ago
Yuli
dpaste.com
110 days ago
bruce
Neat Python hack: infix operators
114 days ago
David Reynolds
The original Lego Star Wars
122 days ago
At least 36614 pieces of comment spam killed since January 12th. Thanks are mostly due to Akismet.
Congratulations to your django blog!
First: Happy New Year! (a bit late, but commenting wasn't available ;-)
You achieved the goal which I'm still looking forward. But first I hope I get the time to dig deeper in Python/django
Can you recommend python book(s)/resource(s) for a programmer with following experiences?:
C (advanced) C++ (avarage) Java (minor)
Cheers Andreas