Category

Automation

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
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
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
Selenium
1 min read
How to use Selenium in Python
Use Selenium in Python to automate web interactions by installing Selenium, importing modules, creating webdriver instance, navigating to website, locating elements, submitting forms, and closing browser, webdriver, and find_element_by_id(), .click() etc.
3/13/2023Read More
Fundamentals
1 min read
How to automate stuff in Python
Automate tasks in Python by scheduling, web scraping, GUI automation, file operations using libraries like 'schedule','beautifulsoup4','requests','pyautogui','os','shutil'
3/9/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.