+ 7
What is the python version Sololearn teaches?
I just would like to know what version of python Sololearn uses. I know it's python 3; Is it 3.5.2 (what I've been using) or 3.6.#? I just would like to know this and one more thing. Are there any differences between the versions of python 3? For example, python 3.5.2 and python 3.6. Apparently this must be stressed. i know it is python 3, however i would like to know the SPECIFIC VERSION of python which Sololearn uses. Thank you and please notice the the other questions in the paragraph above ^-^
5 Respostas
+ 5
Its 3.5.2 only, not 3.6.x
+ 5
Yes, there are some slight advancements in 3.6.1 over 3.5.2
Among the new major new features in Python 3.6.1 are:
PEP 468, Preserving Keyword Argument Order
PEP 487, Simpler customization of class creation
PEP 495, Local Time Disambiguation
PEP 498, Literal String Formatting
PEP 506, Adding A Secrets Module To The Standard Library
PEP 509, Add a private version to dict
PEP 515, Underscores in Numeric Literals
PEP 519, Adding a file system path protocol
PEP 520, Preserving Class Attribute Definition Order
PEP 523, Adding a frame evaluation API to CPython
PEP 524, Make os.urandom() blocking on Linux (during system startup)
PEP 525, Asynchronous Generators (provisional)
PEP 526, Syntax for Variable Annotations (provisional)
PEP 528, Change Windows console encoding to UTF-8
PEP 529, Change Windows filesystem encoding to UTF-8
PEP 530, Asynchronous Comprehensions
See the rest here:
https://docs.python.org/3.6/whatsnew/3.6.html
+ 5
3.5
+ 3
Python v3
0
3.5.6