Category
Loops
7-Day Challenge
Land Your First Data Science Job
A proven roadmap to prepare for $75K+ entry-level data roles. Perfect for Data Scientist ready to level up their career.
Build portfolios that hiring managers love
Master the Python and SQL essentials to be industry-ready
Practice with real interview questions from tech companies
Access to the $100k/y Data Scientist Cheatsheet
Loops
1 min readHow to do something multiple times in Python
Learn how to repeat a task multiple times in Python using control flow statements such as for loops, while loops, built-in functions, recursion, itertools module and libraries like NumPy and pandas.
2/7/2023Read More
Fundamentals
1 min readHow to loop over lists in Python
Learn how to loop over lists in Python.
We present 4 ways to loop in Python and rank them by most common usage.
12/9/2021Read More
Lists
1 min readHow to do list comprehension in Python
Learn how to use list comprehension in Python. There is two ways to use them at their maximum potential. Using if conditions and if else conditions.
12/6/2021Read More
Lists
1 min readHow to list all the files in a folder
Learn how to list all the files in a folder using the os library and list comprehension.
12/5/2021Read More
DataFrame
1 min readHow to loop over a Pandas Series in Python
Learn how to loop over a pandas series in Python. A more efficient way to loop over your data is if you only need one column with the index.
11/29/2021Read More
DataFrame
2 min readHow to use the apply method with Pandas in Python
Learn how to use the apply function with Pandas in Python. Check their uses cases and some examples.
11/26/2021Read More
Fundamentals
5 min readHow to generate a sequence of numbers in Python
How to generate a sequence of numbers in Python using the range() method. See how you can iterate 1 by 1 or step by step.
10/6/2021Read More
Free Newsletter
Master Data Science in Days, Not Months 🚀
Skip the theoretical rabbit holes. Get practical data science skills delivered in bite-sized lessons – Approach used by real data scientist. Not bookworms. 📚
Weekly simple and practical lessons
Access to ready to use code examples
Skip the math, focus on results
Learn while drinking your coffee