From the course: Get Ready for Your Coding Interview

What you should know

- [Instructor] In this course, we're going to use Python as well as Jupyter. Jupyter is in an interactive notebook for Python, where you can write code, test it and organize it in a really nice way. Jupyter and Python are great for writing and testing a solution to a coding interview problem, and you need to use them if you want to use my XLS files. However, if you're already familiar with other languages such as Java, JavaScript, or C++, feel free to use any of them as well, because this course is mainly about concepts, problem solving and coding interviews, and not so much about a particular language or environment.

Contents