Dec-23-2016, 11:56 AM
This is a big release,with 16 new PEP(Python Enhancement Proposals) and ordered dictionary
What's new in Python 3.6 (Brett Cannon)

What's new in Python 3.6 (Brett Cannon)
Python 3.6 Released
|
Dec-23-2016, 11:56 AM
This is a big release,with 16 new PEP(Python Enhancement Proposals) and ordered dictionary
![]() What's new in Python 3.6 (Brett Cannon)
interesting
I compiled it after watching to see this one feature. Quote:metulburr@ubuntu:~/Downloads/Python-3.6.0$ ./python Python 3.6.0 (default, Dec 23 2016, 08:10:54) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> var = 123 >>> f'this is my string {var}' 'this is my string 123'
Recommended Tutorials:
Dec-23-2016, 02:15 PM
Is it stable? How to keep an old 3.5.2 version along with 3.6? Ubuntu MATE
(Dec-23-2016, 02:15 PM)wavic Wrote: How to keep an old 3.5.2 version along with 3.6?Im not sure if i am going to use it or not. I tend to have problems with some 3rd party libs and latest python releases. So to just try it i just compiled it and ran it there ./configure make ./python
Recommended Tutorials:
Hm! A lots of libraries are still on 2.7 and now 3.6 is on the stage with big changes. Is it compatible with 3.5 at least?
Have you tried a 3.5 string formatting with the 3.6? For example
Dec-23-2016, 03:14 PM
(Dec-23-2016, 02:54 PM)wavic Wrote: Is it compatible with 3.5 at least?Its not code breaking. its additions.
Recommended Tutorials:
Dec-23-2016, 03:26 PM
Dec-23-2016, 07:16 PM
Super excited about string interpolation :)
Dec-24-2016, 12:39 AM
I had problems trying to install on windows 7 pro.
Will try again tonight
Dec-29-2016, 06:21 PM
Don't know what I did wrong, installed seamlessly second attempt
The async generators & comprehensions look interesting, capability of yield and await in same routine. |
|