Follow-up for learning Python/Java

Posted by immediate_push5464@reddit | learnprogramming | View on Reddit | 12 comments

Hey folks,

I’ll try to keep this quick.

Problem I’ve seen a lot of exp folks come from a desensitized (but good) place of saying just program more. Awesome advice, really truly. But that’s tough advice to process as a beginner. So that’s why I wanted to follow up with those folks and ask more specific, albeit probably doomed questions.

Questions 1. What specific (not db, not ML, not OPP theme recommendations) things would you recommend in a pseudocode/algorithm style template? Kind of like a college would do, but specifically syntax. So an example might be

  1. Learn how to call user inputs 2 learn how to convert floats and ints and str
  2. Learn for loops
  3. Learn while loops

And the reason I’m asking for more syntactically based advice is because the themes are great- I get that- but the syntax is what rules the programming part of programming. I don’t care how theoretically or conceptually versed you are. If you don’t know the syntax, you can’t even begin to think about topology or project details. And, as many exp and junior devs know, many beginners know virtually nothing.

I’ve programmed some beginner level stuff, but I think we need to shift to a more command/syntax based recommendation or at LEAST a CREDIBLE source that teaches that. Most of the sidebar and general source recommendations are out of date and incomplete at best.

Thanks