Skip to content

Commit 52db694

Browse files
adding python and java resources
1 parent 264ca94 commit 52db694

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

programming-language-resources.md

+2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@
4242
- [Beyond PEP 8 -- Best practices for beautiful intelligible code (video)](https://www.youtube.com/watch?v=wf-BqAjZb8M)
4343
- [Automate the Boring Stuff with Python](https://automatetheboringstuff.com/)
4444
- [Coding Interview Essentials](https://github.com/ajinkyal121/coding-interview-university/blob/master/extras/cheat%20sheets/Coding%20Interview%20Python%20Language%20Essentials.pdf)
45+
- [Data Structures And Algorithms in Python](https://www.youtube.com/watch?v=kQDxmjfkIKY)
4546
- Java
4647
- [Stanford CS106A - Programming Methodology (video)](https://see.stanford.edu/Course/CS106A)
4748
- [Software Construction In Java (video)](https://www.edx.org/course/software-construction-java-mitx-6-005-1x)
4849
- [Introduction To Programming In Java](http://introcs.cs.princeton.edu/java/home/)
4950
- [Algorithms 4th Ed - Algorithm Book In Java](http://algs4.cs.princeton.edu/home/)
5051
- [Effective Java 3rd Edition](https://www.amazon.com/Effective-Java-Joshua-Bloch-ebook/dp/B078H61SCH)
52+
- [Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer](https://www.youtube.com/watch?v=RBSGKlAvoiM&t=1744s)
5153
- Go
5254
- [The Go programming Language](https://golang.org/)
5355
- [The Go programming Language (book)](http://www.gopl.io/)

0 commit comments

Comments
 (0)