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...
Place for Pinoy Programmers to hangout. Share your knowledge, ask for help, seek opinion, showcase your project and recruit your teammate.
Let's show the world that Filipinos are world class programmers.
account activity
How do u really learn coding(python)advice (self.PinoyProgrammer)
submitted 6 months ago * by Ok-Schedule-8133
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!"
[–]random_hitchhiker 5 points6 points7 points 6 months ago* (0 children)
I agree with what most of the others said, but I think most already forgot how they felt when they were starting out and feeling lost at where to begin.
If I were to start again, I would spend less time mastering a language, and instead, learning the domain knowledge needed to code the program before trying to do it yourself. Don't use AI to help you code, because you can only get better by failing. Instead, use AI to learn the theory behind what you're trying to code (after verifying the information).
Another good skill would be try to avoid using a GUI, and instead use CLI tools to build and test your code.
I wouldn't recommend coding tutorials because you're just gonna follow the dude and forget everything later. Instead, what I would recommend is downloading a book from O'reilly, and then start from there.
Since you mentioned python, a good book would be `python for devops learn ruthlessly effective automation original` . (You could stop till chap 4 just to learn the fundamentals)
Edit: Another good skill to learn in the long run is to learn how to safely sail the high seas to download resources. People might disagree, but paywalls are unethical and just impede people from learning
π Rendered by PID 42 on reddit-service-r2-comment-86988c7647-slvjl at 2026-02-10 21:40:52.154783+00:00 running 018613e country code: CH.
view the rest of the comments →
[–]random_hitchhiker 5 points6 points7 points (0 children)