Category Archives: Python

Introduction to Python (Part 2)

Recap Welcome back to our Python course! Last time we covered the print() function, all the different types of data types, variables, and how to set up Visual Studio Code. All of this is very important, so if you haven’t checked out that article, make sure to do so! Now let’s jump in. Comments Comments…

Read More

Introduction to Python

What is Python? Python is a high-level programming language that is extremely easy to learn and use. It can be applied to many different uses, such as machine learning, automation, web development, and data analysis. It is being taught in CS (computer science) courses and is a popular first language. It’s a language for everyone…

Read More