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
- Host: GitHub
- URL: https://github.com/0mppula/python_data_visualization
- Owner: 0mppula
- Created: 2021-03-24T12:19:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T10:47:28.000Z (about 5 years ago)
- Last Synced: 2025-01-09T03:57:48.166Z (over 1 year ago)
- Topics: crash-course, matplotlib, pygal, python, python-data-visualization
- Language: Python
- Homepage:
- Size: 525 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`