Which Resources Should You Use to Learn Programming?

Which Resources Should You Use to Learn Programming?

Resources Should You Use to Learn Programming

Learning programming takes three things: patience, practice, and proper resources. Currently, there are so many resources that everyone is more confused about which one to follow.
Engr.Sazit Suvo
Designer & Editor

Keeping Pace with AI in Programming

mechanical women

First of all, it is important to understand that AI is currently on the rampage. If you want to sustain yourself amid this aggression, you must keep pace with it. You should have a clear idea of almost all types of programming languages and other computer science subjects. You should be an expert in any one of the languages and use that language to solve various problems and create new logic.

Choosing the Right Programming Resource

which resource should you follow?

One should follow a specific resource without getting lost among thousands of options. According to me, only tutorial videos are not enough in this case. Trying to learn by combining books and tutorial videos is bound to pay off. A programming language tutorial video is easy to understand when you watch it, but you quickly forget it.

In that case, if you learn something from a book, it will take a while to master, but it will remain in your mind forever. You will notice that reading your favorite writer is much more enjoyable than reading from a PDF because your brain perceives the book as real, so your brain will give it more importance. In that case, such a virtual world should also have books as a resource.

Lessons from Experience: Videos vs. Books

The first mistake I made was watching videos continuously. It was nice to watch the video tutorials, and I felt a sense of calmness in my mind as I learned a lot. But after two days, when I went to think on my own, I could see that I could not do anything. I only remembered the concept but could not build any syntax. I was very frustrated. I couldn’t build any logic; I didn’t even remember the syntax. I kept seeing the same thing repeated repeatedly in different videos. After watching these videos, a fake confidence grew, but nothing worked.

books for learning

Then I started trying to learn from the book. I felt bored because I had to read the book myself and write the codes by myself, and then I had to run it. I got more trouble while running it, too, or forgot to add semicolons. Ah, disappointed. I spent two hours running a small code. But after a few days, I saw that I did not forget the code that I ran after so much trouble; I remembered it very clearly. Then I realized that nothing could be learned very easily. To learn, you have to suffer yourself and make mistakes. You have to find out where you made the mistake because it is not possible to become an expert in a difficult situation without ever facing it yourself.

How to Learn Programming Efficiently

resources to learn programming

All in all, follow any tutorial video that you like and that you understand well. Of course, the topics should be step by step; never skip. Building logic is important in programming languages. From the very beginning, try to build very simple logic little by little. In my opinion, code should be written not only on a computer or paper, but also your learning process will be very fast, and you will never forget small things.

Because I don’t have to write a lot of things while writing code on the computer, I come to the suggestion of the IDE, so we miss some small things to find big code bugs. If you write on paper, since you have to write the whole thing, you remember even the smallest things.

administrator

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *