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

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

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/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](https://user-images.githubusercontent.com/51326421/100382166-48631480-304d-11eb-8ce6-a945bade2915.png)

# (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](https://user-images.githubusercontent.com/51326421/100382591-4188d180-304e-11eb-9109-6a1a3e0762b6.png)

# 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