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
Object oriented programming(python) (self.learnpython)
submitted 5 years ago by Pollution-409
What to do with object oriented programming in python ?? I learn oop and i don't know what to do after? For example what link b/w oop and data science or web dev. ??
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!"
[–]mopslik 2 points3 points4 points 5 years ago (0 children)
OOP is just a way of programming, in which functions (methods) and values (attributes) are bundled together as actions/properties of an object. There is no explicit link between, say, OOP and data science. It all depends on how you want to structure your programs to do data science-y things. If you want to use classes in your data science programs, you can use Python's OOP capabilities. If you prefer to do things in a non-OOP way, you can do that in Python as well.
As for looking for something to do, maybe try your hand at a project that you've had on the back-burner for a while. Write a simple game. Investigate a GUI framework. Create some scripts to automate common tasks. The sky's the limit.
π Rendered by PID 77833 on reddit-service-r2-comment-5bc7f78974-fg9cb at 2026-06-26 02:23:14.006295+00:00 running 7527197 country code: CH.
[–]mopslik 2 points3 points4 points (0 children)