Category

Data Gathering

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.

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
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
7 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
Pandas
1 min read
How to transform categorical text variables into integers using Pandas
Learn how to transform categorical variables into integers using Pandas.
11/1/2021Read More
CSV
1 min read
How to get the list of CSV files contained in a folder in Python
How to get the list of CSV files contained in a folder in Python. See how simple it is using the os library and list comprehension.
10/15/2021Read More
Data
5 min read
How to get stock prices in Excel using Python
How to get stock prices in Excel using Python. The simple method using the yfinance library.
10/10/2021Read More
API
1 min read
How to check if Facebook is down with Python
How to check if Facebook is down with Python. The simplest method using the Requests library.
10/4/2021Read More
Pandas
1 min read
How to get Bitcoin price using Python
The simplest way to get Bitcoin prices in Python. Using the pandas library we can directly fetch the prices from the coingecko api.
9/13/2021Read More
Pandas
2 min read
How to sort an index with Pandas
How to sort an index with Pandas. The most important things to know. How to sort a timestamp index, an in64 index, a string index.
8/10/2021Read 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.