Category
Fundamentals
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
Getting Started
3 min readHow long does it take to learn Python for Data Science in 2023
Learn how long it takes to learn Python for Data Science in 2021.
What does it take to be a Data Scientist in 2021?
4/18/2023Read More
Fundamentals
1 min readHow to add logic in Python
Learn how to add logic to your Python code with control statements. Use if, else, and elif to make decisions based on conditions, and for and while loops to repeat actions. Master these programming concepts to write efficient and flexible code in Python.
4/11/2023Read More
Matplotlib
2 min readHow to make AMAZING graphs in Python that everyone will understand
Data visualization helps to turn complex data into actionable insights. To make effective and self-explanatory graphs, keep it simple, write labels and legends according to your reader, and choose the right library. Clear data visualization is a valuable tool for data analysis and communication.
4/7/2023Read More
Fundamentals
1 min readHow to use the Try and Except statement in Python
Handle errors and exceptions in Python using 'try' and 'except' statement, with optional 'else', 'finally' blocks, use 'raise' to throw exceptions, assign exception to variable with 'as' keyword, handle multiple types of exceptions.
3/10/2023Read More
Fundamentals
1 min readHow to automate stuff in Python
Automate tasks in Python by scheduling, web scraping, GUI automation, file operations using libraries like 'schedule','beautifulsoup4','requests','pyautogui','os','shutil'
3/9/2023Read More
Fundamentals
1 min readHow to use default method parameters in Python
Learn how to assign default value to function parameters by using '=' in function signature, default parameters must be at end of the parameter list
3/7/2023Read More
Fundamentals
1 min readWhat does the "yield" word do in Python
In Python, the yield keyword allows functions to produce a series of values over time, rather than computing them all at once, making it efficient for large data sets or for producing a series of values that can be used in a for loop.
2/18/2023Read More
Fundamentals
5 min readHow to do statistics on a DataFrame
Learn how to perform various statistics on a Pandas DataFrame such as mean, median, mode, standard deviation, variance, minimum and maximum, sum, count and more using built-in methods like .mean(), .median(), .std(), .min(), .max(), .sum(), .count(), .describe() etc.
2/17/2023Read More
Getting Started
1 min readHow to slice a Pandas DataFrame
Learn various ways to slice a Pandas DataFrame, including using the .loc[], .iloc[], and [] accessors, boolean indexing and chaining multiple conditions to select specific rows and columns.
2/16/2023Read 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