5 ms·
I believe that the best way to learn is from de oficial/owners documentation or reference; and reading a lot. Nobody can teach or no mechanism is a good thing
by emonk 19y ago
I believe that the best way to learn is from de oficial/owners documentation or reference; and reading a lot.
Nobody can teach or no mechanism is a good thing if you are not willing to learn and likes it .
So... what is the best book to learn python? :D
- comatose_kid 19y agoThere are probably other good ways to learn as well. I find that working on a problem you have (or have implemented before in a different language) is a good way to pick things up quickly.
- emonk 19y agoI agree, resolving problems, most of the time is where you start to learn; but eventually all roads will lead to the ofcicial source/reference.
- olifante 19y agoThat's easy: Learning Python 3rd Ed. by Mark Lutz.
- emonk 19y agonope, www.diveintopython.org
- ardit33 19y agonope, learning Python is much better. It is a really good book that teaches you even what's going behind the scenes in python. Diveintopyhon is good if you have no patience, but you probably will miss a lot things that "learning python" explains, especially if you are new into scripting languages (I came from Java, and some php experience). Take a week and a half of time, two hours a day, and read it. Meanwhile make sure you practice some in your own, and then start a small real project, so you can actually start imprinting what you learnt.