Intro to Python for Data Science

https://www.datacamp.com/courses/intro-to-python-for-data-science

Course Description

Python is a general-purpose programming language that is becoming more and more popular for doing data science. Companies worldwide are using Python to harvest insights from their data and get a competitive edge. Unlike any other Python tutorial, this course focuses on Python specifically for data science. In our Intro to Python class, you will learn about powerful ways to store and manipulate data as well as cool data science tools to start your own analyses. Enter DataCamp’s online Python curriculum.

1. Python Basics

8% An introduction to the basic concepts of Python. Learn how to use Python both interactively and through a script. Create your first variables and acquaint yourself with Python's basic data types. Hide Chapter Details Continue Chapter

2. Python Lists

0% Learn to store, access and manipulate data in lists: the first step towards efficiently working with huge amounts of data. View Chapter Details Play Chapter Now

3. Functions and Packages

0% To leverage the code that brilliant Python developers have written, you'll learn about using functions, methods and packages. This will help you to reduce the amount of code you need to solve challenging problems! View Chapter Details Play Chapter Now

4. Numpy

0% Numpy is a Python package to efficiently do data science. Learn to work with the Numpy array, a faster and more powerful alternative to the list, and take your first steps in data exploration. View Chapter Details Play Chapter Now