From b6c5af2266cc180865a4853c31a2ad84d82d9ba6 Mon Sep 17 00:00:00 2001 From: Koz Ross Date: Sat, 22 Aug 2015 18:10:44 +1200 Subject: [PATCH] Adding Java tutorial video --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efcbfb9..3b537bf 100644 --- a/README.md +++ b/README.md @@ -384,6 +384,7 @@ Beginner * [An Introduction to Python][282] - Pretty much what it says on the tin. [Python License][283]. * [Effective Go][66] - A guide to writing good, clean and readable Go code for beginners. [CC-BY-3.0][5] (text), [3-clause BSD][29] (code). * [Functional Programming in JavaScript][218] (video) - A set of tutorials introducing functional programming concepts using ECMAScript. [CC-BY-3.0][5]. +* [Learn Java For Beginners][146] (video) - A 'no prior knowledge' required tutorial for Java use. [CC-BY-3.0][5]. * [Lua Programming][126] - A completed Wikibook on programming Lua. [CC-BY-SA-3.0][127] . * [Practical Haskell - getting started with Stack][50] - A series of tutorials designed to help people get started programming Haskell. [CC-BY-SA-4.0][125]. * [The GNU C Programming Tutorial][280] - An introduction to programming in C by the nice GNU people. PDF. [GNU FDL][281]. @@ -611,7 +612,7 @@ This is a catch-all category for things that don't fit anywhere else. [143]: https://vimeo.com/indievelopment/videos [144]: https://github.com/DrBoolean/mostly-adequate-guide [145]: https://creativecommons.org/licenses/by-sa/4.0/ - +[146]: https://goblinrefuge.com/mediagoblin/u/kozross/collection/learn-java-for-beginners/ [147]: https://github.com/dmcinnes/HTML5-Asteroids [148]: https://github.com/budnix/ball-and-wall [149]: https://github.com/ellisonleao/clumsy-bird