diff --git a/free-programming-books.md b/free-programming-books.md index e4f56a06007016ee7decb47c0053a625b4a3ac12..05e51abb51efa2d4cd1b7e87391b4d2acde9c1d3 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -2408,6 +2408,7 @@ Kerridge (PDF) (email address *requested*, not required) * [Python Practice Projects](http://pythonpracticeprojects.com) * [Python Programming](https://en.wikibooks.org/wiki/Python_Programming) - Wikibooks (2.7) * [Python Programming](https://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf) - Wikibooks (PDF) (2.6) +* [Python Tutorial](https://www.tutorialspoint.com/python) - Tutorials Point * [Scipy Lecture Notes](http://scipy-lectures.github.io) * [SICP in Python](http://www-inst.eecs.berkeley.edu/~cs61a/sp12/book/) (3.2) * [Slither into Python: An introduction to Python for beginners](https://www.slitherintopython.com) (3.7) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index dc0e35978b9abf340b0cc44d9d4a0456f4a88e5c..603649b4659f63899f2196d8eb98b276d82e7eb3 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -128,10 +128,12 @@ ### HTML / CSS * [CSS Diner](http://flukeout.github.io) +* [CSS Tutorial](https://www.w3schools.com/css/) - W3Schools * [Flexbox Defense](http://flexboxdefense.com) * [Flexbox Froggy](http://flexboxfroggy.com) * [FreeCodeCamp: Responsive Web Design Course](https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/) * [Grid Garden](https://cssgridgarden.com) +* [HTML Tutorial](https://www.w3schools.com/html/) - W3Schools * [Learn by doing beginner projects](https://dash.generalassemb.ly) * [Learn HTML & CSS interactively](https://www.codecademy.com/learn/web) * [Prototyping a professional website](https://www.codecademy.com/learn/make-a-website)