https://github.com/saddamarbaa/python-for-everybody-specialization
==> I made this repository to post my Programming code with Python and document my progress while Learning Python for Everybody Specialization From the University of Michigan in Coursera
https://github.com/saddamarbaa/python-for-everybody-specialization
databases-with-python python-data-structures python-programming visualizing-data
Last synced: 2 months ago
JSON representation
==> I made this repository to post my Programming code with Python and document my progress while Learning Python for Everybody Specialization From the University of Michigan in Coursera
- Host: GitHub
- URL: https://github.com/saddamarbaa/python-for-everybody-specialization
- Owner: saddamarbaa
- Created: 2019-06-03T20:47:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T20:34:03.000Z (over 4 years ago)
- Last Synced: 2025-02-03T18:03:04.914Z (4 months ago)
- Topics: databases-with-python, python-data-structures, python-programming, visualizing-data
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python for Everybody Specialization
I made this repository to post my Programming code with Python and document
my progress, while Learning Python for Everybody Specialization From the University of Michigan on Coursera# About this Specialization
This Specialization builds on the success of the Python for Everybody course and will introduce fundamental
programming concepts including data structures, networked application program interfaces, and databases,
using the Python programming language.link to the Specialization on Coursera
https://www.coursera.org/specializations/pythonThere are 5 Courses in this Specialization
# (1) Programming for Everybody (Getting Started with Python)
link to the Programming for Everybody (Getting Started with Python) course on Coursera :
https://www.coursera.org/learn/python?specialization=python
link to my Certificate on Coursera
https://coursera.org/share/beea3807095148c0dcfe3ca1f59831f9
# (2) Python Data Structures
link to the Python Data Structures course on Coursera :
https://www.coursera.org/learn/python-data?specialization=python
link to my Certificate on Coursera
https://coursera.org/share/25e771952f284c853550198b7df7c7b3
# TODO
# (3) Using Python to Access Web Data
Using Python to Access Web Data course on Coursera :
https://www.coursera.org/learn/python-network-data?specialization=python
# TODO
# (4) Using Databases with Python
Using Databases with Python course on Coursera :
https://www.coursera.org/learn/python-databases?specialization=python
# TODO
# (5) Capstone: Retrieving, Processing, and Visualizing Data with Python
Capstone: Retrieving, Processing, and Visualizing Data with Python course on Coursera :
https://www.coursera.org/learn/python-data-visualization
## Recommended Books For the Course
1. python for everybody by charles severance
2. python crash course, 2nd edition: a hands-on, project-based introduction to programming by eric matthes
3. Automate the Boring Stuff with Python. By Al Sweigart.
4. think python how to think like a computer scientist by allen b. downey
5. learn python the hard way book by zed shaw