What are your opinion on getting command on coding if i am a biginner?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What are your opinion on getting command on coding if i am a biginner??

Tell me how to code without memorising it

17th Jan 2020, 3:48 AM
Mohd Ali
Mohd Ali - avatar
11 Answers
+ 1
i see you started python so read https://pythonprogramming.net/ and https://realpython.com/ tutorials and do small projects until you grasp
17th Jan 2020, 3:59 AM
BroFar
BroFar - avatar
+ 3
My opinion is that understand the basic concepts of programming. Always ask WHY while writing any code statement. Every statement has a reason. A common example: most beginners working with C++ would write the first line as "#include<iostream>" without even understanding what it is and why it is being used. Learning about basic terminologies like 'compilers' will give you an insight about how languages work and will help you better understand it. To code without memorising, you need to think how the code is evaluated by the compiler at every step and how you can incorporate your logic into code using tools at hand. But it will all come through practice. I suggest pick any language you like, preferably C++, and work your way up slowly. Start from the basic "hello world" program, then go with basic operations, conditional statements, loops etc. I believe it's important to go slow in the beginning so you can master the basic concepts. Learning the advanced ones then will just be a piece of cake. Hope it helps!!
17th Jan 2020, 11:13 PM
Rohan Agrawal
Rohan Agrawal - avatar
+ 2
Don't try to memorise the code. Practice as much as you can do. If you forget or don't understand a specific function/method/property, just google it. After some time you will memorise it naturally
17th Jan 2020, 3:58 AM
Vikash Pal
Vikash Pal - avatar
+ 1
Does python the good option to start with coding???
17th Jan 2020, 3:59 AM
Mohd Ali
Mohd Ali - avatar
+ 1
BroFar thank you
17th Jan 2020, 4:00 AM
Mohd Ali
Mohd Ali - avatar
+ 1
practice
17th Jan 2020, 6:41 PM
Suraj
Suraj - avatar
+ 1
Dont memorise the code just have fun in make a code,with that you can memorise it automatcaly (sorry for bad english spelling :) )
18th Jan 2020, 1:11 AM
Asep Dera Purnama
Asep Dera Purnama - avatar
+ 1
Most IDEs will tell you about the syntax errors. And for the third party libraries, you always keep a reference to them. with passage of time, you sure will memorize most of these things(that you constantly work with) as muscle memory. Don’t undermine yourself if you dont remember syntax or library methods. Concentrate on whether you can solve a problem or not.
19th Jan 2020, 1:29 AM
sharpdesigner
0
ali coding is memorizing / logic structured but as and after you learn all will become easier.
17th Jan 2020, 3:53 AM
BroFar
BroFar - avatar
0
ali start at sololearn or freecodecamp. Sololearn is good. You can also try freecodecamp
17th Jan 2020, 3:58 AM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar
0
welcome ali
17th Jan 2020, 4:01 AM
BroFar
BroFar - avatar