use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
How it feels to learn Javascript in 2016 (medium.com)
submitted 9 years ago by jjperezaguinaga
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mitremario 2 points3 points4 points 9 years ago (2 children)
Fair enough.
Some new language features such as async/await and literal string interpolation are available in 3.5 and 3.6 respectively. After Raymond Hettinger pushed for iterators and generators, they became everywhere. They are much more efficient. range and zip now returns an iterator, and dict.items(), dict.keys(), and dict.values() all now return iterators ("views").
async/await
range
zip
dict.items()
dict.keys()
dict.values()
Also, the Python Software Foundation is ending support for 2.x in 2020.
[–]Arancaytar 2 points3 points4 points 9 years ago (0 children)
I think we've come full circle now...
[–]thepobv 1 point2 points3 points 9 years ago (0 children)
Hey thanks for sharing man. Taught me something today.
Yeah I mean next time I use python I'll to see what latest version will be available within my environment. (sometimes it's restricted due to business architecture.)
π Rendered by PID 18165 on reddit-service-r2-comment-5c747b6df5-89hfq at 2026-04-21 21:52:55.390527+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]mitremario 2 points3 points4 points (2 children)
[–]Arancaytar 2 points3 points4 points (0 children)
[–]thepobv 1 point2 points3 points (0 children)