Variables in Python are easy. Almost suspiciously easy.
No type declarations. No formal introductions. You just pick a name, assign a value, and Python quietly nods like, “yeah, I got this.” It’s the most low-maintenance relationship you’ll have all day.
In this video, we’ll create variables, look at the basic data types (strings, integers, floats, booleans), and see how Python keeps things simple while you take the credit.
Will you become a better programmer? Probably.
Will your variable names still be questionable? Also probably.
Let’s go assign some stuff and pretend we planned it that way.
0:00 Intro
0:49 Variable Identifiers
1:40 Python Naming Conventions
3:43 Assigning a Value
4:30 Data Types
5:43 Outro
----
This video is part of my course materials for my Python: Level 1 class (CIS156) at EMCC, and it's intended to accompany a free eBook: https://timmcmichael.github.io/lofi-python/index.html
Playlist: https://www.youtube.com/playlist?list=PL_Lc2HVYD16aPswxFiEZXFu7jsNx_H6vD
Files from my videos: https://github.com/timmcmichael/EMCCTimFiles
GitHub landing page: https://timmcmichael.github.io/
#python #coding #beginner #variables #datatypes #assignments #emcc #cis156