Specifically for the ff: topics:
- Windows installation
- Using mod_wsgi/mod_python
- Python best practices
- Python security stuff
- Using Pylons
Thanks
Specifically for the ff: topics:
Thanks
Best practices: http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html
Pylons: http://pylonsbook.com/
And obviously, the Python docs: http://docs.python.org
The official Python tutorial is a High quality, very well written introduction to Python.
The Begginers guide is a good source of all interesting materials of Python.
I loved the original Dive into Python but it is fairly old(10 years?), and doesn't necessarily document all the changes in the recent years. However the author has written another master piece that is targeted at Python 3 users: Dive into Python 3.