Use these OS functions in Python... #2minutespy #coding #python #osmodule

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

I'm mostly using pathlib these days for doing anything with the filesystem

jhker
Автор

Can you make a long video about top 10 most useful types in the typing module?

EntertainmentShow
Автор

Sorry for asking! Do we have functions in python? Can we refer them as functions or methods?

aditya
Автор

Can you make a long video about the type 'Any' in typing module? Here is its source code:

class Any(metaclass=_AnyMeta):
def __new__(cls, *args, **kwargs):
if cls is Any:
raise TypeError("Any cannot be instantiated")
return super().__new__(cls)

EntertainmentShow
Автор

i love watching your videos and can you give the output of each code in the same video as well that'd be great

lifesucks
join shbcf.ru