+ 6
which is best book for python?
5 Antworten
+ 8
I'll give 3 for 3 different levels. I've been looking and looking for really good beginner book and I think Ive found it as ibrahim dirir mentions above: "Think Python" by Allen Downey. Free d/l from Green Tea Press.
http://greenteapress.com/wp/think-python-2e/
This gives important concepts in easy language.
Next for beginner/intermediate is "Python Crash Course", I also like Zed Shaw's "Python the Hard Way" which is recommended above.
For advanced I like "Fluent Python".
+ 14
thanks
+ 2
lear python the hard way is a good book. and think python
+ 2
I would recommend for a beginner, "Python for informatics" by Charles Severance. the book and course are free of charge and his videos are great and also very entertaining. Also "Learn Python the Hard way" is excellent information for learning Python.