Some way to learn programing


Learning of programing is not to hard and also not easy.For doing that you don't go too fast because it skip the thing which you really have to learn.You can go fast if you have proper capacity to learn this things. But my first advise is to go slow and according to planing step by step.
Now there are some way to which i face to learn programing.

  • Understand basic first

       First of clear the basic funda of the any langauage means directly not perform practical ,read some theory ralated to that langauge. When first learnig to program,you should look at and try to understand all the things.

  • Run the code

         If you khow some basic thing then you simply read the example and feel that "yes i got it",but in real you not get this thing because if read then you will not get proper syntax when next time you try to do any practical. If you type the code instead of reading and paste then you will get better idea of syntax and also learn the exact idea of that code why this is used.Then compile it and run it so you will get the real knoweldge.  

  • Try to solve error 

          According to me "if you get more error then you will get more" ,but condition is that try to solve error yourself. When you type the code and then at compile and run time error will come so solve that error yourself and get idea about that error.

  • Trace the program

        When i was learning C language at that time i trace all program so i get the better understanding,so dont just read the example try to uderstand code of that example. Read one by one line as like compiler run it.Think that your mind is compiler and you have to run it. Start from the first line go ahead till the last line of execution.

  • Try to write your own code and use resource

           Once you understand something about the language--or even if you're still getting your head around it--start writing sample programs that use it.You can also reimplement the examples from the book or tutorial you are reading.Try to do this without looking back at the example.
            At last for the resource you can use internet. It have lots of information. Get the more and more idea from that and try to implement them.Also be aware with the new technology.



Links

Comments