Graham Dumpleton
graham.dumpleton at gmail.com
Fri Mar 30 20:44:26 EST 2007
It really depends on what you want to do. If you are new to Python/mod_python, what I might suggest is you go have a look at Django (http://www.djangoproject.com/) instead. This is a much more higher level framework for building web applications with Python. It can be run on top of mod_python, but also on a host of other web hosting technologies for Python as well. All in all, you will probably find the tutorial introduction to Django and its documentation a gentler introduction to programming web applications with Python than mod_python as mod_python operates at a much lower level than what you may be used to. Graham On 30/03/07, Mark <mctse at vodamail.co.za> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Dear Graham > > Thank you for your prompt reply. Just one more question - which > course should I follow - "python publisher" or "psp"? > > > Kindest regards > > > > Mark Coetsee > > > Graham Dumpleton wrote: > > There are no published books available on mod_python or PSP > > programming, and no I have no intention of writing one. > > > > The best you can do is to do a Google search for 'mod_python PSP'. > > If you dig through the results you will find references to the > > mod_python documentation plus a few articles which people have > > written which talk about PSP. You should also search for the > > archives of the mailing list by plugging in 'PSP' in the search box > > on the mod_python web site. > > > > For help, ensure you are subscribed to the mod_python mailing list > > and ask your questions there. > > > > Graham > > > > On 29/03/07, Mark <mctse at vodamail.co.za> wrote: Dear mod_python > > guru. > > > > I taught myself how to program with php and would love to learn how > > to use mod_python. I learned php from an excellent book called > > php4 for beginners (after all that's exactly what I was - and am as > > regards python -) and would greatly appreciate it if you could > > refer me to an equivalent book on psp programming. > > > > > > Kindest regards > > > > > > > > Mark Coetsee > >> > >> > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (MingW32) > > iD8DBQFGDPAKLzNh63IR8ssRAvTvAKDPeGtDWRbf33xU4y1xAwSQl8vqHwCghqet > OiDYcGA3VQIeKqLIk9lAqf4= > =M7JJ > -----END PGP SIGNATURE----- > >
|