@necrenie · Post #115 · 21.03.2026 г., 18:06
Digger - легенда геймдева #retrogaming#msdos
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #214 · 12 фев.
Как правильно проверить атрибуты доступа файла? То есть доступна ли запись в файл или является ли он исполняемым? Для этого в Python есть функция os.access() Проверять так: os.access(path, flag) Функция вернёт bool в зависимости от наличия указанного флага. Всего есть 4 флага проверки: os.F_OK - наличие файла на диске os.R_OK - доступ на чтение os.W_OK - доступ на запись os.X_OK - доступ на исполнение Например, вместо try-except лучше делать так (пример из документации): if os.access("myfile", os.R_OK): with open("myfile") as fp: return fp.read() #basic#libs
Пребарај: #retrogaming
@necrenie · Post #115 · 21.03.2026 г., 18:06
Digger - легенда геймдева #retrogaming#msdos
Hashtags
@necrenie · Post #31 · 10.12.2025 г., 06:44
Послешкольная атмосфера #downgrade#retropc#retrogaming
Hashtags
@githubtrending · Post #14875 · 28.06.2025 г., 12:30
#python#emulation#open_source#retrogaming#rommapp#self_hosted RomM is a powerful, self-hosted ROM manager that helps you organize, browse, and play your game collection easily through a clean web interface. It supports over 400 gaming platforms and enriches your library with metadata, artwork, and achievements from popular databases like IGDB and Retroachievements. You can play games directly in your browser using built-in emulators, manage multi-disk games, DLCs, mods, and share your collection with friends securely. RomM works on desktop and mobile, making game management simple and accessible anywhere, enhancing your gaming experience by keeping everything organized and playable in one place. https://github.com/rommapp/romm