From the course: Learning Django

What you should know

From the course: Learning Django

Start my 1-month free trial

What you should know

- [Instructor] For this course, you'll want to be familiar with some programming concepts and be comfortable with using Git in a text editor. Over the duration of this course, I'll be using Visual Studio Code, but any text editor or IDE that you're familiar with will work fine. You'll also need to be comfortable with the basics of programming in Python, such as using loops and variables, defining classes and functions, and using lists and dictionaries. If you're new to these ideas, you might want to look at beginning Python courses in the LinkedIn Learning Library before resuming this course. Some skills that are helpful but not required for the course are being familiar with the Mac terminal or Windows command prompt and any knowledge of HTML, HTTP and related web concepts. The version of Python we'll be using is Python 3.8.2, and we'll install Django 3.0.3. If you're running into different behavior, you may want to double check your versions of each of these.

Contents