Skip to content

Latest commit

 

History

History
103 lines (40 loc) · 2.34 KB

File metadata and controls

103 lines (40 loc) · 2.34 KB

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/python

There 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

image

(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

image

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