From the course: Python for JavaScript Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Enhancing endpoints with mixins

Challenge: Enhancing endpoints with mixins - Python Tutorial

From the course: Python for JavaScript Developers

Start my 1-month free trial

Challenge: Enhancing endpoints with mixins

(upbeat music) - [Instructor] It's time to practice what we've learned in the context of a Python application. So here I am at my exercise files and let's take a minute just to make sure that everything is configured properly. So to the left I'll see in parentheses a venv, which indicates that the virtual environment called venv is active. And if it's not, I can type in source venv/bin activate. And I'll clear my terminal. If the venv is not there you can go back to the beginning of the course where I show how to set up a virtual environment and let's make sure all the requirements have been installed. So that's P-I-P, pip install minus R for recursive requirements dot TXT. And all the requirements seem to be satisfied which is great. I'll clear my terminal. And now I'm going to CD into CH underscore 04 underscore 05. And then in that I'll go to shop API. Clear my terminal. And to get…

Contents