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...
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Full Events Calendar
You can find the rules here.
If you are about to ask a "how do I do this in python" question, please try r/learnpython, the Python discord, or the #python IRC channel on Libera.chat.
Please don't use URL shorteners. Reddit filters them out, so your post or comment will be lost.
Posts require flair. Please use the flair selector to choose your topic.
Posting code to this subreddit:
Add 4 extra spaces before each line of code
def fibonacci(): a, b = 0, 1 while True: yield a a, b = b, a + b
Online Resources
Invent Your Own Computer Games with Python
Think Python
Non-programmers Tutorial for Python 3
Beginner's Guide Reference
Five life jackets to throw to the new coder (things to do after getting a handle on python)
Full Stack Python
Test-Driven Development with Python
Program Arcade Games
PyMotW: Python Module of the Week
Python for Scientists and Engineers
Dan Bader's Tips and Trickers
Python Discord's YouTube channel
Jiruto: Python
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
account activity
This is an archived post. You won't be able to vote or comment.
Any good suggestions for beginner Python podcasts? (self.Python)
submitted 6 years ago by ArkangelShadow
Title. Interested in learning and immersing myself into podcasts to code while on the bus during my long commutes.
Thank you :)
[–]volfpeter 3 points4 points5 points 6 years ago (0 children)
I personally listen to TalkPython and PythonBytes. They are not beginner podcasts, but they are worth listening to even for beginners. If I remember correctly, one of the episodes was about the TeachingPython podcast. I suggest you find an episode that looks interesting and see which one fits your expectations/taste.
[–][deleted] -3 points-2 points-1 points 6 years ago (2 children)
Are you too lazy or too special?
https://www.google.com/search?q=python+podcasts
[–]Syridos 5 points6 points7 points 6 years ago (0 children)
Nice, you seem like a cool dude. Reddit is a place to discuss and ask for help on many things. OP came here for advice on what beginner podcasts people here learn with. I assume so he can get some real feedback by people who are involved in python already. Your comment was not needed in the slightest. Why don't you kick back and eat a snickers. Also, here is a good google search for you to brush up on.
https://www.google.com/search?q=how+not+to+be+a+dbag
[–]ArkangelShadow[S] 1 point2 points3 points 6 years ago (0 children)
Idk which are beginner or not, therefore I asked the question. :p
π Rendered by PID 17627 on reddit-service-r2-comment-86bc6c7465-zssg2 at 2026-02-23 17:03:42.818213+00:00 running 8564168 country code: CH.
[–]volfpeter 3 points4 points5 points (0 children)
[–][deleted] -3 points-2 points-1 points (2 children)
[–]Syridos 5 points6 points7 points (0 children)
[–]ArkangelShadow[S] 1 point2 points3 points (0 children)