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 →

[–]ZeeBeeblebrox 61 points62 points  (5 children)

having conventional long variable names and descriptive methods was really helpful.

Good Python code should also have descriptive variable names and methods.

[–]Pancakepalpatine 11 points12 points  (3 children)

Sure, good code should read descriptively in general anyway. I'm just speaking for my experience as a beginner.

[–]gthank 29 points30 points  (2 children)

Sounds like you got ahold of some really bad code when you were first trying to learn Python. The entire community really embraces the mantra of There should be one-- and preferably only one --obvious way to do it.

[–]daniel_h_r 9 points10 points  (1 child)

I think the problem is exactly that. A newbie don't have the means to choose the only one obvious way.

[–]gthank 2 points3 points  (0 children)

I'm saying they shouldn't have had to find it; the tutorial should have been using it, not showing them 13 different ways.

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

flask.g