DEV Community

Discussion on: Skills in Python That Every Junior Should Know

Collapse
 
xanderyzwich profile image
Corey McCarty

I believe that these are things that everyone should learn, but OOP and Git aren't entirely necessary if you are doing automation scripts in Python at a junior level.

Overall, the only part of this that's specific to Python is the "Python General Information " section. I would say that all of this is helpful to any developer regardless of language with a small change of knowing the basics of whatever language you are using.

Collapse
 
metamark profile image
Mark Vassilevskiy

Yeah, you're right. Maybe not anyone need to know OOP for usual automation, however, understanding how it works will upgrade your abstract thinking and help to code better. Also, without Git you can't almost anything with other programmers, and talking and learning from other programmers is maybe the most importantant part of learning itself