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

https://github.com/0mppula/python_data_visualization

Data visualization exercises (chapters 15, 16 and 17) from the e-book Python Crash Course by: Eric Matthes
https://github.com/0mppula/python_data_visualization

crash-course matplotlib pygal python python-data-visualization

Last synced: 9 months ago
JSON representation

Data visualization exercises (chapters 15, 16 and 17) from the e-book Python Crash Course by: Eric Matthes

Awesome Lists containing this project

README

          

# Python Data Visualization Exercises from the E-Book Python Crash Course by: Eric Matthes

### Chapter 15 Generating Data

- [x] 15-1. Cubes
- [x] 15-2. Colored Cubes
- [x] 15-3. Molecular Motion
- [ ] 15-4. Modified Random Walks (not included)
- [x] 15-5. Refarctoring
- [x] 15-6. Automatic Labels
- [x] 15-7. Two D8s
- [x] 15-8. Three Dice
- [x] 15-9. Multiplication
- [x] 15-10. Practicing with Both Libraries

### Chapter 16 Downloading Data

- [x] 16-1. San Francisco
- [x] 16-2. Sitka-Death Valley Comparison
- [x] 16-3. Rainfall
- [x] 16-4. Explore
- [x] 16-5. All Countries
- [x] 16-6. Gross Domestic Product
- [x] 16-7. Choose Your Own Data
- [x] 16-8. Testing the `country_codes` Module

### Chapter 17 Working with APIs

- [x] 17-1. Other Languages
- [x] 17-2. Active Discussions
- [x] 17-3. Testing `python_repos.py`