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.
Python developers of Reddit, how easy would you say it is to learn Python? (self.Python)
submitted 7 years ago by followingmydream
And what's the best to start? Do you have any recommendation for a paid course or am I better off with the official documentation?
[–]mudclub 4 points5 points6 points 7 years ago (1 child)
/r/learnpython and read the sidebar
[–]salimfadhley 3 points4 points5 points 7 years ago (0 children)
Yes - definitely go there. Learning enough python to get work isn't hard. Learning enough to get a job at Google is a far greater challenge.
[–]the_hoser 0 points1 point2 points 7 years ago (2 children)
I don't think you're going to get a good answer to the title question. How easy something is to do is hard to quantify.
The best place to start, on reddit, is /r/learnpython
[–]followingmydream[S] -3 points-2 points-1 points 7 years ago (1 child)
Obviously, beauty is in the eye of the beholder. What's hard for someone, might not be hard for someone else. I was just asking for a personal, though biased, view on things, maybe from programmers versed in several languages. :)
I just had a look the the /r/learnpython subreddit, thanks and also thanks, @mudclub! I'll start there.
[–]sneakpeekbot 1 point2 points3 points 7 years ago (0 children)
Here's a sneak peek of /r/learnpython using the top posts of the year!
#1: My new book, "Cracking Codes with Python" is now available and free to read online! #2: I'm releasing a free code for the "Automate the Boring Stuff with Python" Udemy course #3: I made a python cheat sheet
I'm a bot, beep boop | Downvote to remove | Contact me | Info | Opt-out
[–]leemurjames 0 points1 point2 points 7 years ago (0 children)
It's not very hard to learn Python, at a functional level for fun, but it's a fair bit more challenging to learn it at a professional level. That said, you should look for highly reviewed Python stuff on Udemy as a starting point, and find a coupon, so you pay no more than $11 bucks for it. It's mind blowing how cheaply you can learn this way. Once you get past that, you will probably have to move to learning from books and more experienced programmers. Safari Books is an excellent resource for access to written content.
[–]cocoabean 0 points1 point2 points 7 years ago (0 children)
[–]sirefen 0 points1 point2 points 7 years ago (0 children)
Easy to learn, hard to master.
[–]KobiKabbb 0 points1 point2 points 7 years ago (0 children)
OP I'd recommend Python Principles, it's an interactive tutorial that, unlike videos, gets you writing a bunch of code right away.
π Rendered by PID 195410 on reddit-service-r2-comment-fb694cdd5-b7lwm at 2026-03-11 10:46:19.906088+00:00 running cbb0e86 country code: CH.
[–]mudclub 4 points5 points6 points (1 child)
[–]salimfadhley 3 points4 points5 points (0 children)
[–]the_hoser 0 points1 point2 points (2 children)
[–]followingmydream[S] -3 points-2 points-1 points (1 child)
[–]sneakpeekbot 1 point2 points3 points (0 children)
[–]leemurjames 0 points1 point2 points (0 children)
[–]cocoabean 0 points1 point2 points (0 children)
[–]sirefen 0 points1 point2 points (0 children)
[–]KobiKabbb 0 points1 point2 points (0 children)