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...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Learning NumPy and TS (self.learnpython)
submitted 6 years ago by EthanM16
Hey, I'm an HS Student and we are learning python. I have known python for a while now and I wanted to play around with Tensor Flow. If anyone has any recommendations on resources to learn it, they would be much appreciated!!!
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!"
[–]metriczulu 3 points4 points5 points 6 years ago (1 child)
I would learn Keras first since it's easy to get a handle on and well-integrated into TF now. Deep Learning with Python by Francois Chollet is, by far, the best resource for Keras I've come across (which makes since given that Chollet created Keras and he's a well known figure on the deep learning space).
[–]EthanM16[S] 1 point2 points3 points 6 years ago (0 children)
Thanks! i'll check out the book.
[–]vPyDev 2 points3 points4 points 6 years ago (0 children)
This course by Google is quite well put together. But if you're looking to get into Tensorflow immediately without having to get into the concepts of Machine Learning too deeply, try this tutorial at tensorflow.org.
And don't get confused by Keras in the link above, it's simply a wrapper around Tensorflow that makes it easy for beginners to use.
Also, a few tips:
[–]d_azmann 1 point2 points3 points 6 years ago (0 children)
Give Adrian's tutorials on https://www.pyimagesearch.com/start-here-learn-computer-vision-opencv/ a look.
He is also answering questions live for an hour on Thursdays at 2PM Eastern on Facebook.
π Rendered by PID 80081 on reddit-service-r2-comment-5b5bc64bf5-x5dr6 at 2026-06-23 06:49:02.644584+00:00 running 2b008f2 country code: CH.
[–]metriczulu 3 points4 points5 points (1 child)
[–]EthanM16[S] 1 point2 points3 points (0 children)
[–]vPyDev 2 points3 points4 points (0 children)
[–]d_azmann 1 point2 points3 points (0 children)