Python Forum

Full Version: Python 3.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Any experiences with the new interpreter? positve or negative?
Very positive
Good question! Are there any notable differences, observed after having used it for a while?
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
Good!
There is a tab completion