@TestFlightX · Post #34125 · 23.09.2024 г., 18:24
#FLIP#FLASHCARDS https://testflight.apple.com/join/J2B2WMZY
Hashtags
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
Пребарај: #flashcards
@TestFlightX · Post #34125 · 23.09.2024 г., 18:24
#FLIP#FLASHCARDS https://testflight.apple.com/join/J2B2WMZY
Hashtags
@testflightynoti · Post #37537 · 03.05.2026 г., 21:56
#Cruxly#AI#Quiz#amp#Flashcards Join the Cruxly AI - Quiz & Flashcards beta on ✈️#TestFlight 🔗 Link: https://testflight.apple.com/join/muAr9ASt Shared by Dimitri
@githubtrending · Post #14651 · 01.05.2025 г., 11:30
#python#agplv3#education#flashcards#foreign_language#hacktoberfest#hacktoberfest2022#language_learning#python#second_language_acquisition#spaced_repetition#svelte LibreLingo is a free, community-driven language-learning platform offering courses like Spanish, German, and French through interactive exercises, spaced repetition, and progress tracking across devices, while allowing users to contribute and modify content for a collaborative learning experience[1][4][5]. https://github.com/kantord/LibreLingo
@githubtrending · Post #15549 · 08.03.2026 г., 12:00
#python#ai_automation#api#audio_overview#claude#cli_tool#flashcards#google_notebooklm#notebooklm#notebooklm_api#notebookln#podcast_generator#python#python_api#quiz_generator#sdk#skills#study_tools notebooklm-py is a free Python tool and CLI for full access to Google NotebookLM's features, like creating notebooks, adding sources (URLs, PDFs, YouTube), chatting, deep research, and generating podcasts, videos, quizzes, slides, mind maps in formats like MP3, MP4, JSON. It offers extras the web lacks, such as batch downloads, editable PPTX, and mind map data. You benefit by automating research, content creation, and exports programmatically for faster prototypes, pipelines, or AI agents—saving time on manual UI work. https://github.com/teng-lin/notebooklm-py