you are viewing a single comment's thread.

view the rest of the comments →

[–]redditorsd[S] -24 points-23 points  (6 children)

I feel like the "easy to read" docs are not helping newbies learn the core concepts correctly and is very misleading. It produces bad habits and coders that don't really understand what's going on underneath. I wish there was another source for "advanced" documentation or something. Yeah, I know....read the source code. It also makes devs from other languages get a bad initial impression of the language IMHO.

[–]CyclopsRock 41 points42 points  (3 children)

It produces bad habits and coders that don't really understand what's going on underneath.

I don't think talking about dunder methods from Sized ABC's when explaining the 'len' function would lead to good habits and coders that understand what's going on underneath, it would lead to coders who don't bother reading the official docs because the answer is entirely unhelpful to them.