TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #345 · 9 окт.

Функция dir() - удобна для получения списка атрибутов у любого объекта. Ранее я писал про функцию __dir__() в модуле (не путайте её с переменной __all__(), которая указывает список объектов для импорта если встречается конструкция from module import *). Скорее всего вы уже знаете как использовать функцию dir(). Любой объект может реализовать метод __dir__() чтобы указать список имеющийхся и динамических атрибутов. И функция dir() поможет получить список этих атрибутов. >>> dir(str) ['__add__', '__class__', '__contains__', ...] У этой функции есть еще один способ применения. Её можно вызвать без аргумента, и в таком случае она вернёт список имён в текущем неймспейсе. >>> dir() ['__builtins__', '__doc__', '__file__', ...] >>> def test(): >>> x = 1 >>> print(dir()) >>> test() ['x'] #basic#tricks

Резултати

Пронајдени 1 слични објави

Пребарај: #zoomers

当前筛选 #zoomers清除筛选
NIDO Russia (НИДО)

@nido_russia · Post #1663 · 24.06.2024 г., 22:52

Zoomers Embrace NEET Trend in Southern Europe — Not in Education, Employment, or Training A new trend among Zoomers (Generation Z) is gaining traction: NEET, which stands for "Not in Education, Employment, or Training." This trend reflects a significant number of young people opting out of traditional career paths. In Southern Europe, one in five Zoomers is reportedly following this trend. Experts attribute this shift to growing pessimism about career prospects and earnings. Many young people have concluded that there is no point in striving for traditional employment or education paths, given the perceived lack of opportunities and financial stability. Subscribe: @nido_russia #genz#zoomers#europe#nidorussia