June 2017
Beginner
352 pages
8h 39m
English
Python comes with a number of built-in datatypes. These include primitive scalar types like integers as well as collection types like dictionaries. These built-in types are powerful enough to be used alone for many programming needs, and they can be used as building blocks for creating more complex data types.
The basic built-in scalar types we'll look at are:
For now we'll just be looking at their basic details, showing their literal forms and how to create them.
Read now
Unlock full access