@PensivePost · Post #5548 · 25.12.2021 г., 04:03
Love is only one thing that can kill you even can heal you. #Akash#review
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
Пребарај: #akash
@PensivePost · Post #5548 · 25.12.2021 г., 04:03
Love is only one thing that can kill you even can heal you. #Akash#review
@PensivePost · Post #5514 · 18.11.2021 г., 18:11
After the mistake you can know What you had and what you have now. #Akash#Quote#review
@PensivePost · Post #5513 · 18.11.2021 г., 17:48
Mistakes make a man perfect, but those mistakes take away a lot of. #Akash#Quote#review
@PensivePost · Post #5502 · 14.11.2021 г., 18:26
You don't need to put "PIN DROP SILENCE" board outside or inside the lecture room, your voice and words should have that much power that people keep "PIN DROP SILENCE". #Akash#quote#review
@PensivePost · Post #5032 · 28.03.2021 г., 03:03
I used to silence for communication Where words had no any place: I was trying a lot to came close to her But, She was making some space, I asked :- Why ? She replied :- Getting someone is not really love Because,"Full stop is the end of sentence". #Akash#talks#review