top of page

Courses and Classes

Python: Booleans

When you compare two values, the expression is evaluated and Python returns the Boolean answer.

45.jpeg

Python: Data Types

In programming, the data type is an important concept.
Variables can store data of different types, and different types can do different things.

45.jpeg

Python: If Else

Conditions can be used in several ways, most commonly in "if statements" and loops.
An "if statement" is written by using the if keyword.

45.jpeg

Python: Operators

Operators are the building blocks of programming. Each operator functions differently.

45.jpeg

Python: Sets

A set is a collection that is both unordered and unindexed.
Sets are written with curly brackets.

45.jpeg

Python: Variables

Variables are containers for any sets of data values the user inputs. Read more to learn the basics of variables and their examples.

45.jpeg

©2020 by Global Tech Nomads. 
Special thanks to X

bottom of page