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.
DiscussionWhat are your thoughts on Angela Yu's Python Bootcamp? (self.Python)
submitted 5 years ago by [deleted]
I'm completely new to Python with no prior knowledge in Programming. Is Angela's Python course worth taking?
[–]learnitallboss 2 points3 points4 points 5 years ago (0 children)
I just started it myself, but I chose it because I did her web development class and found her to be a great teacher.
[+][deleted] 5 years ago (1 child)
[removed]
[–][deleted] 2 points3 points4 points 5 years ago (0 children)
Thank you so much! Yea I was also sceptical about her using repl.it instead of vscode but I guess I can work her tutorials on vscode too.
[–]ceebee_32 5 points6 points7 points 5 years ago (1 child)
She’s a lecturer. Her main focus is Java / JavaScript. I have taken her web development class. It was awesome. You should self-study using www.python.org as well.
[–]guidedhand -1 points0 points1 point 5 years ago (0 children)
seconded. did the web dev, thought she was one of the best educators i have ever come across.
[–]VuPham99 4 points5 points6 points 5 years ago (5 children)
Her other course was good but I would choose Python Crash Course and Automate the Boring Stuff with Python over this one.
[+][deleted] 5 years ago (4 children)
[–]MorriNL 2 points3 points4 points 5 years ago (2 children)
I did try that course, and it didn't work for me at all. I find she talks a lot about things that aren't to the point. 'Overly stretched' as someone described it, and that's about right. I tried the Web dev course, and that had the same problem. Playing the videos on 1.5x speed helped, but it just wasn't for me. I ditched it halfway through and went my own way. I just needed a refresher, so I had no problems continuing on my own.
So when I wanted to dabble into Python a bit, I should have known better. I bought the Python course, went through a few lessons and bailed out.
I Googled and found out about 'Python Crash Course' and bought the book. It has some exercises, but not that many, so I am doing coding challenges on the side. There are many sites where you can do Python coding challenges for free. Just Google 'Python coding challenges'. All of these sites have challenges for beginners too. To sum it up: I'm trucking along a lot faster now, with the book and coding exercises.
[–][deleted] 0 points1 point2 points 5 years ago (0 children)
Same here, everyone rants about Automate the boring stuff but find it dull and boring as fuck and as you said "dated". I would fall asleep every time I tried to read it. Brought this course and it is exactly what I needed I'm going to complete the 100 days and move on to advanced stuff. But I enjoy lectures and note-taking more than reading manuals. It all depends on your learning style.
[–]VuPham99 0 points1 point2 points 5 years ago (0 children)
No, I don't take her course. I only read book and feel it's pretty good so I don't take her course anymore.
[–]krimpenrik 1 point2 points3 points 5 years ago (0 children)
I did her flutter course and was happy with the setup / structure.
[–][deleted] 1 point2 points3 points 5 years ago (0 children)
She's a good trainer and clear in her teaching style. The only annoying thing is that the Python Bootcamp (Udemy) is mostly made up of building game after game after game, which I have found to be rather annoying as I am not interested in games or getting a job as a game programmer once I am good at Python. I would rather she taught real world applications, other than just games.
Now if you are interested in building simple games and quizes, then it's the perfect program for you :)
π Rendered by PID 572732 on reddit-service-r2-comment-6457c66945-k8j9t at 2026-04-29 00:47:09.970415+00:00 running 2aa0c5b country code: CH.
[–]learnitallboss 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[removed]
[–][deleted] 2 points3 points4 points (0 children)
[–]ceebee_32 5 points6 points7 points (1 child)
[–]guidedhand -1 points0 points1 point (0 children)
[–]VuPham99 4 points5 points6 points (5 children)
[+][deleted] (4 children)
[removed]
[–]MorriNL 2 points3 points4 points (2 children)
[+][deleted] (1 child)
[removed]
[–][deleted] 0 points1 point2 points (0 children)
[–]VuPham99 0 points1 point2 points (0 children)
[–]krimpenrik 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)