D
D
Dmitry2015-11-04 00:22:53
Java
Dmitry, 2015-11-04 00:22:53

What teaching methods do you use?

Guys, share your experience, who uses what method of teaching to teach himself programming, learn a new language, technology? After reading, I start coding, but after a while what I read is somehow forgotten, remembered in fragments, and there is no depth of knowledge or something, how to overcome this?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
O
Oleg Gamega, 2015-11-04
@gadfi

encode and read in parallel.

P
Praytic, 2015-11-04
@Praytic

Try to start coding first, and read the documentation as questions arise.

S
Shurik, 2015-11-04
@aioon

learning by doing
theory, this is to get a set of opportunities)

K
khud, 2015-11-04
@khud

For learning programming in general, there are a few basic books worth reading. There are few of them, for example "The Structure and Interpretation of Computer Programs" and a few more. If you already have a good command of the basic ideas in programming, then learning the language is not difficult at all, you just need to try to write it yourself (there are exceptions, for example, Scala or Haskell). Reading code is a very good practice. Because reading code is often much more difficult. When it comes to rapidly developing technology, then books become obsolete even before they are released, and here you need to google and read a lot on the Internet.

K
Kolya Petin, 2015-11-04
@v2065925

Immediately practice and a lot. Better yet, dig deeper and study the issue you are currently working on.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question