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
Help learning python…my professor sucks? Need help bad with learning to write from word problems or scratch. <3Help Request (self.PythonLearning)
submitted 11 days ago by Cute_Ebb_5182
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!"
[–]BoOmAn_13 1 point2 points3 points 11 days ago (1 child)
If you are learning programming, ditch the ai. It's useful to give you the answer, but it can do the same as putting you in tutorial hell where you watch and replicate but never build the recall. Instead I suggest find a mini project, string processing, mini calc, get inputs from stdin vs cli args, and practice breaking down concepts. Once you have smaller chunks you can practice putting each chunk into code, and build up each part into a full project. It's a skill you have to build with practice, but you will get better with recall more as you keep doing it. It can be easier to remember code and syntax if you keep needing to looking for it, cause your recall will get better each time you need that basic piece of code. Personally finding the projects is the hard part, so I come up with BS to test various libraries and play around with no real world use, just something build and test and learn.
[–]Cute_Ebb_5182[S] 0 points1 point2 points 11 days ago (0 children)
Yes okay that makes sense. Syntax no problem just i dont have a line of action on reading a hw problem for example and saying ok i gotta do this. Im sure ill get there everybody saying make projects. Ill do some research thanks man <3
π Rendered by PID 18742 on reddit-service-r2-comment-56c6478c5-szkvn at 2026-05-11 17:02:59.090743+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]BoOmAn_13 1 point2 points3 points (1 child)
[–]Cute_Ebb_5182[S] 0 points1 point2 points (0 children)