Category
Lists
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
Lists
1 min readHow to create and use lists in Python
This article explains how to create a list in Python, a data structure used to store multiple values in a single variable, using square brackets and commas, and also using list() constructor with an iterable object as an argument.
2/2/2023Read More
Pandas
1 min readHow to select n rows and n columns of a Pandas DataFrame using Python
Learn how to select n row and n columns using the DataFrame.iloc[] method from the Pandas library + Full examples
7/5/2022Read More
Fundamentals
1 min readHow to split text into a list in Python with split()
Learn how to split text into a list in Python with split().
12/27/2021Read More
Fundamentals
1 min readHow to convert a list to a string with join()
Learn now how to convert a list to a string with join().
12/25/2021Read More
Statistics
1 min readHow to generate normally distributed data with NumPy using Python
Learn how to generate normally distributed data with Numpy using Python. Just copy paste the example to start with.
12/10/2021Read 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
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