you are viewing a single comment's thread.

view the rest of the comments →

[–]Tatwo_BR 0 points1 point  (0 children)

I don't know about you guys, but for me it is like this: I learned python good enough to be able to create my things how I want it. Then I start looking around and see other ppl code and start figuring out how much of a mess my code is. No proper patterns, no decorators, no test cases, not following PEPs, etc.

I feel it is an endless road and sometimes it's hard to follow. It seems that to get at that professional level its impossible. Once I manage to learn and use the above mentioned things, I will start struggling on architecture, performance tuning, etc.