Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 389 Bytes

File metadata and controls

9 lines (6 loc) · 389 Bytes

PythonLearningLabs

A set of folders for each chapter of the book "Python Crash Course - A Hands-On, Project-Based Introduction to Programming" by Eric Matthes

Questions and Thoughts

  1. Does Python infer datatypes?

  2. Dictionaries seem to be like a JavaScript Object Notation (JSON) file.

  3. Inheritance: Why do you have to place the parent class at the top of the subclass file?