diff --git a/learn_to_program.md b/learn_to_program.md index 531d3d6..33a206a 100644 --- a/learn_to_program.md +++ b/learn_to_program.md @@ -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)