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.

We will spend a lot of time learning Python in this course so it's essential that we install the "right" version of Python. And for that we will use PyEnv, which is a Python version manager.

After installing Python, we will also use Pip (Package Installer for Python) to manage our dependencies. Pip is similar to npm, which is the node package manager, if you're familiar with Node.js. Similar also to SPM (Swift Package Manager) or CocoaPods for iOS developers or Gradle for Android developers, or Cargo for Rust developers.

Timestamps:
00:00 - Introduction to PyEnv, Python and IPython
00:52 - What is Python?
03:10 - We will use Python for our backend
05:04 - What is PyEnv?
08:21 - Why do we need PyEnv?
09:19 - What are shims?
11:08 - What is pip?
12:43 - What is IPython?
16:20 - We will set these up soon
18:36 - That's all for 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!