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 #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 #7: Stop Overusing “+” to Join Strings in Python

One common task data analysts have to deal with when collecting and cleaning data is working with strings. This involves formatting as well as joining strings (also known as string concatenation). Joining strings in Python   is as simple as using the plus operator +. You’ve probably used the code below hundreds of times to join

AI & Python #7: Stop Overusing “+” to Join Strings in Python Read Post »

Scroll to Top