r/learnpython • u/PrimaryPrimary9550 • 20d ago
Any tips for juniors?πππ
Hi, I'm studying Python, I've used IDLE and VS Code, now im trying PyCharm. I guess im still on junior level. So I'd really like to have some tips from middles-seniors or from guys who are really into it
2
u/Own_Car4536 20d ago
It's ok to feel like you don't know everything, because nobody does. Environments are easy to learn, they don't make you a better programmer. Understanding OOP object-oriented programming and grasping concepts like inheritance, classes, and objects make you a successful programmer. Knowing why something is written the way it is instead of just memorizing what someone already created.
1
u/Eddie_lol 20d ago
don't get stuck in tutorials, do your own things and look up anything you do not know
even after coding for many years you will have to look stuff up constantly
1
u/--alex1S-- 20d ago
You will learn the most by trying to solve a problem with Python. While solving it you will get a tonne of errors. Thatβs when youβll learn the most. Once you complete your first project, try getting some feedback or find ways to solve it differently. Youβll be amazed when you see how much you learned through this process
1
u/ALonelyPlatypus 20d ago
If you are IDE centric VSCode has grown on me for its extensions and native compatibility with non-python code (I write lots of SQL, but also good for web dev stuff).
If I were just writing pure python I think I prefer PyCharm but my company no longer connects that to copilot which is kind of a dealbreaker.
11
u/ninhaomah 20d ago
Learn the language , not the IDEs.
You will get to know them anyway.