Category
Data
Learn more about Data and how to handle it.
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
Requests
1 min readHow to use requests in Python
Use 'requests' library in python to send HTTP requests and receive response, also pass headers, cookies, json payload in the request
3/5/2023Read More
Advanced
1 min readHow to compute Bitcoin volatility in Python
The yield keyword in Python allows functions to produce a series of values over time, making it efficient for handling large data sets or for producing a series of values for iteration.
2/21/2023Read More
AI
1 min readHow to analyze the correlation between two variables
Discover various methods to analyze the correlation between two variables in Python using functions such as numpy.corrcoef(), pandas.DataFrame.corr(), scipy.stats.pearsonr(), scipy.stats.spearmanr() and seaborn.pairplot() to understand the relationship between the variables.
2/20/2023Read More
Machine Learning
1 min readHow to do linear regression in Python
Learn various methods to perform linear regression in Python using functions such as scipy.stats.linregress(), numpy.polyfit(), scikit-learn and statsmodels to model the relationship between a scalar dependent variable and one or more explanatory variables.
2/18/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
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
Fundamentals
1 min read6 ways to efficiently store data in Python
Learn various ways to store data efficiently in Python, including relational databases, NoSQL databases, data serialization, data compression, and data containers like NumPy array and Pandas DataFrame.
2/13/2023Read More
Fundamentals
1 min readHow to read data in Python
There are several ways to read data in Python, such as using the built-in open() function, pandas library, csv and json module, and libraries for reading data from databases.
2/10/2023Read More
Built-in
1 min readHow to do math in Python
This article explains how to do math in Python using built-in mathematical operations and functions, math module, and advanced mathematical libraries like NumPy, Scipy and Pandas for scientific computations.
2/4/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