Useful Python URLs

satya - 12/30/2021, 9:07:40 AM

About

1. All useful

2. Some common

3. Many noteworthy

satya - 12/30/2021, 9:08:40 AM

Python docs

Python docs

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

satya - 12/30/2021, 9:09:43 AM

Python detailed and philosophical Howtos

Python detailed and philosophical Howtos

A sublink in the docs itself

satya - 12/30/2021, 9:11:09 AM

You will find here such things as

. sorting

. unicode

. regex

. logging

. functional programming

satya - 1/3/2022, 12:39:08 PM

Python Strings

Python Strings

satya - 1/3/2022, 12:39:28 PM

Python String formatting examples

Python String formatting examples

satya - 1/3/2022, 2:25:01 PM

Format specification mini language

Format specification mini language

satya - 1/3/2022, 2:37:10 PM

PEPs: Python enhancement proposals

PEPs: Python enhancement proposals

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