Latest Articles

Learn Python with our expert tutorials and guides

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
Databases
2 min read
How to Read a Folder of CSVs in Python Using DuckDB
Explore the power of DuckDB, an efficient open-source analytical database system for processing large datasets. This post delves into reading a folder of CSVs using DuckDB in Python, demonstrating its advantages over traditional methods like Pandas.
5/30/2023Read More
Webscraping
3 min read
How to crawl multiple web pages using Python
The article explains how to use Python to crawl multiple web pages and extract information using the requests and selenium libraries. It covers topics such as making HTTP requests, and navigating through multiple pages. The article also provides code examples and tips for optimizing web crawling.
4/19/2023Read More
Getting Started
3 min read
How 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
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
CAPM
1 min read
How to do the Capital Asset Pricing Model (CAPM) in Python
Learn how to calculate expected returns with Capital Asset Pricing Model (CAPM) and how to do it in Python.
4/13/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
Fundamentals
1 min read
How 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
Webscraping
1 min read
How to do web scraping with Python
Learn how to extract data from websites using Python with web scraping. Use the requests and beautifulsoup libraries to get started and save the extracted data. Learn more about Scrapy, Selenium, lxml, Pandas and mechanicalsoup
4/10/2023Read More