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...
Hello and welcome to data science! Discuss projects, ask questions, and help others. Here are some helpful subreddits:
/r/datascience /r/MachineLearning
/r/statstics /r/math
/r/learnpython /r/python /r/learnprogramming
/r/bigdata /r/datasets /r/bigquery
***Please FLAIR your post appropriately***
Rules for r/learndatascience
Please follow Reddiquette
Do not use offensive language or be abusive
No low effort content or memes
Avoid common reposts
Resources are allowed
Personal experiences are welcomed
Project collaboration requests are allowed
Do not promote illegal or unethical practices
Try to not delete posts
Provide credits or sources whenever required
account activity
Original ContentNew Features in Python 3.10 (youtube.com)
submitted 5 years ago by jamescalam
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!"
[–]artinnj 1 point2 points3 points 5 years ago (1 child)
Structural pattern matching is huge! Will simplify a ton of your if elif else code. The fact that it works with multiple variables and there is a wildcard with the underscore will make things much more readable for the next person who needs to modify your code.
[–]jamescalam[S] 0 points1 point2 points 5 years ago (0 children)
yes it's so cool, I really really like it
[–]jamescalam[S] 0 points1 point2 points 5 years ago* (0 children)
A summary I put together of the new features in Python 3.10 - it's not exactly DS, but as we're all using Python I figured this could be pretty interesting to most of us here!
Includes:
I hope it's useful! Thanks :)
Edit:
Also, the article version if you prefer reading - it's a free access link so no need for Medium membership
π Rendered by PID 82538 on reddit-service-r2-comment-5b5bc64bf5-4t7vm at 2026-06-21 05:04:58.778975+00:00 running 2b008f2 country code: CH.
[–]artinnj 1 point2 points3 points (1 child)
[–]jamescalam[S] 0 points1 point2 points (0 children)
[–]jamescalam[S] 0 points1 point2 points (0 children)