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.

Python is a very popular programming language that has many uses. One of the uses is in creating backends and that's what we've chosen as our backend language in this course. We will use Django later to create our APIs and Python is the language that Django uses, so it's of utmost importance that we understand how Python works before we start developing our backend in Django. In this chapter we will learn the basics of Python in about 2+ hours and go through variables, literals, keywords, collections, functions, classes, object oriented programming and more.

Timestamps:
00:00 - Python Crash Course
00:52 - Open up IPython
01:31 - Literals
06:22 - Variables
19:02 - Conditionals
28:07 - Functions
44:58 - Key words
47:18 - Classes
01:00:53 - Enumerations
01:17:15 - Collections
01:43:11 - Loops
01:46:48 - Object Oriented Programming in Python
02:14:03 - Django uses OOP quite a lot
02:15:01 - 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!