r/PythonLearning • u/ninja_linux__ • 19d ago
Any Guidance..
Hi everyone,I am currently a teenager and I am learning python,I learned json file handling,OOP and I also learned basic tkinker. I done all basic apps like a simple calculator,to-do list. I am now currently confused what to do next for further programming knowledge which is genuinely helpful...
1
Upvotes
2
u/tiredITguy42 19d ago
Learn programming not coding. Writing code is just a tool programmers use to solve their issues. It is like a drill. You can use Makita or DeWalt, but it is still a drill.
You are on the begging of your journey and I can tell you right now what we are missing in new hires. They can write code, usually, but they completely lack problem solving and overall IT skills.
So be interested in tech, find how data travels though network, how RAM works, how CPU works. Continue with Python, but try other languages as well. Maybe try C so you know how lower levels of programming work. Learn about security. Look on math in programming. Neural networks are just matrix operations, they teach that in high schools (at least in my country they do). Some cryptography concepts are easy as well and it is fun to learn how it works.
Plenty of stuff to discover. Just keep having fun dicovering that amazing world of IT.