Useful Python URLs

1. All useful

2. Some common

3. Many noteworthy

Python docs

This is an entry point to all python docs for all versions of python

Python detailed and philosophical Howtos

A sublink in the docs itself

. sorting

. unicode

. regex

. logging

. functional programming

Python Strings

Python String formatting examples

Format specification mini language

PEPs: Python enhancement proposals

Discusses various language elements, why they were there, the philosophy, how to use