
GirlsCodeIt
Python Class 2: Data Types Video
Updated: Oct 29, 2020
Lesson 2: Data Types
Welcome to the 2nd Python tutorial!
Today we are going to learn about variables and data types – the foundation of programming. After this lesson, you will be able to solve math problems, store large chunks of data in an organised manner, play with text files, and much more!
Topics we will be covering:
· Variables
· Data types: numeric, string, tuple, list, set, dictionary
· Operators
· Casting (changing data type of variables)
· Hunger Games Character Creator Program: Use different string functions and text files in your code