From the course: Python for JavaScript Developers

What you should know - Python Tutorial

From the course: Python for JavaScript Developers

Start my 1-month free trial

What you should know

- [Instructor] This is a course for intermediate and advanced JavaScript developers. There's a fair share of JavaScript code in the course, but it's there for comparison and is not meant as an introduction to the language. To get the most out of this course, you should have a solid grasp of JavaScript fundamentals. It would be best if you're comfortable with concepts such as control flow, object creation, and iteration. Having written JavaScript as part of a front or back end application is also recommended. If you're not quite there as far as these prerequisites go, there are definitely resources in the library to help you out. If you wish to level up your JavaScript skills, you should check out the Improve Your JavaScript Language Skills path. If you have no prior experience with programming, a fast favorite of mine is a course called Programming Foundations: Fundamentals with Annyce Davis. Finally, if you're a programmer coming from a language other than JavaScript and you wish to learn Python, go ahead and check out Learning Python with Joe Marini. With that said, let's get going. The exercise files for this course are available at a GitHub repository with this URL. You can use the code button in order to download them. Now if we scroll down a bit, you will see that most chapters have a .js JavaScript file, as well as a .py Python file. Going back up, you'll see a few folders with projects we'll be using for challenge videos. Now, basic terminal skills. Mainly the ability to navigate the exercise files are highly recommended.

Contents