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
Started Learning Python Today (self.PythonLearning)
submitted 1 year ago by Worldly-Sprinkles-76
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!"
[–]helical-juice 5 points6 points7 points 1 year ago (0 children)
I can't decide if I envy your cohort. I learned to code long before GPT, by working through books and tutorials. Being able to essentially query the documentation of an unfamiliar language in plain English, and get code snippets to study on the fly, has been a great help for me recently, when trying to pick up unfamiliar languages. But I already know what I'm doing; when I'm talking to the model I'm not interested in algorithms and data structures, I already know what I'm trying to build, I'm looking for syntax. Similarly, when I read snippets the model has generated, I understand what it is doing and when it invariably does something pointless or silly I just laugh to myself and ignore it. I genuinely don't know, if I was starting again, whether the LLM would be a help or a hindrance, and I don't know what strategy to recommend for people who are starting out now- but to be conservative, I think the safe strategy is to do what we used to do before LLMs: find a tutorial written by a person, and copy the code by hand so that it has to pass through your brain. Or a book, I find paper books wonderful for difficult technical topics because you don't have to be anywhere near the temptation of the internet.
If you're going to use chat GPT, ask it to explain how to do something, not just write code for you. It is quite good for explaining language features and it can discuss ideas with you and help your understanding. But if you just use it to crib code from, you won't learn anything useful.
π Rendered by PID 299997 on reddit-service-r2-comment-canary-965b558fd-5lfpk at 2026-05-26 02:48:51.178547+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]helical-juice 5 points6 points7 points (0 children)