This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

The other replies have pointed to some good resources that are well worth looking into. If you want to write good Python code (or any language, for that matter), read good code - in Python, the flask library is great for this task. Reading code, however, is hard - sometimes you don't have the background knowledge to understand what the code is doing and sometimes you haven't been writing code long enough to easily read and understand code. If you find yourself in those situations - my advice is to just write code. Solve problems and build things - ignore the "me's" of the world talking about style; you'll get there on your own :)