|
|
|
|
|
by khakimov
5347 days ago
|
|
nothing new, the easiest way to learn a programming language is to first learn the basics and then try to build something with it (learn by practice). And it's better if you are building something you are actually interested in rather than something out of a book because it will get you to think about the problem and be more meaningful. Start with simple idea. For example scrap instagram images trought their api and create wallpaper from 80 images (10x8 small thumbs 150x150 size each). Similar idea would get into basics of language like string manipulation, url fetch, handling exceptions, etc. For this stage all you need is diveintopython.com and stackoverflow.com (google.com). |
|