Python 3 getattr() function TUTORIAL

preview_player
Показать описание
Tutorial on how to use the getattr() or “get attribute” built-in function from the Python 3 Standard Library.

📖 You can check out the Udemy course (Python Built-in Functions) here:

Documentation:

⚙️ Recommended Computer Gear:

✈️ Recommended Digital Nomad Gear:
Рекомендации по теме
Комментарии
Автор

Quick and straight to the point. Love it 👍🏽

KyleJLekha
Автор

I'm able to understand it now, and able to use it where needed. thanks.

Vijay-Yarramsetty
Автор

When you have miss type the name of am attribute, like 'modellll, is it not the correct thing to raise an error, so the problemgets fixed? It is not a good idea to sweep errors under the carpet.

gedtoon