Completed
- Exercise of Data Types
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Programming for Beginners - Getting Started with Python
Automatically move to the next video in the Classroom when playback concludes
- 1 - What is Python?
- 2 - Python's Comparison to Other Programming Languages
- 3 - Examples of Python in the Workplace
- 4 - The Easiest Place to Practice Python
- 5 - Create an Account Online
- 6 - Python Data Types
- 7 - Strings
- 8 - Integers
- 9 - Floats
- 10 - Boolean
- 11 - Exercise of Data Types
- 12 - Built in Functions
- 13 - Where to Look For Built-In Functions
- 14 - Most Common Built In Functions
- 15 - Exercise on Built in Functions
- 16 - Variables and Functions
- 17 - Storing Values as Variables
- 18 - Comparing Variables with Operators
- 19 - Basic Expressions
- 20 - Functions
- 21 - Commenting
- 22 - Exercise on Variables