Re: Advice on tools/technologies/books, etc.

2008-04-12 Thread Nathan Duran
On Apr 12, 2008, at 6:55 PM, [EMAIL PROTECTED] wrote: > Will it be possible for me to put together an async site > with only python? Nope. Not until some browser embeds a Python interpreter in it anyway. Your primary choices are JavaScript and Flash. -- http://mail.python.org/mailman/listi

Re: Advice on tools/technologies/books, etc.

2008-04-12 Thread Brian
I would definitely recommend Django as a framework - though the choice of framework wouldn't really affect your use of AJAX. And using AJAX actually doesn't require learning a whole lot of javascript stuff - using something like the Prototype JS library (prototypejs.org) takes care of all the deta