Intermediate Python
- Offered byDataCamp
Intermediate Python at DataCamp Overview
Duration | 4 hours |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Official Website | Explore Free Course |
Credential | Certificate |
Intermediate Python at DataCamp Highlights
- Gain a competitive edge by using random number generators, loops, and Matplotlib
- Solve a case study using hacker statistics
- Learn from 87 Exercises & 18 videos
Intermediate Python at DataCamp Course details
- For any aspiring data science practitioner
- Learn to visualize real data with Matplotlib's functions and get acquainted with data structures such as the dictionary and the pandas DataFrame
- After covering key concepts such as boolean logic, control flow, and loops in Python, participants will be ready to blend together everything that learned to solve a case study using hacker statistics
- Learn how to build various types of plots, and customize them to be more visually appealing and interpretable
- Learn about the dictionary, an alternative to the Python list, and the pandas DataFrame, the de facto standard to work with tabular data in Python
- Learn about different comparison operators, how to combine them with Boolean operators, and how to use the Boolean outcomes in control structures
Intermediate Python at DataCamp Curriculum
Matplotlib
Basic plots with Matplotlib
Line plot (1)
Line Plot (2): Interpretation
Line plot (3)
Scatter Plot (1)
Scatter plot (2)
Histogram
Build a histogram (1)
Build a histogram (2): bins
Build a histogram (3): compare
Choose the right plot (1)
Choose the right plot (2)
Customization
Labels
Dictionaries & Pandas
Dictionaries, Part 1
Motivation for dictionaries
Create dictionary
Access dictionary
Dictionaries, Part 2
Dictionary Manipulation (1)
Dictionary Manipulation (2)
Logic, Control Flow and Filtering
Comparison Operators
Equality
Greater and less than
Compare arrays
Boolean Operators
Loops
while loop
while: warming up
Basic while loop
Add conditionals
for loop
Loop over a list
Case Study: Hacker Statistics
Random Numbers
Random float
Roll the dice
Determine your next move
The next step