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
- Host: GitHub
- URL: https://github.com/alyssonmach/pythoncrashcourse
- Owner: Alyssonmach
- License: mit
- Created: 2020-05-09T18:27:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T11:37:41.000Z (almost 5 years ago)
- Last Synced: 2025-04-19T08:12:21.827Z (8 months ago)
- Topics: codes, introduction-to-programming, learning, python, study, ufcg
- Language: Python
- Homepage: https://ehmatthes.github.io/pcc/
- Size: 29.7 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
```