In this step-by-step course, you’ll dig into the basic data types that are built into Python.
By the end of this course:
- You’ll learn about several basic numeric, string, and Boolean types that are built into Python.
- You’ll see what objects of these types look like and how you can represent them.
- You’ll get an overview of Python’s built-in functions, which are pre-written chunks of code that you can call to do useful things.
Paul D Paradis on Aug. 5, 2020
This is gold! I have been teaching myself Python for a while now, and this is the best presentation of fundamental data types I have ever come across. I just joined real Python and decided to go through the basics as a refresher and to get comfortable with the site, and I am thoroughly impressed.