Ask HN: Where would i learn how to write in a programming language?
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.
7 comments
[ 7.1 ms ] story [ 46.8 ms ] threadhttps://www.python.org/about/gettingstarted/ - Python getting started
https://wiki.python.org/moin/BeginnersGuide/NonProgrammers - Python for non-programmers
https://www.codeschool.com/learn/javascript - JavScript course with videos
https://javascript30.com/ - JavaScript challenge video series.
https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial... - Learing a to use Flask, a Python web framework.
https://docs.djangoproject.com/en/2.0/intro/tutorial01/ - Django tutorial
This is the best totally-new-to-programming book I've ever read.
https://learnxinyminutes.com/
Using their page on Golang[1] I was up and writing code in 40 minutes.
[1] https://learnxinyminutes.com/docs/go/