mirror of
https://github.com/jwasham/coding-interview-university.git
synced 2025-07-03 19:57:20 +08:00

Hey, I have added a reference link for Python Guide. I came upon this article while looking for resources to learn Python. This citation, in my opinion, will enhance the content of this article. Hope that my contribution will benefit other learners.
8.1 KiB
8.1 KiB
Programming Language Resources
-
C
-
C++
- C++ Cheat Sheet
- STL Cheat Sheet
- basics
- pointers
- class and object
- functions
- references
- templates
- compilation
- scope & linkage
- namespaces
- OOP
- STL
- functors
- C++ at Google (video)
- Google C++ Style Guide
- Google uses clang-format (there is a command line "style" argument: -style=google)
- Efficiency with Algorithms, Performance with Data Structures (video)
- Review of C++ concepts (video)
- Let us C++
- C++ Primer
- C++ Tutorial for Beginners
- C++ Interview Questions
-
Python
- Python Cheat Sheet
- Python in One Video
- Series on 3.4 (video)
- Statistics for Hackers (video)
- Faster Python (video)
- CPython Walk (video)
- 10 Tips for Pythonic Code (video)
- Beyond PEP 8 -- Best practices for beautiful intelligible code (video)
- Automate the Boring Stuff with Python
- Coding Interview Essentials
- Data Structures And Algorithms in Python
- Python Programming Tutorial
- Python Interview Questions
- Python Guide for Beginners
-
Java
- Stanford CS106A - Programming Methodology (video)
- Java Cheat Sheet
- Introduction To Programming In Java
- Algorithms 4th Ed - Algorithm Book In Java
- Effective Java 3rd Edition
- Data Structures Easy to Advanced Course - Full Tutorial from a Google Engineer
- Top Java Interview Questions and Answers
- Data Structures in Java
-
Go
-
HTML
-
CSS
-
Javascript
-
Rust
-
Ruby
-
Other Language 2
-
etc