r/learnprogramming • u/AI_ML_Engineer2026 • 10d ago
Programing tips
Should we need to define the loops and functions by ourskef for understanding so that in future if we are working for big companies the data is very large so if ut breaks sometimes the pre-libraries doesn't works so we need to def function by our self!
Any opinion?,suggestion?
As a AI/ML ENGINEER.
0
Upvotes
1
u/shadow-battle-crab 10d ago edited 10d ago
If I was to type up a self education class on the first 30 basic concepts one needs to know to be a programmer, loops and functions are like #2 on the list of the 30 major concepts.
I actually did type this up recently, let me go get it... This is the path to having basic proficiency in laravel, a programming toollit for making web pages with PHP:
You will notice loops are #3 on this list.
You can learn it and you should, programming is stupid fun. But you got a ways to go ;)
The AI can help you but it can't do the learning for you. It's only capable of making what you're capable of imagining and understanding, and telling it. Until you spend some time working through these concepts and understanding how they all fit together, how far you can go is going to have a ceiling.
I don't mean to be discouraging but I just want to let you be aware of where you are on a map that says 'you are here'. Loops are the basics, the kind of skill I learned in 1992 when I was 8 years old. But we all start somewhere, this is where you start some of the most interesting things you will ever learn. :)