Skip to content

davidpri1/Python-for-Everybody-Specialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

5 Courses and 1 Capstone Project to earn certificate of this specialization.

This program was created by University of Michigan and instructed by Charles Severance, the associate professor at Information

Courses:(Book- Python for Everybody: Exploring Data In Python 3) 1.Programming for Everybody (Getting Started with Python) 2.Python Data Structures 3.Using Python to Access Web Data 4.Using Databases with Python 5.Capstone: Retrieving, Processing, and Visualizing Data with Python

Coursera: https://www.coursera.org/specializations/python ;

Set up: [Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python36", "User") in PowerShell to configure it correctly. You also have to either restart PowerShell or your whole computer to get it to really be fixed.