From df367bfd8186a35416eef5530e3671c95f657336 Mon Sep 17 00:00:00 2001 From: Meenakshi Agarwal Date: Thu, 28 Dec 2017 03:03:11 +0530 Subject: [PATCH] Update to free books (#2671) * Update free-courses-en.md Added a Python online resource under the Python course section. * Update free-programming-books.md Added techbeamers to meta-list section. --- free-programming-books.md | 1 + free-programming-interactive-tutorials-en.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 4bdb403d..e283fe28 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -225,6 +225,7 @@ * [Papers we love](https://github.com/papers-we-love/papers-we-love) * [Red Gate Books](http://www.red-gate.com/community/books/index) * [Stef's Free Online Smalltalk Books](http://stephane.ducasse.free.fr/FreeBooks/) +* [TechBeamers.com](http://www.techbeamers.com) * [TechBooksForFree.com](http://www.techbooksforfree.com) * [The Definitive C++ Book Guide and List](http://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list) * [Theassayer.org](http://theassayer.org) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index 976ea1c6..ae816a19 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -174,6 +174,7 @@ * [Codecademy Python course](https://www.codecademy.com/learn/python) * [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html) * [Learn Python](http://www.learnpython.org) +* [Learn Python Step by Step](http://www.techbeamers.com/python-tutorial-step-by-step) * [Python Koans](https://github.com/gregmalcolm/python_koans) @@ -197,6 +198,11 @@ * [Scala Exercises](https://www.scala-exercises.org) +### Selenium + +* [Selenium Tutorial - Web Automation](http://www.techbeamers.com/selenium-webdriver-tutorial) + + ### SQL * [SQL at Codecademy](https://www.codecademy.com/courses/learn-sql) -- GitLab