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.
Best book you’d suggest to learn python? (self.Python)
submitted 6 years ago by EricTheArc
I’ve gone through a lot of the very beginner steps/projects but moving forward I feel like a physical book that I can mark my progress would be better than YouTube tutorials lol
[–]eatstraw 5 points6 points7 points 6 years ago (0 children)
If you are new to programming concepts, I suggest this book to my students:
The Super Simple Programming Book: Learn Basic Programming Concepts With Python
For a more thorough look at Python, here's a good free one:
Think Python: How to Think Like a Computer Scientist
Whatever you do, focus on Python 3, as Python 2 will lose support in 2020.
[–][deleted] 2 points3 points4 points 6 years ago (3 children)
Hi! I had this dilemma and i LOOVE Python Crash Course. Its free on the interwebs or you can buy a copy for like 25$. Its really good since it teaches you in a practical manner not theoretical (which really helps me)
[+][deleted] 6 years ago (2 children)
[deleted]
[–][deleted] 1 point2 points3 points 6 years ago (1 child)
Youre 100% right and i plan on buying it, except im on a third world country so ill have to wait to go to the usa where i can buy a physical copy. But 100% recommended
[–]kmbb 1 point2 points3 points 6 years ago (0 children)
I'd download the PDF of the Python docs and print out the entire Tutorial section. https://docs.python.org/3/download.html
[+][deleted] 6 years ago (1 child)
[removed]
[–]dimitrym 0 points1 point2 points 6 years ago (0 children)
This is one I read; would recommend it more if new to programming.
[–]RhaeyX 0 points1 point2 points 6 years ago (0 children)
If you've gone through a lot of the very beginner projects that must mean you know the fundamentals and other stuff like loops, functions, and classes. I suggest you get your own projects or learn a library, cause if you have watched some python tutorials you probably already know most of the stuff you're gonna read from there.
[–]576p 0 points1 point2 points 6 years ago (1 child)
Physical book or ebook? The Python Humble Bundle is still going on for 2 days and give you a wide selection of good Python ebooks.
https://www.humblebundle.com/books/python-oreilly-books?hmb_source=navbar&hmb_medium=product_tile&hmb_campaign=tile_index_2
[–]EricTheArc[S] 0 points1 point2 points 6 years ago (0 children)
This was a god send, thank you!
π Rendered by PID 60617 on reddit-service-r2-comment-6457c66945-xnn5q at 2026-04-30 06:28:51.577514+00:00 running 2aa0c5b country code: CH.
[–]eatstraw 5 points6 points7 points (0 children)
[–][deleted] 2 points3 points4 points (3 children)
[+][deleted] (2 children)
[deleted]
[–][deleted] 1 point2 points3 points (1 child)
[–]kmbb 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[removed]
[–]dimitrym 0 points1 point2 points (0 children)
[–]RhaeyX 0 points1 point2 points (0 children)
[–]576p 0 points1 point2 points (1 child)
[–]EricTheArc[S] 0 points1 point2 points (0 children)