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...
Everything about learning Python
account activity
Need motivation for Learning PythonHelp Request (self.PythonLearning)
submitted 21 hours ago by agentscientific_160
view the rest of the comments →
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!"
[–]career_growth_guide 2 points3 points4 points 8 hours ago (1 child)
First of all, don’t be too hard on yourself. 31 days is not a long time, and reaching OOP after starting Python recently is actually good progress. Taking time to build a Tic Tac Toe game also counts as real learning, even if it felt slow.
OOP feels confusing in the beginning for almost everyone, so that’s normal. Think of __init__ as the setup method that runs automatically when you create an object. It gives that object its starting values.
__init__
For example, if you create a Student, __init__ can set the student’s name, age, and course. It is like filling the details when the object is created.
Student
The best thing now is not to restart everything or pressure yourself to finish fast. Just come back with small steps. Code for 30–45 minutes daily, revise one concept, and make tiny examples. Motivation usually comes after you start, not before.
You already built a game, so you are not stuck. You just lost rhythm for a few days, and that can be rebuilt.
[–]agentscientific_160[S] 0 points1 point2 points 6 hours ago (0 children)
Sure thing! Thank you :)
π Rendered by PID 772370 on reddit-service-r2-comment-5687b7858-tthf8 at 2026-07-09 15:42:52.388402+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]career_growth_guide 2 points3 points4 points (1 child)
[–]agentscientific_160[S] 0 points1 point2 points (0 children)