From the course: Building a Personal Portfolio with Django

What you should know

From the course: Building a Personal Portfolio with Django

Start my 1-month free trial

What you should know

- [Instructor] I'd like to take a moment to just cover what you should know before starting this course. First, you should have the basics of Python 3 down. We'll be using 3.7, but any Python 3 will work. Next, you're gonna want to have Django 2.1 installed on your computer. If you need any help with that, you can go to djangoproject.com. There's some great installation guides there. Next, you should have some basic terminal knowledge. We're gonna be moving in and out of directories, and I'll walk you through the rest there. Next, you'll need a text editor to edit your code. I'd recommend using Atom. That's what I'll be using, but completely up to you there. And finally, you'll need some basic knowledge of HTML. Nothing too advanced, but at least know what some HTML tags are.

Contents