Learning

AI Learning Python

AI & Python #3: Concepts You Should Know Before Learning Web Scraping

Hi! We’ve already discussed the importance of data in the AI revolution and have also seen that we can collect this data with a technique known as web scraping. In this article, we’ll see some concepts you should know to easily learn web scraping. This is what I wish students knew before taking a web

AI & Python #3: Concepts You Should Know Before Learning Web Scraping Read Post »

AI Learning Python

AI & Python #2: Two Tools Every Python Programmer Needs To Use

Image created with Midjourney There are two tools I wish every Python programmer would learn once they mastered the basics: virtual environments and the terminal. Why? Because as we learn Python by automating tasks and solving projects, it’s important that each project is managed within its own virtual environment. A virtual environment is a tool

AI & Python #2: Two Tools Every Python Programmer Needs To Use Read Post »

AI Learning Python

AI & Python #15: Automate The Most Tedious Task on The Internet With Python

Hi! I’ve just emailed the 20 lucky winners of the giveaway 34k subs. Check out if you got an email from articial corner today (besides this one). Thanks all for participanting! Nowadays everyone wants to get some data from you, so to create a new account, participate in a giveaway, or get a free e-book

AI & Python #15: Automate The Most Tedious Task on The Internet With Python Read Post »

AI Learning Python

AI & Python #14: How to Automate Your Python Scripts on Mac and Windows

Running a Python script could be as easy as opening your IDE or text editor and clicking the run button; however, if the script has to be executed daily or weekly, you don’t want to waste time repeating these steps over and over again. Instead, you could automate your scripts by scheduling jobs that run

AI & Python #14: How to Automate Your Python Scripts on Mac and Windows Read Post »

Scroll to Top