diff --git a/README.md b/README.md index bd7462b..e279c32 100644 --- a/README.md +++ b/README.md @@ -1,72 +1,4 @@ # The Devlounge Tech Resources -### Java Resources ------- - -#### Documentation - -* [Java7] https://docs.oracle.com/javase/7/docs/api/ -* [Java8] https://docs.oracle.com/javase/8/docs/api/ -* [Java9] https://docs.oracle.com/javase/9/docs/api/ - -#### E-Books [free] - - * https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#java - -#### Online courses & tutorials [free] - -* Java Video Tutorial: https://www.youtube.com/watch?v=TBWX97e1E9g -* Learn Java Programming with examples: https://beginnersbook.com/java-tutorial-for-beginners-with-examples/ -* Java Tutorial for Complete Beginners: https://www.udemy.com/java-tutorial/ -* Java for Complete Beginners [registration required but free]: https://courses.caveofprogramming.com/p/java-for-complete-beginners - -#### Online courses & tutorials [not free] - -* Complete Java Masterclass (highly recommended): https://www.udemy.com/java-the-complete-java-developer-course/ -* Java Essential Programming: https://www.udemy.com/java-essential-programming/ - -#### Usefull repositories - -* [Frameworks] https://github.com/akullpp/awesome-java -* [Design patterns] https://github.com/iluwatar/java-design-patterns - -#### Other - -* [History of Java] https://en.wikipedia.org/wiki/Java_version_history -* [Wikibooks] https://en.wikibooks.org/wiki/Java_Programming/History -* [Timeline] http://oracle.com.edgesuite.net/timeline/java/ - -### Python Resources ------- - -#### Documentation - -* [Python3] https://docs.python.org/3/ -* [Dev] https://www.python.org/dev/ - -#### Beginner - -* http://automatetheboringstuff.com/ - -#### Video - -* Socratica: https://goo.gl/8xKVKE -* thenewboston: https://goo.gl/9EqF2J - -#### E-Books [free] - -* https://goo.gl/Lxhp7i -* https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#python - -#### E-Books [not free] - -* Python Crash Course: https://goo.gl/XQ7Nx6 -* Advanced: https://wiki.python.org/moin/AdvancedBooks - -#### Other - -* [History of Python] https://goo.gl/Ma9GqG -* [TalkPython | Podcast] https://goo.gl/xwieUA -* [Exercises] http://www.practicepython.org/ -* [List Comprehensions] https://goo.gl/J9u86w -* [More Resources] https://goo.gl/Lw3Vqi +* #### [Python](https://github.com/TheDevlounge/tech-resources/blob/master/python.md) +* #### [Java](https://github.com/TheDevlounge/tech-resources/blob/master/java.md) diff --git a/java.md b/java.md new file mode 100644 index 0000000..e884a34 --- /dev/null +++ b/java.md @@ -0,0 +1,35 @@ +### Java Resources +------ + +#### Documentation + +* [Java7] https://docs.oracle.com/javase/7/docs/api/ +* [Java8] https://docs.oracle.com/javase/8/docs/api/ +* [Java9] https://docs.oracle.com/javase/9/docs/api/ + +#### E-Books [free] + + * https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#java + +#### Online courses & tutorials [free] + +* Java Video Tutorial: https://www.youtube.com/watch?v=TBWX97e1E9g +* Learn Java Programming with examples: https://beginnersbook.com/java-tutorial-for-beginners-with-examples/ +* Java Tutorial for Complete Beginners: https://www.udemy.com/java-tutorial/ +* Java for Complete Beginners [registration required but free]: https://courses.caveofprogramming.com/p/java-for-complete-beginners + +#### Online courses & tutorials [not free] + +* Complete Java Masterclass (highly recommended): https://www.udemy.com/java-the-complete-java-developer-course/ +* Java Essential Programming: https://www.udemy.com/java-essential-programming/ + +#### Usefull repositories + +* [Frameworks] https://github.com/akullpp/awesome-java +* [Design patterns] https://github.com/iluwatar/java-design-patterns + +#### Other + +* [History of Java] https://en.wikipedia.org/wiki/Java_version_history +* [Wikibooks] https://en.wikibooks.org/wiki/Java_Programming/History +* [Timeline] http://oracle.com.edgesuite.net/timeline/java/ diff --git a/python.md b/python.md new file mode 100644 index 0000000..e91668b --- /dev/null +++ b/python.md @@ -0,0 +1,34 @@ +### Python Resources +------ + +#### Documentation + +* [Python3] https://docs.python.org/3/ +* [Dev] https://www.python.org/dev/ + +#### Beginner + +* http://automatetheboringstuff.com/ + +#### Video + +* Socratica: https://goo.gl/8xKVKE +* thenewboston: https://goo.gl/9EqF2J + +#### E-Books [free] + +* https://goo.gl/Lxhp7i +* https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#python + +#### E-Books [not free] + +* Python Crash Course: https://goo.gl/XQ7Nx6 +* Advanced: https://wiki.python.org/moin/AdvancedBooks + +#### Other + +* [History of Python] https://goo.gl/Ma9GqG +* [TalkPython | Podcast] https://goo.gl/xwieUA +* [Exercises] http://www.practicepython.org/ +* [List Comprehensions] https://goo.gl/J9u86w +* [More Resources] https://goo.gl/Lw3Vqi