https://github.com/jmelahman/python-for-everybody-solutions
Solutions to Python for Everybody: Exploring Data using Python 3 by Charles Severance
https://github.com/jmelahman/python-for-everybody-solutions
beginner introduction-to-programming introduction-to-python py4e python python-for-everybody
Last synced: 2 months ago
JSON representation
Solutions to Python for Everybody: Exploring Data using Python 3 by Charles Severance
- Host: GitHub
- URL: https://github.com/jmelahman/python-for-everybody-solutions
- Owner: jmelahman
- License: other
- Created: 2017-05-28T21:42:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-14T15:25:07.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T12:09:12.180Z (3 months ago)
- Topics: beginner, introduction-to-programming, introduction-to-python, py4e, python, python-for-everybody
- Language: Python
- Homepage: https://jmelahman.github.io/dev/python-for-everybody.html
- Size: 1.91 MB
- Stars: 205
- Watchers: 11
- Forks: 153
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-for-everybody-solutions
Course Link (Coursera): https://www.coursera.org/specializations/python
Solutions to Python for Everybody: Exploring Data using Python 3 by Charles Severance: https://www.py4e.com/book. Only exercises requiring written code are included. Multiple choice and extended response questions have been omitted.
The book's Github can be found at https://github.com/csev/py4e.
For solutions using python 2.7, see: https://github.com/epequeno/python-for-informatics.