Home
k0nze
Cancel

Python Course #7: Conditional Statments if, else and elif

After learning a lot about Boolean algebra, binary numbers and how to add, subtract, multiply and divide them let’s get back to programming Python. The first couple of programs you have written so ...

How to Install Python on Windows 11 and Fix Python not Recognized

To install the latest version of Python on Windows 11, head over to the Python download website and choose Windows Installer (64-bit) under the Stable Release section: When the download has fi...

Python Course #6: Multiplying and Dividing Binary Numbers

Now that you can add and subtract binary numbers (Python Course #5: Adding and Subtracting Binary Numbers),let’s take it one step further and multiply and divide binary numbers. Multiplying Bina...

Python Relative Imports in VSCode (Fix ModuleNotFoundError and Auto-completion)

When you work on semi-complex Python projects, they are sometimes composed out of several smaller projects. For example, you or your colleagues developed a library or package of classes and funct...

Python Course #5: Adding and Subtracting Binary Numbers

After you have learned how to convert decimal numbers into the binary system in Python Course #4: Binary Numbers, you will now see how to add and subtract binary numbers and how to represent negati...

Python Course #4: Introduction to Binary Numbers (Converting Decimal to Binary)

After you have learned about Boolean algebra in Python Course #3: Introduction to Boolean Algebra it is time to talk about the binary system and binary numbers based on Boolean algebra. Everything ...

Python Course #3: Introduction to Boolean Algebra

The term Boolean algebra itself might sound dry and dull, but it is one of the backbones of all the computers we use today. In this article, you will learn what Boolean algebra is and how to use it...

Python Course #2: Variables and Primitive Datatypes for Absolute Beginners

After you have written your first Python Hello World program (find the article over here: Python Lesson 1: Your First Python Program (Complete Beginners Guide) ) it is time to talk about variables ...

Python Course #1: Python for Absolute Beginners

You made the decision to start learning Python? Congratulations! In this article, you will learn how to write your first Python code and how to set up the code editor Visual Studio Code without any...

Why you Should Learn Python in 2021

Python is one of the hottest programming languages right now, with an ever-growing community of developers worldwide. Python is especially popular in prototyping, machine learning, data science, an...