2 1 Python Fundamentals Primitive data types

Published: 27 March 2020
on channel: Smartech Global
67
4

This is the first video in module two. This module is about data types.

Knowing the kind of data that exist in a programming language give you a great amount of power, especially when you know what king of operations can be performed on them. In this video , i explained the primitive data types in python. this includes Integers, Floats, Boolean, Strings, Complex and the NoneType. In the next video, we shall dive deep into the String data type and the different operations possible on them.