Category
Getting Started
Learn how to get started with Data Science using Python
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
Pandas
1 min readHow to use Pandas DataFrames
This article explains how to use Pandas DataFrames, a library in Python for data analysis. You can create a DataFrame from a dictionary, list, or CSV file and perform operations like indexing, sorting, filtering, grouping, transforming, cleaning, and visualizing data stored in the DataFrame.
4/5/2023Read More
Logging
1 min readHow to do logging in Python
Learn how to use the built-in logging module in Python to keep track of events in your program and output messages to a log file or designated logging service. #Python #Logging
2/25/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
DataFrame
1 min readHow to apply a filter to a Pandas DataFrame
Learn various ways to apply a filter to a Pandas DataFrame, including boolean indexing, chaining multiple conditions, query method, loc accessor, where method, and apply method.
2/15/2023Read More
Fundamentals
1 min read7 ways to create a Pandas DataFrame in Python
Learn various ways to create a Pandas DataFrame, including from a dictionary of arrays, list of dictionaries, 2D Numpy array, CSV file, SQL query, Excel file and also specifying index while creating it.
2/14/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