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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Where would i learn how to write in a programming language?

6 点作者 yemper大约 7 年前
where would i start to learn a language, mainly being python or javascript, two big languages under my impression. could someone comment github guides, good ones to these selected languages? i'd really appreciate it.

6 条评论

imauld大约 7 年前
<a href="https:&#x2F;&#x2F;www.codecademy.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.codecademy.com&#x2F;</a> - Has Python and JavaScript<p><a href="https:&#x2F;&#x2F;www.python.org&#x2F;about&#x2F;gettingstarted&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.python.org&#x2F;about&#x2F;gettingstarted&#x2F;</a> - Python getting started<p><a href="https:&#x2F;&#x2F;wiki.python.org&#x2F;moin&#x2F;BeginnersGuide&#x2F;NonProgrammers" rel="nofollow">https:&#x2F;&#x2F;wiki.python.org&#x2F;moin&#x2F;BeginnersGuide&#x2F;NonProgrammers</a> - Python for non-programmers<p><a href="https:&#x2F;&#x2F;www.codeschool.com&#x2F;learn&#x2F;javascript" rel="nofollow">https:&#x2F;&#x2F;www.codeschool.com&#x2F;learn&#x2F;javascript</a> - JavScript course with videos<p><a href="https:&#x2F;&#x2F;javascript30.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;javascript30.com&#x2F;</a> - JavaScript challenge video series.<p><a href="https:&#x2F;&#x2F;blog.miguelgrinberg.com&#x2F;post&#x2F;the-flask-mega-tutorial-part-i-hello-world" rel="nofollow">https:&#x2F;&#x2F;blog.miguelgrinberg.com&#x2F;post&#x2F;the-flask-mega-tutorial...</a> - Learing a to use Flask, a Python web framework.<p><a href="https:&#x2F;&#x2F;docs.djangoproject.com&#x2F;en&#x2F;2.0&#x2F;intro&#x2F;tutorial01&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.djangoproject.com&#x2F;en&#x2F;2.0&#x2F;intro&#x2F;tutorial01&#x2F;</a> - Django tutorial
throwaway2016a大约 7 年前
This is really only helpful if you already know most of the core concepts and form your question I can&#x27;t quite tell your level. But if you already know some languages I find this site really helpful:<p><a href="https:&#x2F;&#x2F;learnxinyminutes.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;learnxinyminutes.com&#x2F;</a><p>Using their page on Golang[1] I was up and writing code in 40 minutes.<p>[1] <a href="https:&#x2F;&#x2F;learnxinyminutes.com&#x2F;docs&#x2F;go&#x2F;" rel="nofollow">https:&#x2F;&#x2F;learnxinyminutes.com&#x2F;docs&#x2F;go&#x2F;</a>
stevekemp大约 7 年前
What have you tried? What problems did you encounter?
rzzzwilson大约 7 年前
For python take a look at the learning resources in the &#x2F;r&#x2F;learnpython subreddit wiki: <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;learnpython&#x2F;wiki&#x2F;index" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;learnpython&#x2F;wiki&#x2F;index</a>
PostOnce大约 7 年前
<a href="http:&#x2F;&#x2F;greenteapress.com&#x2F;wp&#x2F;think-python&#x2F;" rel="nofollow">http:&#x2F;&#x2F;greenteapress.com&#x2F;wp&#x2F;think-python&#x2F;</a><p>This is the best totally-new-to-programming book I&#x27;ve ever read.
评论 #17037782 未加载
abenedic大约 7 年前
For JS look at codeacademy or w3schools(they got a lot better).