Category

AI

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

Join thousands of developers who transformed their careers through our challenge. Unsubscribe anytime.

AI
9 min read
Carry Trading: A step by step Guide to Profitable Strategies and Risk Management using Python
We explore what is carry trading and how to apply it in Python. Why today's economic landscape it is a profitable strategy and what risks are associated with it.
9/10/2023Read More
Data Visualization
6 min read
How to smooth a line using Python - 4 Methods
Uncover hidden insights in your data with these 4 methods for smoothing a line. From rolling windows to spline interpolation, we'll reveal the secrets you need to know to unlock the full potential of your data.
4/15/2023Read More
Webscraping
1 min read
What you need to know before doing Webscraping in Python
Learn tips for successful web scraping in Python: check website's rules, request rate, dynamic content, and data format. Scrape responsibly!
4/12/2023Read More
Advanced
1 min read
How to use Schedule in Python
"Use the schedule library in Python to schedule tasks to run periodically by installing the library, defining a function to be run, scheduling the function using schedule.every(interval).unit.do(function), running pending jobs using a while loop, and giving the CPU a break using time.sleep(1)."
3/18/2023Read More
Algorithmic Trading
1 min read
How to compute the Kelly Criterion using Python
Learn how to compute the Kelly Criterion in Python with this script example, which shows how to use the formula to determine the optimal fraction of bankroll to bet, using the probability of winning, payout ratio, and probability of losing. #KellyCriterion #Python #Trading
3/1/2023Read More
Cython
1 min read
How to use Cython in Python
Cython allows you to write high-performance Python code by using C-level parallelism and low-level operations. Learn how to install, create and import Cython files, and optimize performance with Cython. #Cython #Python #Performance
2/28/2023Read More
Trading
1 min read
How to do a mean-reversing strategy in Python
Discover how to implement a mean-reverting strategy in Python using the Pandas library, and how to use it to make buy/sell decisions in financial markets. #MeanReverting #Python #Finance
2/23/2023Read More
Finance
1 min read
How to do a trend-following algorithm in Python
Learn how to implement a simple trend-following algorithm in Python using the Pandas library, and how to use it to make buy/sell decisions in financial markets. #TrendFollowing #Python #Finance
2/22/2023Read More
AI
1 min read
How 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
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

By subscribing, you agree to receive our newsletter. You can unsubscribe at any time.