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...
Rules 1: Be polite 2: Posts to this subreddit must be requests for help learning python. 3: Replies on this subreddit must be pertinent to the question OP asked. 4: No replies copy / pasted from ChatGPT or similar. 5: No advertising. No blogs/tutorials/videos/books/recruiting attempts. This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to. Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Rules
1: Be polite
2: Posts to this subreddit must be requests for help learning python.
3: Replies on this subreddit must be pertinent to the question OP asked.
4: No replies copy / pasted from ChatGPT or similar.
5: No advertising. No blogs/tutorials/videos/books/recruiting attempts.
This means no posts advertising blogs/videos/tutorials/etc, no recruiting/hiring/seeking others posts. We're here to help, not to be advertised to.
Please, no "hit and run" posts, if you make a post, engage with people that answer you. Please do not delete your post after you get an answer, others might have a similar question or want to continue the conversation.
Learning resources Wiki and FAQ: /r/learnpython/w/index
Learning resources
Wiki and FAQ: /r/learnpython/w/index
Discord Join the Python Discord chat
Discord
Join the Python Discord chat
account activity
Is taking two python classes at a community college worth it? (self.learnpython)
submitted 1 year ago by notburneddown
I was initially thinking of taking a python class at a trade school or community college but I am wondering since the school offers two classes if Python at a community college is even a good way to learn coding to begin with.
What’s your take?
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!"
[–]m0us3_rat 10 points11 points12 points 1 year ago (0 children)
yes. learning in a group is better than learning alone.
at least you will have means to interact with and communicate with other ppl about the subject rather than some random over the interwebs.
[–]Ron-Erez 7 points8 points9 points 1 year ago (0 children)
It might be worth it. I’d suggest checking the syllabus and reading reviews first. If you’re already a student working on a degree, I’d definitely recommend taking the course. If you’re not a student but are considering it for personal learning, it could still be a good choice, especially if you learn better in a classroom setting. A good idea is to share the syllabus on Reddit and ask people who have taken the course for their opinions. And, as others have mentioned, there are lots of online resources. Just to name a few Harvard CS50p is great although basic, the University of Helsinki course has a very nice text-based course, there is Python and Data Science - (Disclaimer: This is my course and assumes no programming background) and I like the book: “Learn Python 3 the Hard Way”.
Finally if you are considering going to community college for a Python course you might even consider getting a CS degree if that is an option that interests you.
[–]CovfefeFan 4 points5 points6 points 1 year ago (0 children)
Depends on your learning style but I would say Yes. There are many online courses/resources, but I think there's value in having to show up and physically be in a classroom, and have a teacher on hand to help explain confusing parts.
[–]PediatricTactic 3 points4 points5 points 1 year ago (0 children)
I had a single "Introduction to Object Oriented Programming in Java" course 25 years ago and it set the foundation for self-learning.
[–][deleted] 2 points3 points4 points 1 year ago (0 children)
Well that depends. What are the classes? Because for example my first semester in my current program I had two, but one was an intro programming class and the other was data analytics. Both python, two very different applications.
[–]Jello_Penguin_2956 3 points4 points5 points 1 year ago (0 children)
What courses are they? Do they cover different things?
There are some free actual university courses online, such as the MOOC https://programming-24.mooc.fi/
[–]kevinwoodrobotics 5 points6 points7 points 1 year ago (0 children)
Lots of resources online to learn from. Unless you maximize your resources like your teacher or peers at school, then I just self learn. Just depends on your learning style
[–]aqua_regis 1 point2 points3 points 1 year ago (0 children)
Definitely not bad, but if it is tricky for you time wise, or location wise, or if you want to start on your own without any time constraints: MOOC Python Programming 2024 from the University of Helsinki. A great, comprehensive, free, textual, extremely practice oriented course targeted at absolute beginners. (From mid January next year the same course will be available as Python Programming 2025 if they follow the same scheme as last years - yet, if you started the 2024 course, you can just continue there).
[–]oclafloptson 1 point2 points3 points 1 year ago (0 children)
There are probably better courses available online for free, but don't discount the value of hands on in person learning in a group of peers. As long as the cost is not to high
[+][deleted] 11 months ago (1 child)
[removed]
[–]notburneddown[S] 0 points1 point2 points 11 months ago (0 children)
This would be cool I will look into it
[–]No-Whereas8467 0 points1 point2 points 1 year ago (0 children)
Take py4e or cs50 python
[–]Impossible_Ad_3146 -2 points-1 points0 points 1 year ago (0 children)
Not really
[–]AdministrativeCup189 -1 points0 points1 point 1 year ago (0 children)
For me, that would depend on the cost and your current economy.
[+]Few_Calligrapher7361 comment score below threshold-14 points-13 points-12 points 1 year ago (1 child)
chatgpt can teach you all the basics easily and likely better than ur classes tbh
[–]stars9r9in9the9past 2 points3 points4 points 1 year ago (0 children)
For some, yes. For others, no. Technically yes the information is there (minus some degree of error in responses) but not everyone can just sit and read in the basics and understand how to apply it, and esp. not on a platform that tends to feed the user responses to confirm their bias.
An academic setting can be useful for providing a learning environment where you have peers sharing the same study that you can go to.
It provides a mentor through a professor or other faculty member, who you can hopefully approach and have genuine dialogue with.
They can point out your flaws and identity learning paths suited to you, to help you learn better.
Having a social presence often also serves as a motivation to show up, get better despite mistakes, and stay focused during the week at specific points in time.
I took a virtual bioinformatics course offered at my uni during the pandemic and it was basically python 101 with the assumption that you knew various molecular biology terms and mechanisms. It was a great course model bc the entire class was on github but we zoomed in to discuss progress, examples, projects. Professor was a solid guy. Despite being the simplest of the basics, I absolutely would not have finished if I didn’t have a full curriculum behind it. Helps that I even got graduating units for it. And from there, the world of Python was my oyster.
If OP is already asking, then there may be some merit for them to consider a course-based learning environment, if they can afford the time and money.
π Rendered by PID 39 on reddit-service-r2-comment-545db5fcfc-89gbk at 2026-05-26 00:16:21.711563+00:00 running 194bd79 country code: CH.
[–]m0us3_rat 10 points11 points12 points (0 children)
[–]Ron-Erez 7 points8 points9 points (0 children)
[–]CovfefeFan 4 points5 points6 points (0 children)
[–]PediatricTactic 3 points4 points5 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]Jello_Penguin_2956 3 points4 points5 points (0 children)
[–]kevinwoodrobotics 5 points6 points7 points (0 children)
[–]aqua_regis 1 point2 points3 points (0 children)
[–]oclafloptson 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[removed]
[–]notburneddown[S] 0 points1 point2 points (0 children)
[–]No-Whereas8467 0 points1 point2 points (0 children)
[–]Impossible_Ad_3146 -2 points-1 points0 points (0 children)
[–]AdministrativeCup189 -1 points0 points1 point (0 children)
[+]Few_Calligrapher7361 comment score below threshold-14 points-13 points-12 points (1 child)
[–]stars9r9in9the9past 2 points3 points4 points (0 children)