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

6 points by yemper ↗ HN
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 ] thread
For JS look at codeacademy or w3schools(they got a lot better).
https://www.codecademy.com/ - Has Python and JavaScript

https://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

What have you tried? What problems did you encounter?