← All blog series












Common Questions in Python
Quick answers to the questions every Python beginner asks — what is a function, arguments vs parameters, scope, and other small concepts that block early progress.
13 posts
0

What are Functions in Python? Explained in 3 Minutes (Common Questions #2)
Sandy Lane•Video•Quiz available
1

Arguments vs Parameters in Python — What is the Difference? (Common Questions #1)
Sandy Lane•Video•Quiz available
2

How to Prepare a Parquet File in Python
Celest Kim•Video•Quiz available
3

How to Merge CSV Files in Python
Celest Kim•Video•Quiz available
4

How to Read SQL into a DataFrame in Python
Celest Kim•Video•Quiz available
5

Excel to DataFrame in Python — pandas Tutorial
Celest Kim•Video•Quiz available
6

3 Ways to Read JSON into a pandas DataFrame
Celest Kim•Video•Quiz available
7

Inner, Left, Outer — Merging DataFrames in pandas
Celest Kim•Video•Quiz available
8

Why Is My pandas Loop So Slow? iterrows vs Vectorize
Celest Kim•Video•Quiz available
9

pandas .map vs .apply vs .applymap — Pick the Right One
Celest Kim•Video•Quiz available
10

What Is a Lambda Function in Python? (5 Real Examples)
Celest Kim•Video•Quiz available
11

Python List Comprehensions — 5 Patterns You'll Actually Use
Celest Kim•Video•Quiz available
12

Python f-strings — 7 Things You Can Do
Celest Kim•Video•Quiz available