TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

6 pointsby yemperabout 7 years ago
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 comments

imauldabout 7 years ago
<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
throwaway2016aabout 7 years ago
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>
stevekempabout 7 years ago
What have you tried? What problems did you encounter?
rzzzwilsonabout 7 years ago
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>
PostOnceabout 7 years ago
<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 未加载
abenedicabout 7 years ago
For JS look at codeacademy or w3schools(they got a lot better).