Python Forum
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3.6 Released
#1
This is a big release,with 16 new PEP(Python Enhancement Proposals) and ordered dictionary python 
What's new in Python 3.6 (Brett Cannon)
Reply
#2
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:
Reply
#3
Is it stable? How to keep an old 3.5.2 version along with 3.6? Ubuntu MATE
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#4
(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:
Reply
#5
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
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#6
(Dec-23-2016, 02:54 PM)wavic Wrote: Is it compatible with 3.5 at least?

Have you tried a 3.5 string formatting with the 3.6? For example
Its not code breaking. its additions.
Recommended Tutorials:
Reply
#7
(Dec-23-2016, 03:14 PM)metulburr Wrote: Its not code breaking. its additions.

Good to know  Big Grin This deserves a drink  Doh
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#8
Super excited about string interpolation :)
Reply
#9
I had problems trying to install on windows 7 pro.
Will try again tonight
Reply
#10
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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  PAGE 8.0 RELEASED rob101 4 776 Jan-06-2024, 02:07 PM
Last Post: rob101
Star Nodezator v1.4 released! (Python node editor in the public domain) KennedyRichard 0 918 Sep-04-2023, 01:42 PM
Last Post: KennedyRichard
Star Nodezator (free Python node editor) released to the public domain! KennedyRichard 4 2,168 Jun-24-2022, 09:49 AM
Last Post: Larz60+
  Python 3.10 is Released snippsat 1 1,901 Oct-07-2021, 10:47 PM
Last Post: Yoriz
  Kivy 2.0.0 released buran 1 2,768 Dec-10-2020, 01:51 PM
Last Post: snippsat
  3.9.0 released today Larz60+ 0 1,676 Oct-05-2020, 09:51 PM
Last Post: Larz60+
  Python 3.8.0 is released perfringo 2 3,772 Oct-15-2019, 10:53 AM
Last Post: perfringo
  Python 3.7.1 has been released DeaD_EyE 0 2,420 Oct-22-2018, 07:57 AM
Last Post: DeaD_EyE
  Python 3.7 and also Python3.6.6 released buran 0 2,835 Jun-28-2018, 04:52 AM
Last Post: buran
  Python 3.701b released yesterday--who should install it and who shouldn't? league55 7 4,435 Feb-02-2018, 08:11 AM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

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