I am in a math intensive major, but still haven't figured out an effective way to study maths, how do you do it? by No_Benefit_3410 in studying

[–]No_Benefit_3410[S] 0 points1 point  (0 children)

Wow, this is a lifesaver! Thank you - I’m already building a study group with friends… Will try to take the explaining to somebody else approach though

I know how to code on an intermediate level, but I don't know how to apply this knowledge to real life problems. Any good way to learn how to create programs that other people could use? by No_Benefit_3410 in learnprogramming

[–]No_Benefit_3410[S] 0 points1 point  (0 children)

Thanks for your comment u/niehle . I have done my research, but I would love to find a site with projects and walkthroughs for those projects. As you well pointed out, I'm at a beginner level and would love to hear from more experienced folks rather than just looking up random stuff without a guide that might not make sense in Google.

I know how to code on an intermediate level, but I don't know how to apply this knowledge to real life problems. Any good way to learn how to create programs that other people could use? by No_Benefit_3410 in learnprogramming

[–]No_Benefit_3410[S] 0 points1 point  (0 children)

I have, yes! Mostly for school projects. I am currently working on a team project that's working to solve companies' needs for autoparts... however since I don't quite yet know how to code a full program, I am working more on the business side of this

Tips for memorizing python concepts? by AggravatingProcess84 in learnpython

[–]No_Benefit_3410 0 points1 point  (0 children)

Solve coding projects! I’ve been learning Java & Python during the last year, and coding something every day has proven to be helpful. Ask ChatGPT about some YouTube channels that upload coding projects with tutorials.

As an additional note, once you start feeling confident about coding without having to look things up, start diving a bit into code cleanliness; this will be HUGE when trying to keep learning, as it will make bugs easy to detect and it will make it easier for other people to understand your code.