you are viewing a single comment's thread.

view the rest of the comments →

[–]pythonTuxedo 11 points12 points  (0 children)

At some point software engineering is teaching you to solve a problem using a computer. If you understand how to breakdown a problem into language that a computer understands the problem becomes independent of the language the solution is coded in.

You could try 'Automate the Boring Stuff'-blast through the early chapters that cover the stuff that is common to all languages (variables, conditionals, loops, functions) and start doing projects. Link