Introduction to Python
- Offered byDataCamp
Introduction to Python at DataCamp Overview
Duration | 4 hours |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Intermediate |
Credential | Certificate |
Introduction to Python at DataCamp Highlights
- Master the basics of data analysis in Python
- Learn how to use Python interactively and by using a script.
- Learn from Hugo Bowne-Anderson, Data Scientist at DataCamp
Introduction to Python at DataCamp Course details
- This course focuses on Python specifically for data science
- Introduction to Python course, learn about powerful ways to store and manipulate data, and helpful data science tools to begin conducting your own analysis
- Python is a general-purpose programming language that is becoming ever more popular for data science. Companies worldwide are using Python to harvest insights from their data and gain a competitive edge. Unlike other Python tutorials, this course focuses on Python specifically for data science. In our Introduction to Python course, you?ll learn about powerful ways to store and manipulate data, and helpful data science tools to begin conducting your own analyses.
Introduction to Python at DataCamp Curriculum
Python Basics
Hello Python!
The Python Interface
When to use Python?
Any comments?
Python as a calculator
Variables and Types
Variable Assignment
Calculations with variables
Other variable types
Guess the type
Operations with other types
Type conversion
Can Python handle everything?
Python Lists
Create a list
Create list with different types
Select the valid list
List of lists
Subsetting Lists
Subset and conquer
Subset and calculate
Functions and Packages
Functions
Familiar functions
Help!
Multiple arguments
Methods
String Methods
List Methods
NumPy
Your First NumPy Array
Baseball players' height
Baseball player's BMI
Lightweight baseball players
NumPy Side Effects
Subsetting NumPy Arrays
2D NumPy Arrays