Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions learn_to_program.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
* [CodePen](http://codepen.io/) - scope out cool ideas for html/css/js projects
* [Free Code Camp](http://www.freecodecamp.com/)
* [Babel's ECMAScript 6 tutorial](http://babeljs.io/docs/learn-es2015/)
* [JavaScript Tutorial In Russian](https://learn.javascript.ru/) - For those who know Russian I highly recommend learn JavaScript (front-end and back-end) with this tutorial. Chapters are short and to the point. The tutorial not only helps you understand the core of the language but also good coding habits.

#####Node.js
* [Node.js In Russian](https://learn.javascript.ru/nodejs-screencast)

#####Python
* [Python Introduction - Google's Python Class](http://code.google.com/edu/languages/google-python-class/introduction.html)
Expand Down