Python Data Types | Learn Python | Python Tutorial for Beginners | Edureka | Python Module – 3
This Edureka video on Python OOPs Concepts is Module 3 of the Python Tutorial for Beginners Series which talks about various data types available in Python with hands-on implementation. Data types in Python are the classification or categorization of data items. Variables are used to hold values for different data types. As Python is a dynamically typed language, you don’t need to define the type of the variable while declaring it. Topics covered in this Python Tutorial for Beginners Module on Data Types are: 00:00 Introduction to Python Tutorial on Data Types 01:19 Various Data Types in Python 02:00 Python