An open API service indexing awesome lists of open source software.

https://github.com/alyssonmach/pythoncrashcourse

[Book exercises]: Python Crash Course exercises
https://github.com/alyssonmach/pythoncrashcourse

codes introduction-to-programming learning python study ufcg

Last synced: 3 months ago
JSON representation

[Book exercises]: Python Crash Course exercises

Awesome Lists containing this project

README

          

# 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/
```