Fundamentos de Programação Python
Syntax – introduce you to the basic Python programming syntax.
Variables – explain to you what variables are and how to create concise and meaningful variables.
Strings – learn about the string data and some basic string operations.
Numbers – introduce to you the commonly-used number types including integers and floating-point numbers.
Booleans – explain the Boolean data type, falsy and truthy values in Python.
Constants – show you how to define constants in Python.
Comments – learn how to make notes in your code.
Type conversion – learn how to convert a value of one type to another e.g., converting a string to a number.
Comparison operators – introduce you to the comparison operators and how to use them to compare two values
Logical operators – show you how to use logical operators to combine multiple conditions.