1.0 - Fundamental Data Types
This tutorial explains what the fundamental datatypes are in programming.
This tutorial series will walk through the fundamental programming concepts of computing. To make reading easier; each topic has been split into several chapters.
For new computer scientists it is recommended to start from 1.0 however, each chapter is self-contained but may reference material found in other chapters.
In this series both Python and C++ will be used for code examples. Although previous programming experience is not required.
This tutorial explains what the fundamental datatypes are in programming.
This tutorial explains what variables are in programming.
This tutorial explains some of the most common data-structures used in programming.