Author: Danielle Brantley
-
Python Crash Course: Day 2
Written by
on
Chapter 2 of Python Crash Course looked at variables and data types. Variables A variable acts like a labeled container that stores data in a computer’s memory. Every variable is…
-
Python Crash Course: Day 1
Written by
on
For this series, I decided to tackle Python by reading Python Crash Course: A Hands-On, Project-Based Introduction to Programming by Eric Matthes. I will be reading the first 11 chapters…