TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How did you become an fluent(expert) in Python?

7 点作者 rsa大约 13 年前
Please suggest any advanced tutorials/videos/books or code you studied to learn everything about python.

3 条评论

doug1001大约 13 年前
I 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 (<a href="http://www.scipy.org/Numpy_Example_List_With_Doc" rel="nofollow">http://www.scipy.org/Numpy_Example_List_With_Doc</a>). This is an awesome way to learn NumPy--by working the small examples at at the command line. After you do them once, come back to them again, in a few months--"repetition is the mother of skill" as we used to say in the Marines. Two more: there are two excellent tutorials tucked away on the SciPy Site, one called "indexing" and one called "building arrays" which are also comprised of small interactive snippets <a href="http://www.scipy.org/Cookbook/Indexing" rel="nofollow">http://www.scipy.org/Cookbook/Indexing</a>; <a href="http://www.scipy.org/Cookbook/BuildingArrays" rel="nofollow">http://www.scipy.org/Cookbook/BuildingArrays</a>.
评论 #3681672 未加载
macarthy12大约 13 年前
Learn Python the hard way, <a href="http://learnpythonthehardway.org/" rel="nofollow">http://learnpythonthehardway.org/</a><p>Free
评论 #3679139 未加载
smeg大约 13 年前
I found this post on SO quite enlightening: <a href="http://stackoverflow.com/questions/101268/hidden-features-of-python" rel="nofollow">http://stackoverflow.com/questions/101268/hidden-features-of...</a><p>It now also has many links at the top to other SO answers on various topics - this is amazing.
评论 #3681652 未加载