Ask HN: How did you become an fluent(expert) in Python?
1–10 of 10 posts
Re: Ask HN: How did you become an fluent(expert) in Python?
#2Free
Re: Ask HN: How did you become an fluent(expert) in Python?
#3It now also has many links at the top to other SO answers on various topics - this is amazing.
Re: Ask HN: How did you become an fluent(expert) in Python?
#4Re: Ask HN: How did you become an fluent(expert) in Python?
#5Learn Python the hard way, http://learnpythonthehardway.org/ Free
Re: Ask HN: How did you become an fluent(expert) in Python?
#6Learn Python the hard way, http://learnpythonthehardway.org/ Free
I actually hear about quite often. Being determined to learn python (once time allows), I'm wondering if "learn python the hard way" is good. Does anyone on HN have any experience on it? I'll give it a try anyway, but any feedback regarding this particular way or any other way to learn python is welcome! :-)
Re: Ask HN: How did you become an fluent(expert) in Python?
#7Earlier quoted context omitted.
I actually hear about quite often. Being determined to learn python (once time allows), I'm wondering if "learn python the hard way" is good. Does anyone on HN have any experience on it? I'll give it a try anyway, but any feedback regarding this particular way or any other way to learn python is welcome! :-)
It's a great beginning tutorial in python. I've been coding C/C++ for ~4 years, and when I went through LPTHW, I found it frustratingly oversimplified.
Re: Ask HN: How did you become an fluent(expert) in Python?
#8I found this post on SO quite enlightening: http://stackoverflow.com/questions/101268/hidden-features-of... It now also has many links at the top to other SO answers on various topics - this is amazing.
Re: Ask HN: How did you become an fluent(expert) in Python?
#9I doubt i can suggest a single resource not already mentioned in that SO Post. So i'll give a domain-specific one in the event that you or other HN readers are interested in using python for matrix computation. Of course, the core libraries are NumPy, SciPy, and Matplotlib. On the main SciPy Site, all of the docstrings for a large portion of the methods in NumPy core are collected on a single HTML Page ( http://www.s…
Re: Ask HN: How did you become an fluent(expert) in Python?
#10Earlier quoted context omitted.
It's a great beginning tutorial in python. I've been coding C/C++ for ~4 years, and when I went through LPTHW, I found it frustratingly oversimplified.
Yeah, "learn python the hard way" is the book I wished I read before I knew anything about programming. it's really a great book, but it targets people who have very little experience in programming.