mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-13 02:04:23 +02:00
Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'
The list of references is exhausted by running 'ack docs/python'.
This commit is contained in:
@@ -21,7 +21,7 @@ or louiedinh [at] [google's email service]
|
||||
Note: This article applies to Python 2.7 specifically, but should be applicable
|
||||
to Python 2.x. Python 2.7 is reaching end of life and will stop being
|
||||
maintained in 2020, it is though recommended to start learning Python with
|
||||
Python 3. For Python 3.x, take a look at the [Python 3 tutorial](http://learnxinyminutes.com/docs/python3/).
|
||||
Python 3. For Python 3.x, take a look at the [Python 3 tutorial](http://learnxinyminutes.com/docs/python/).
|
||||
|
||||
It is also possible to write Python code which is compatible with Python 2.7
|
||||
and 3.x at the same time, using Python [`__future__` imports](https://docs.python.org/2/library/__future__.html). `__future__` imports
|
||||
|
Reference in New Issue
Block a user