Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3.6
#1
Any experiences with the new interpreter? positve or negative?
Reply
#2
Very positive
Reply
#3
Good question! Are there any notable differences, observed after having used it for a while?
Reply
#4
for one print statements are really nice -- Example:
print(f'This code was generated on {date} Rev No: {major}{minor}{sub}.')
async generators and comprehensions

see: https://docs.python.org/3/whatsnew/3.6.html
Reply
#5
Good!
There is a tab completion
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Forum Jump:

User Panel Messages

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