Part of the Free Full-stack course: https://www.youtube.com/playlist?list=PL6yRaaP0WPkXo7Kl6LQcO69bsYTS7BDxo

Welcome to the Free Full-stack Course

In this course, we will be using Python as the programming language for our backend to deliver REST APIs. The REST APIs will be developed on top of Django which is a backend/website framework that sits on top of Python. And we will also use DRF (Django REST Framework) to actually deliver our APIs on top of Django.

By this point you should have PyEnv installed on your computer if you've followed along with the chapters in this playlist/course chronologically. In this chapter we will use our installation of PyEnv in order to install Python, Pip and IPython on our target operating system (macOS, Linux and Windows).

Timestamps:
00:00 - Installing Python, Pip and IPython with PyEnv
01:32 - Local, Global and Shell installations
05:18 - Install Python with PyEnv
08:28 - See your installed versions
10:13 - Upgrade pip if needed
11:12 - Set Python version
14:20 - Install IPython with pip
17:02 - We are done with installations nowIPython
18:31 - Hope you enjoyed this chapter

If you want to support my work, please consider joining my YouTube channel by pressing the Join button!

Twitter: https://twitter.com/vandadnp
LinkedIn: https://linkedin.com/in/vandadnp

Let's get started!