8 steps to develop logical programming mind:
1. select a language you are interested to learn from name and other basic information you know about that language.like what platform it runs etc.
examples: c,c++,java,python
2. See how others are using that language for development or simple coding.(this is to know what you can do with selected language)
3. Buy a book of popular author for that language.(ask your teacher/friends)
4. Go to Wikipedia and collect information from first two paragraph about language boundaries and parameters.
5. Learn to compile and execute "hello world" program with use of software for language or command prompt.(for c and c++ use 'turbo c', for java 'net beans',and for python 'python command line' use any version of software's)
6.Now from book read chapter after reading chapter do codes(programs) step by step. write complete code(programs) try to compile that code on compile if error comes see line number where error happened. in your code check that line for syntax and also upper line and down line.(Compilation will remove syntax errors) after successful compilation run code. if required output doesn't get then search for same code on internet. use that code and run it.
7. After successful running of each code give some small challenge to your mind.(for example , if you are doing a code for addition of two number then try do multiplication with same code) Successful result will motivate you for your next program.
8. Do practice 3-4 hours regularly for month without a day break
If you follows this eight steps for one language you have selected then you can have a logical thinking for any program . you can write any program without looking to book. and sure that you can work on any language exist in programming by knowing only syntax as a ABCD of that language.you can develop windows application, games, scientific applications,web application
"For all languages available for programming in world if you are GRAND MASTER in one language then you will be MASTER in all other languages".
1. select a language you are interested to learn from name and other basic information you know about that language.like what platform it runs etc.
examples: c,c++,java,python
2. See how others are using that language for development or simple coding.(this is to know what you can do with selected language)
3. Buy a book of popular author for that language.(ask your teacher/friends)
4. Go to Wikipedia and collect information from first two paragraph about language boundaries and parameters.
5. Learn to compile and execute "hello world" program with use of software for language or command prompt.(for c and c++ use 'turbo c', for java 'net beans',and for python 'python command line' use any version of software's)
6.Now from book read chapter after reading chapter do codes(programs) step by step. write complete code(programs) try to compile that code on compile if error comes see line number where error happened. in your code check that line for syntax and also upper line and down line.(Compilation will remove syntax errors) after successful compilation run code. if required output doesn't get then search for same code on internet. use that code and run it.
7. After successful running of each code give some small challenge to your mind.(for example , if you are doing a code for addition of two number then try do multiplication with same code) Successful result will motivate you for your next program.
8. Do practice 3-4 hours regularly for month without a day break
If you follows this eight steps for one language you have selected then you can have a logical thinking for any program . you can write any program without looking to book. and sure that you can work on any language exist in programming by knowing only syntax as a ABCD of that language.you can develop windows application, games, scientific applications,web application
"For all languages available for programming in world if you are GRAND MASTER in one language then you will be MASTER in all other languages".
No comments:
Post a Comment