filmov
tv
Python Basics - Data types (Number, String, Boolean)

Показать описание
#pythontutorial
#pythonprogramming
#pythondatatypes
This is Chapter 3 of Python crash course for Data Science and ML (Machine Learning)
In this chapter you will learn Data Types (Primitive) in Python.
There is basically 3 data types in python programming -
Number - Integer (int), Float (float)
String - str
Boolean - bool
and explain type function in python to find out data type of any variable.
Execute any cell in jupyter notebook press shift + enter.
#pythonprogramming
#pythondatatypes
This is Chapter 3 of Python crash course for Data Science and ML (Machine Learning)
In this chapter you will learn Data Types (Primitive) in Python.
There is basically 3 data types in python programming -
Number - Integer (int), Float (float)
String - str
Boolean - bool
and explain type function in python to find out data type of any variable.
Execute any cell in jupyter notebook press shift + enter.