After reading many articles and from stockoverflow, I now fully understand the difference between PurePath and Path, when and how to use it properly Thanks.
Thanks you so much. You made it so entertaining. I got the feeling you got in 19:18 when I create stable classes as driver to be used on a hole app. Like a Middleware to make easy the work of programming and reusing code or using methods more organized.
OMG thx a lot for VSC... I was work with Python in half of year in ST3 and powershell 😅🤠 and now VSC just blow my mind with all its epic fiches 🌌🧙♂️💻 Love your channel from this days 🙏😄📡
Hello! Do you already have considered to create a course, on Udemy for example, about the script lab with office365's javascript?? Look like you have a good knowledge for this! I will apreciate if you have any material about this that can be share with me!
Thank you for the tutorial, one small thing at (th-cam.com/video/DOgjN7RmHds/w-d-xo.html), is that the touch method does not overwrite the file if it exists, it just update the timestamp to the current time.
Best pathlib video ever! Reminds me of how Corey Schafer teaches Python.
I watched a million pathlib videos, but this is the best
You are hero man... i was searching for this video on other platforms :(
After reading many articles and from stockoverflow, I now fully understand
the difference between PurePath and Path, when and how to use it properly
Thanks.
Thanks you so much. You made it so entertaining. I got the feeling you got in 19:18 when I create stable classes as driver to be used on a hole app. Like a Middleware to make easy the work of programming and reusing code or using methods more organized.
MAN! great video, thanks so much. I'm just beginning and this is very helpful You're awesome!
Thanks Man, God Bless you!
OMG thx a lot for VSC... I was work with Python in half of year in ST3 and powershell 😅🤠
and now VSC just blow my mind with all its epic fiches 🌌🧙♂️💻
Love your channel from this days 🙏😄📡
@10:30 How about "You cannot perform operations that change the state of the OS/FS"
Tks. It's a nice alternative to OS module.
great work
Thanks!
Hello! Do you already have considered to create a course, on Udemy for example, about the script lab with office365's javascript?? Look like you have a good knowledge for this! I will apreciate if you have any material about this that can be share with me!
Thank you !
great work man
Trying this in a Jupyter notebook on Windows.
For print(pathlib.Path(__file__) I get a NameError: name '__file__' is not defined
try on regular code editor or vscode , it's working fine for me
are you on jupyter notebook?
@@atejap yes
Thanks a lot.
Glad to help
Thank you for the tutorial,
one small thing at (th-cam.com/video/DOgjN7RmHds/w-d-xo.html), is that the touch method does not overwrite the file if it exists, it just update the timestamp to the current time.
I was forced to change from os.path to pathlib by Sigma Coding.
I think pathlib is better version of os