+ 1
Please anyone answer me..i know python,c, Js also but there is one problem. I just only memorized but never write logics?
4 ответов
+ 2
Start writing code, the simple stuff first
You have heaps of knowledge in your head but haven't developed the patterns of expression.
Similar to being able to write English, but not having the confidence to speak it.
Code Coach challenges are a great way to start as they are rated according to difficulty.
+ 5
Only memorizing syntax but *never* write logics just doesn't work, in short.
Well, except if you're only into designing the page, without getting yourself involved in writing the scripts for the page. In which case it's fine.
+ 3
GOPINATH R Only memorising any language doesn't help you
1) Understand the concepts
2) Start with simple code
3) Understand the problem statement
4) According to that analyse and apply logic
5) Practical implementation is important.
+ 1
Well its not your problem because you never asked for the logics. You have to start projects like a simple calculator. After each lesson try to practice them. By creating your own projects you can memorize syntacs easier and learn deeper.