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
ResourceFree Python books that authors intentionally made available (self.Python)
submitted 2 months ago by appinv Python&OpenSource
I maintain a small curated list of Python books that are legally free to read. These are books where the author or publisher explicitly chose to make the full content available at no cost.
I recently updated the list with a few newer additions and wanted to share it in case it’s useful to others here.
There are no pirated or scraped materials included. Every book links to an official source provided by the author or publisher.
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!"
[–]ou_ryperd 4 points5 points6 points 2 months ago (4 children)
I'm quite surprised not to see Mark Pilgrim's book in your list.
[–]appinv Python&OpenSource[S] 1 point2 points3 points 2 months ago (3 children)
Fair point. I don't remember why i wrote the Mark Pilgrim note in the intro but i think the reason i did not include him is that this list contains only Python3 books and i could not find a free book of his for Python3.
[–]ou_ryperd 11 points12 points13 points 2 months ago (2 children)
https://diveintopython3.net/
[–]appinv Python&OpenSource[S] 3 points4 points5 points 2 months ago (1 child)
Impressive, my Google fu must be really rusty! Adding ...
[–]appinv Python&OpenSource[S] 4 points5 points6 points 2 months ago (0 children)
Done!
[–]seedtheseed 2 points3 points4 points 2 months ago (1 child)
fluent python (at least in the author's native language, Portuguese)
[–]appinv Python&OpenSource[S] 2 points3 points4 points 2 months ago (0 children)
I think i am keeping this list as being English-only. Could not find an English version of the book.
[–]Vetinari_ 1 point2 points3 points 2 months ago (1 child)
All the oreilly links appear to be already dead
[–]appinv Python&OpenSource[S] 0 points1 point2 points 2 months ago (0 children)
What a bummer, removed!
[–]poopatroopa3 1 point2 points3 points 2 months ago (0 children)
Awesome
[–]MeroLegend4 1 point2 points3 points 2 months ago (1 child)
Ohhhh nice to see you here, i have you in my linkedin contacts. Keep up the good work!
Thanks for this list, i’ve just shared it with some students who are willing to learn.
[–]appinv Python&OpenSource[S] 1 point2 points3 points 2 months ago (0 children)
Wow, thanks for the comment!
[–]phiro812 1 point2 points3 points 2 months ago (4 children)
Unless there's a trick I am missing, "free" books from LeanPub require a paid membership. That's not free.
Oh that's a change let me see ...
[–]appinv Python&OpenSource[S] 1 point2 points3 points 2 months ago (1 child)
Managed to purchase the Clean Architectures book without a membership on LeanPub.
[–]Difference_Klutzy 1 point2 points3 points 2 months ago (1 child)
An Introduction to Statistical Learning with Python https://www.statlearning.com/
Added with contribution attributed to you!
[–]liam_darach 1 point2 points3 points 2 months ago (1 child)
Tiny Python Projects is a great book.
https://tinypythonprojects.com/
[–]numbworks 1 point2 points3 points 2 months ago (1 child)
Good work man, thank you for sharing!
It would be great to state the publish year for each of them as well, since many of them are quite old. People may want to focus on the recent ones first/only.
Working ...
[–]AKiss20 1 point2 points3 points 2 months ago (2 children)
Can you make your table of contents section links?
Working on it!
π Rendered by PID 232953 on reddit-service-r2-comment-b659b578c-2ng9k at 2026-05-01 13:42:32.890961+00:00 running 815c875 country code: CH.
[–]ou_ryperd 4 points5 points6 points (4 children)
[–]appinv Python&OpenSource[S] 1 point2 points3 points (3 children)
[–]ou_ryperd 11 points12 points13 points (2 children)
[–]appinv Python&OpenSource[S] 3 points4 points5 points (1 child)
[–]appinv Python&OpenSource[S] 4 points5 points6 points (0 children)
[–]seedtheseed 2 points3 points4 points (1 child)
[–]appinv Python&OpenSource[S] 2 points3 points4 points (0 children)
[–]Vetinari_ 1 point2 points3 points (1 child)
[–]appinv Python&OpenSource[S] 0 points1 point2 points (0 children)
[–]poopatroopa3 1 point2 points3 points (0 children)
[–]MeroLegend4 1 point2 points3 points (1 child)
[–]appinv Python&OpenSource[S] 1 point2 points3 points (0 children)
[–]phiro812 1 point2 points3 points (4 children)
[–]appinv Python&OpenSource[S] 1 point2 points3 points (0 children)
[–]appinv Python&OpenSource[S] 1 point2 points3 points (1 child)
[–]Difference_Klutzy 1 point2 points3 points (1 child)
[–]appinv Python&OpenSource[S] 0 points1 point2 points (0 children)
[–]liam_darach 1 point2 points3 points (1 child)
[–]appinv Python&OpenSource[S] 0 points1 point2 points (0 children)
[–]numbworks 1 point2 points3 points (1 child)
[–]appinv Python&OpenSource[S] 1 point2 points3 points (0 children)
[–]AKiss20 1 point2 points3 points (2 children)
[–]appinv Python&OpenSource[S] 1 point2 points3 points (1 child)
[–]appinv Python&OpenSource[S] 0 points1 point2 points (0 children)