No post body was provided.
Ask HN: Which PEPs are must reads for a beginner?
1–3 of 3 posts
Re: Ask HN: Which PEPs are must reads for a beginner?
#2The only must-read is probably PEP8.
Otherwise, why are you interested in PEPs? For learning about language features, introductory posts on blogs and such are usually better, especially for a beginner. PEPs read more like a spec.
Re: Ask HN: Which PEPs are must reads for a beginner?
#3For a beginner, skim PEP8, then go through the tutorial on python.org, until you get tired or impatient with it, then proceed with the inevitable branching out and focus on your own projects and concerns.
Read other PEPs when they become relevant to you.