filmov
tv
Easy Syntax in Python : __STR__ Vs __REPR__ Functions

Показать описание
In this 3 minutes video , you will understand the main difference between the __str__ and the __repr__ built-in Python methods.
Both the str() and repr() functions are used for string representation of a Python object, in Python version 2 you had to use print followed by str or repr, but in Python 3 you can directly use str() or repr().
the __str__ and __repr__ are methods to be used inside a user defined class, while the str() and repr() functions can be used outside classes for conversion purposes.
p.s. : For simplicity, I used function and method interchangeably but to be precise __str__ and __repr__ are ,in fact, methods.
Both the str() and repr() functions are used for string representation of a Python object, in Python version 2 you had to use print followed by str or repr, but in Python 3 you can directly use str() or repr().
the __str__ and __repr__ are methods to be used inside a user defined class, while the str() and repr() functions can be used outside classes for conversion purposes.
p.s. : For simplicity, I used function and method interchangeably but to be precise __str__ and __repr__ are ,in fact, methods.
Python Syntax - Everything you need to know!
Learn Python in Less than 10 Minutes for Beginners (Fast & Easy)
For loops in Python are easy 🔁
Python in 100 Seconds
Python 101: Learn the 5 Must-Know Concepts
Learn Python in 59.001 seconds
Python - Basic Syntax
Functions in Python are easy 📞
What is If Else Conditional Statements in Python | EP -38 Python If Else Statements | Python If Else
Python for Beginners - Learn Python in 1 Hour
Python If Statements | Python Tutorial #10
Nested loops in Python are easy ➿
How to Learn Python Tutorial - Easy & simple! Learn How to Learn Python!
Defining a Function in Python | Python Tutorial for Beginners
If statements in Python are easy (if, elif, else) 🤔
New Python Coders Be Like...
Be a Python Pro with Enumerate
you need to learn Python RIGHT NOW!! // EP 1
For Loops in Python
Normal People VS Programmers #coding #python #programming #easy #funny #short
Python Tutorial for Absolute Beginners #1 - What Are Variables?
👩💻 Python for Beginners Tutorial
Logical operators in Python are easy 🔣
Create a Spiderman using python coding |python programer| #tech #python #coding
Комментарии