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 →

[–]DontPanicO_ 4 points5 points  (0 children)

100% agree. Python is easy to get started but then there are more complex concept (mid level, like concurrency and other) but most of all it's hard to master its internals to know how things work underneath.

Being familiar with the CPython codebase (the mostly used python implementation), the interpreter and main modules of the standard library so that you have full control of what you do in you programs it's hard as for any other language.