Python Tutorial for Absolute Beginners #1 - What Are Variables?


Outline - Python Tutorial for Absolute Beginners #1

Introduction

  • 0:00 : Introduction
  • 0:17 : Who’s this tutorial for?
  • 0:30 : An outline of this video

What is Python?

  • 1:18 : What is Python and what can you do with it?
  • 2:01 : What is IDE and why I chose Jupyter Notebook
  • 3:09 : How Jupyter Notebook works
  • 4:19 : How to install Python and Jupyter (through Anaconda)
  • 5:58 : Launching Jupyter
  • 7:59 : The print() function

What Are Variables?

  • 10:24 : Introduction to variables
  • 13:08 : What are variables (in Python)?
  • 16:42 : Assigning a variable to another variable

Practice

  • 19:03 : A practice problem - swapping two variables
  • 20:40 : Solutions to the practice problem - swapping two variables


Load Chapter 2:


No comments:

Post a Comment