mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-16 19:54:38 +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:
@@ -20,7 +20,7 @@ Feedback sono altamente apprezzati! Potete contattarmi su [@louiedinh](http://tw
|
||||
Nota: questo articolo è riferito a Python 2.7 in modo specifico, ma dovrebbe andar
|
||||
bene anche per Python 2.x. Python 2.7 sta raggiungendo il "fine vita", ovvero non sarà
|
||||
più supportato nel 2020. Quindi è consigliato imparare Python utilizzando Python 3.
|
||||
Per maggiori informazioni su Python 3.x, dai un'occhiata al [tutorial di Python 3](http://learnxinyminutes.com/docs/python3/).
|
||||
Per maggiori informazioni su Python 3.x, dai un'occhiata al [tutorial di Python 3](http://learnxinyminutes.com/docs/python/).
|
||||
|
||||
E' possibile anche scrivere codice compatibile sia con Python 2.7 che con Python 3.x,
|
||||
utilizzando [il modulo `__future__`](https://docs.python.org/2/library/__future__.html) di Python.
|
||||
|
Reference in New Issue
Block a user