Skip to main content
Added link to Python PEP-8 style guide in the "References section". A style guide seems highly appropriate on a code review site.
Source Link
python-2.7 is nowadays only a synonym to python-2.x. Updated mentions to python-3.x
Source Link
Graipher
  • 41.7k
  • 7
  • 70
  • 134

Use the tag for all Python related questions. If you believe your question may be even more specific, you can include a version specific tag such as .

Use the tag for all Python related questions. If you believe your question may be even more specific, you can include a version specific tag such as .

Use the tag for all Python related questions. If you believe your question may be even more specific, you can include a version specific tag such as .

Resolve outdated version-specific links. (The python site will automatically update them) Remove release notes link as irrelevant and continually outdated. Reword different major version information.
Source Link

Two similar but incompatible major versions of Python are in widespread use: 2.7 is supported (2until 2020 to run old scripts and dependencies, and version 3) first came out in 2008. Please consider mentioningmention the version and implementation that you are using when asking a question about Python.

Two similar but incompatible versions of Python are in widespread use (2 and 3). Please consider mentioning the version and implementation that you are using when asking a question about Python.

Two similar but incompatible major versions of Python are in widespread use: 2.7 is supported until 2020 to run old scripts and dependencies, and version 3 first came out in 2008. Please mention the version and implementation that you are using when asking a question about Python.

Fixes
Source Link
user34073
user34073
Loading
added 10844 characters in body
Source Link
Loading
new stable version : Python 3.4.0 was released on March 16th, 2014.
Source Link
Loading
Removed Python logo after reading this stackoverflow meta discussion http://meta.stackoverflow.com/questions/130623/company-logos-on-tag-wikis-are-they-allowed
Source Link
Loading
Fixed some errors, added links to PEP8 and Python performance tips
Source Link
Loading
Link
Loading