How to Start Learning Programming?


 How to start learning programming?


1. YouTube

The programming language you want to learn. Enter its name and search on YouTube. If you want to learn Python, type python for beginners, and search. If you want to learn JavaScript, then search by typing javascript for beginners. Similarly, if you want to learn PHP, search by typing PHP for beginners. Then watch the video that will come two or three times. Those videos will tell you what to do next.


2. Find free courses with 

Google search

Search by typing the name of the programming language you want to learn and then the free course. For example, if you want to find a good free Python course, go to Google and search for the best python free course. If you get the first few search results, you will get a good free course. You can find the best javascript free course by searching on Google in that same system if you want. Or you can find the best web development free course or the best PHP free course.


3. You can learn from

 books  or PDFs

The tendency to learn programming from books or PDFs is declining these days due to the easy availability of video courses and the internet. Then there are many good books for programming in Bengali. For example, Tamim Shahriar Subin Bhai has a book on C programming. Maksudur Rahman Martin has a book on Python. On top of the basic programming we have written, there are books called 'Programming for Hubbles,' 'Bull to Boss of Programming' and 'Fourteen Groups of Programming.'

.

4. You can learn by buying

 paid courses

I usually say try to learn programming on your own for a minimum of three to six months. Start learning from free YouTube tutorials or free online courses. It is best if you can learn on your own. And if for some reason you are not able to take advantage even after giving six months. Then you can start learning by buying paid courses from udemy, Coursera, audacity.


 What are the qualifications to

 learn

 programming? 


Have a clear idea of ​​five basic things - variable, if-else, array, for loop, and function. To learn more, you need to fix a programming language.

You need to learn a few data structures to understand how to keep different information or data while running the program. You must learn the hash table.

The method of finding a specific element in an array is called search. You have to practice writing the minimum linear search and binary search code by hand.

The process of sorting the elements of an array from small to large or large to small is called sorting in the programming language. At least be able to program bubble sort manually. If you can do another sorting, such as merge sort, selection sort, insertion sort programming manually, you will go ahead.

You have to follow those who are ahead of you. You have to spend hours watching tutorials. Learn how to solve your problems using the answers to others' questions in StackOverflow. It is best if someone tries to solve a programming contest or online problem.



Post a Comment

Never enter the spam link in the comment section. If you have any inquiry, please let me know in the comment section.

Previous Post Next Post