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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Should I learn Python?

6 点作者 ApplaudPumice大约 9 年前
And what about Rust?

9 条评论

orionblastar大约 9 年前
<a href="https:&#x2F;&#x2F;www.codecademy.com&#x2F;learn&#x2F;python" rel="nofollow">https:&#x2F;&#x2F;www.codecademy.com&#x2F;learn&#x2F;python</a><p><a href="https:&#x2F;&#x2F;www.khanacademy.org&#x2F;computer-programming&#x2F;python-programming&#x2F;4682027490082816" rel="nofollow">https:&#x2F;&#x2F;www.khanacademy.org&#x2F;computer-programming&#x2F;python-prog...</a><p>Python is good because it works across different platforms. It has a lot of example code and libraries to use.<p>Rust is still a new language not as many people using it as Python does. I remember a startup tried to write a haunted house video game in Rust but ran out of money because Rust developers are rare and want a lot of money to work. If it was Java or C++ based they could have hired cheaper programmers and then sold it to raise money for a Rust remake.<p>Here is some Rust learning resources: <a href="http:&#x2F;&#x2F;hackr.io&#x2F;tutorials&#x2F;rust" rel="nofollow">http:&#x2F;&#x2F;hackr.io&#x2F;tutorials&#x2F;rust</a>
评论 #11266460 未加载
esaym大约 9 年前
Hard to say without context. I can speak for myself, after spending many years doing Perl based web dev work, I&#x27;m finding less and less of them and the ones I do get are not what I want. Got tired of seeing high paying python jobs going across my inbox...So yea I&#x27;m learning Python because I think it will double my job reach.<p>Oh and I don&#x27;t know where you are, but pycon is coming up. If you are serious about learning, you should go: <a href="https:&#x2F;&#x2F;us.pycon.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;us.pycon.org&#x2F;</a>
prostoalex大约 9 年前
Your productivity is not really tied to the language syntax as much as it&#x27;s dependent on libraries. Python Standard Library as well as libraries outside of it are in many cases mature, stable and well-tested. Things like scikit, pandas, NLTK, Django have mature ecosystems of their own, so overall it&#x27;s a very good general-purpose language to know.
mjp94大约 9 年前
It&#x27;s hard to answer this question without knowing what languages you already know and how experienced you are. I&#x27;d recommend Python regardless. It&#x27;s very useful for writing small scripts sometimes and is used pretty widely I&#x27;d say. Can&#x27;t say too much about Rust, but it looks interesting.
smt88大约 9 年前
If you want to make money, neither is your best bet, but Python is far better of a bet than Rust. If you want to learn about programming, Rust is a better bet. If you want to develop apps for your own use, Python will have more pre-written libraries and components for you to use.
analognoise大约 9 年前
It depends on what you&#x27;re trying to do.
dllthomas大约 9 年前
Where are you coming from, and where do you want to go?
jardaroh大约 9 年前
My answer: Yes
allenleein大约 9 年前
If you are a beginner,then YES.