Python Forum
Differences between Python 3.5 & Python 3.6
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Differences between Python 3.5 & Python 3.6
#1
Hello!
I heard that there is the differences between Python 2 and Python 3.
And now I really wonder about the differences between python 3.5 and python 3.6.
Is there any difference? Or that just an improvement of Python 3 ?
Reply
#2
Check here: https://docs.python.org/3/contents.html
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply
#3
python2.x will most likely be dead in 2020. most notibably will be the print statment VS print function of py3. More info here
http://sebastianraschka.com/Articles/201..._diff.html

However python3.6 has some major changes from 3.5 most notably the f-strings, annotations, underscore numbers, etc. A full list here
https://docs.python.org/3/whatsnew/3.6.html
Recommended Tutorials:
Reply
#4
(Dec-19-2017, 02:38 PM)metulburr Wrote: python2.x will most likely be dead in 2020. most notibably will be the print statment VS print function of py3. More info here
http://sebastianraschka.com/Articles/201..._diff.html

However python3.6 has some major changes from 3.5 most notably the f-strings, annotations, underscore numbers, etc. A full list here
https://docs.python.org/3/whatsnew/3.6.html

Thank you a lot! Smile Smile

(Dec-19-2017, 02:26 PM)sparkz_alot Wrote: Check here: https://docs.python.org/3/contents.html

Thank you, Sparkz_alot.
Reply
#5
The difference between 3.5. and 3.6 is huge. The almost biggest change is the Dictionary. This data type has been optimized in size, speed and accidentally the order is preserved. Mostly everything in Python is based on Dictionaries.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  differences between py2 and py3 Skaperen 4 4,386 Feb-10-2018, 09:16 AM
Last Post: Skaperen
  Windows/Power Shell: Differences from the tutorial... diemildefreude 22 19,264 Oct-10-2016, 03:36 AM
Last Post: diemildefreude

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020