You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Welcome to Programming in Python for Data Science!
7
+
8
+
This course is part of the [Key Capabilities for Data Science program](https://extendedlearning.ubc.ca/programs-credentials/key-capabilities-data-science-certificate) and will teach you how to conduct data analysis in Python.
9
+
During the course, you will work with powerful Python packages made for data-science, including Pandas for processing tabular data, Altair for data visualization and NumPy for working with numerical data types.
10
+
11
+
You will also learn about iteration, flow control, and the data types relevant to data exploration and analysis.
12
+
You will leave this course capable of processing raw data into a format suitable for analysis, writing your own analysis functions, and deriving data-driven insights via the creation of interactive visualizations and summary tables.
'Are you ready to start the course <i>Programming in Python for Data Science</i>?',
17
+
{
18
+
'Yes! Let’s get this party started!':'We love the enthusiasm! Alright let’s move on to Module 1.',
19
+
'I have a Python background but have not had very much wrangling experience.':'We recommend taking this course so that you are familiar with <code>Pandas</code> and have the fundamentals master for our more advanced Data Science courses. Please continue to Module 1.',
20
+
'I don’t think this is the right fit for me.':'That’s ok. If you don’t think this is the right course for you, we hope you find what you are looking for. We still suggest taking a look at what we have to offer in Module 1 before formulating a set opinion.',
21
+
},
22
+
['Yes! Let’s get this party started!', 'I have a Python background but have not had very much wrangling experience.'],
0 commit comments