Live data from Hacker News

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

news.ycombinator.com

1–8 of 8 posts

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

#4
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

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

#7
This is really only helpful if you already know most of the core concepts and form your question I can't quite tell your level. But if you already know some languages I find this site really helpful:

https://learnxinyminutes.com/

Using their page on Golang[1] I was up and writing code in 40 minutes.

[1] https://learnxinyminutes.com/docs/go/