What is the python version Sololearn teaches? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 ^-^

1st Apr 2017, 1:00 PM
MockTeacher03
MockTeacher03 - avatar
5 Answers
+ 5
Its 3.5.2 only, not 3.6.x
1st Apr 2017, 1:37 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 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
1st Apr 2017, 1:40 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 5
3.5
1st Apr 2017, 2:26 PM
Alexander Lavrenko
Alexander Lavrenko - avatar
+ 3
1st Apr 2017, 1:17 PM
Ritik Pal
Ritik Pal - avatar
0
3.5.6
5th Jul 2021, 11:36 AM
Anurag Saikia