DEV Community

Cover image for Skills in Python That Every Junior Should Know

Skills in Python That Every Junior Should Know

Mark Vassilevskiy on October 21, 2021

Hey Guys! Today I'll be showing you which skill you absolutely need to know to become a really good Junior Python Programmer. Also, in this article...
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 Abstract

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

Collapse
 
mikelogaciuk profile image
mikelogaciuk

Can someone explain me why I need to know all those algorithms since there are easier methods to find ex. max number or specific value etc? E.g. in OOP if I have to go through dict, I write a code which knows what is needed and finds it.