Skip to content

Commit b268997

Browse files
authored
Update README.md
Added new courses that have been added in the program offered by IBM.
1 parent 1e3e990 commit b268997

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,19 @@
33
This is my GitHub repository for a program of courses offered by IBM through www.edx.org on learning to code in Python.
44
Program Name: [Python Data Science](https://www.edx.org/professional-certificate/python-data-science)
55

6-
The program consists of the following 5 courses:
6+
The program consists of the following 9 courses:
77

88
Course Order | Course ID | Course Name
99
------------ | ------------- | -------------
1010
01 | IBM PY0101EN | Python Basics for Data Science
1111
02 | IBM DA0101EN | Analyzing Data with Python
12-
03 | IBM TBC | Visualizing Data with Python
13-
04 | IBM TBC | Machine Learning with Python: A Practical Introduction
14-
05 | IBM TBC | Data Science and Machine Learning Capstone Project
12+
03 | IBM DS0101EN | Introduction to Data Science
13+
04 | IBM TBC | Data Science Tools
14+
05 | IBM TBC | The Data Science Method
15+
06 | IBM TBC | SQL for Data Science
16+
07 | IBM TBC | Visualizing Data with Python
17+
08 | IBM TBC | Machine Learning with Python: A Practical Introduction
18+
09 | IBM TBC | Data Science and Machine Learning Capstone Project
1519

1620
## Course Descriptions
1721

@@ -58,6 +62,14 @@ Analyzing Data with Python will be delivered through lecture, lab, and assignmen
5862

5963
Data Analysis libraries: will learn to use Pandas, Numpy and Scipy libraries to work with a sample data set. We will introduce you to pandas, an open-source library, and we will use it to load, manipulate, analyze, and visualize cool data sets. Then we will introduce you to another open-source library, scikit-learn, and we will use some of its machine learning algorithms to build smart models and make cool predictions.
6064

65+
# Introduction to Data Science
66+
67+
# Data Science Tools
68+
69+
# The Data Science Method
70+
71+
# SQL for Data Science
72+
6173
# Visualizing Data with Python
6274

6375
# Machine Learning with Python: A practical Introduction

0 commit comments

Comments
 (0)