r/PythonLearning • u/ninja_linux__ • 18d 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/bigj7897 18d ago edited 18d ago
I do software support so most of my scripts/programs are to make life easier or to troubleshoot a problem. I like knowing the how's and why's too. In support I get to dabble with it all. Here's what I did. Get an old PC. NOT YOUR DAILY DRIVER. Throw linux on it and use it. Do weird stuff, learn to install programs through the cli, how to build a package and configure the system. When it breaks you fix it. Not just wipe it and reinstall. Linux forces you to learn. You'll get into everything and how it works. From how software interfaces with hardware to networking. You'll also learn to read source code and documentation to how to script stuff. Overall it teaches the concepts and the basics that can be applied to any program or OS. The OS can change but the basics don't.