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

Advice on tools/technologies/books, etc.

2008-04-12 Thread Matt
I would like to create a web-based tool for risk management. The tool actually currently exists, but it was programmed in about 1998 using old VB, etc, and we are updating it & moving it to the web. Basically, as a first step, i'd like to create a basic web site that takes user input, gets data fro