/Python-Crash-Course-2e-Part-I

This repository includes the Python scripts I have written in the first part of Python Crash Course (2nd Ed.) by Eric Matthes.

Primary LanguagePython

Python-Crash-Course-2e-Part-I

This repository includes the Python scripts I have written in the first part of Python Crash Course (2nd Ed.) by Eric Matthes.

For the time being, there are only two chapter left in Part I. I will update this repository when I am done with them.

Chapters

  1. Chapter 1: Getting Started
  2. Chapter 2: Variables and Simple Data Types
  3. Chapter 3: Introducing Lists
  4. Chapter 4: Working with Lists
  5. Chapter 5: if Statements
  6. Chapter 6: Dictionaries
  7. Chapter 7: User Inputs and while Loops
  8. Chapter 8: Functions
  9. Chapter 9: Classes
  10. Chapter 10: Files and Exceptions
  11. Chapter 11: Testing Your Code