popolo - code simple..

popolo - code simple..

Follow
Series

Python Basics

In this series, we will investigate basic thing about Python. We will start from the very beginning things, so all new developers can follow!

Articles in this series

Python Basics - Conditional Statements

Theodoros KafantarisTheodoros Kafantaris
Apr 27, 20225 min read

Programming often involves examining a set of conditions and deciding which action to take based on those conditions. Python’s if statement allows you...

Python Basics - Conditional Statements
Python Basics - Variables and Data Types
Python Basics - Getting Started with Environment
Python Basics - Introduction