Category
Requests
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
Webscraping
3 min readHow 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 readHow 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
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
Fundamentals
1 min readHow to get data from a webpage in Python
Learn how to use Python's 'requests' and 'beautifulsoup4' libraries to extract data from webpages or use 'pandas' to easily scrape tables from html pages
2/13/2023Read More
ChatGPT
5 min readHow to use ChatGPT in Python using requests
"Learn how to use OpenAI's ChatGPT with Python's requests library. Make an HTTP POST request with JSON data to generate text completions using the model. Get started by setting up an API Key, headers and data. Check the response status code to ensure success and print the generated text.
2/3/2023Read More
API
1 min readHow to make a POST request in Python
How to make a POST request in Python using the requests library. The easiest way to send data to the web. Using requests the task takes only a few lines of codes.
8/23/2021Read More
API
1 min readHow to make a GET request in Python
How to make a GET request in Python using the requests library. Using requests the task takes only a few lines of codes.
7/29/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