Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 549 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 549 Bytes

Python Studies

[Book exercises]: Python Crash Course exercises

Contents

-[x] Introduction to Python
-[x] Variables
-[x] Lists
-[x] Using Lists
-[x] Using Tuples
-[x] Conditions
-[x] Dictionaries
-[x] Input
-[x] While Loops
-[x] Functions
-[x] Modules Import
-[x] Class (OOP)
-[x] Files
-[x] Exceptions

Reference

- Matthes, Eric, 1972 - Python crash course : a hands-on, project-based introduction to programming / by Eric Matthes.

Access the Book

- Official Repository: https://ehmatthes.github.io/pcc/