Completed
: What is Python and what can you do with it?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Tutorial for Absolute Beginners - What Are Variables?
Automatically move to the next video in the Classroom when playback concludes
- 1 : Introduction
- 2 : Who’s this tutorial for?
- 3 : An outline of this video
- 4 : What is Python and what can you do with it?
- 5 : What is IDE and why I chose Jupyter Notebook
- 6 : How Jupyter Notebook works
- 7 : How to install Python and Jupyter through Anaconda
- 8 : Launching Jupyter
- 9 : The print function
- 10 : Introduction to variables
- 11 : What are variables in Python?
- 12 : Assigning a variable to another variable
- 13 : A practice problem - swapping two variables
- 14 : Solutions to the practice problem - swapping two variables