How to Start with Programming

 One thing I can clearly say you that since I managed to Learn to program then you will also learn to program very easily. because till my higher secondary study I didn’t have any knowledge about programming and languages, but now I’m doing my IPG M.tech from IIIT Gwalior and managed to learn C, C++, JAVA, PYTHON, HTML, CSS, JAVASCRIPT, and the list goes on.

At first, you should buy a C language book (the name of the book is ‘ let us C by Yashwant kanetkar’ it is really a very good book and also beginner-friendly .along with that you have to watch YouTube videos regarding C language. And truly speaking reading books can increase the theoretical knowledge about a language but watching various kind of videos regarding a language helps you to write programs and you can get familiar with various kind of approaches to solve a single problem, and which I think is the more important thing to learn a language. so I’ll suggest you that keep watch programming videos on YouTube as you don’t need to pay any amount for that.

And after 3 months of regular practice, you will reach a position where you can write any program yourself. but this is not the end dear it is just the beginning of your programming journey and a long way to go, but you should be happy that if you manage to learn the C language then the rest of the journey will be very easy for you as you know that ‘the first step is the hardest step’.

after learning C language we should go for C++ as both C and C++ are very much similar kinds of language but the only major thing you’ll learn here is OBJECT-ORIENTED PROGRAMMING (OOPs). I can assure you that within 1.5 months(you have to do regular practice) you will become an expert in the C++ language.

so till now you learn C and C++, after this stage, you can easily learn JAVA within 2 months, in JAVA you have to write more lines as compared to C and C++.but java is the gateway to enter in Android development(not JAVA you can use other languages also for android development).

now you can learn python in 15 days. YES, I’m not joking within 2 weeks you can go from beginner level to intermediate level in python because python is the easiest language till now you studied and if you read any python code you may think that it is an algorithm which is written in simple English language. Thus many students start their programming carrier with python but I’ll suggest you start learning from C language as this is not a hard language and not easy you can say that it is intermediate in hardness. So with little effort, you can learn harder languages and you can learn easy languages easily.

Now at this stage, you can learn any language that you want, and try to solve problems every day in every language and in various approaches. You should try competitive coding which will help you to write programs effectively. you should learn HTML, CSS, PHP, JAVASCRIPT through which you can enter the world of web development, and using Android studio as a tool you can go for Android development. you should try to do some projects which give you a challenging mentality to solve real-world problems.

Now at this stage, you can learn any language that you want, and try to solve problems every day in every language and in various approaches. you should try competitive coding which will help you to write programs effectively. you should learn HTML, CSS, PHP, JAVASCRIPT through which you can enter the world of web development, and using Android studio as a tool you can go for Android development. You should try to do some projects which give you a challenging mentality to solve real-world problems.

hope by this story you will find the correct path.


Comments