Best pathlib video ever! Reminds me of how Corey Schafer teaches Python.
@epg35813 жыл бұрын
I watched a million pathlib videos, but this is the best
@ammadkhan4687 Жыл бұрын
You are hero man... i was searching for this video on other platforms :(
@LNMLucasMasiero3 жыл бұрын
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.
@zacky78623 жыл бұрын
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.
@baterickpatman2 жыл бұрын
MAN! great video, thanks so much. I'm just beginning and this is very helpful You're awesome!
@MWStranger3 жыл бұрын
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 🙏😄📡
@chibuikematthew7463 жыл бұрын
Thanks Man, God Bless you!
@atejap3 жыл бұрын
Tks. It's a nice alternative to OS module.
@natetolbert36713 жыл бұрын
@10:30 How about "You cannot perform operations that change the state of the OS/FS"
@maciekpaciarski93433 жыл бұрын
great work
@SigmaCoding3 жыл бұрын
Thanks!
@carlosroquesuarezgurruchag86813 жыл бұрын
great work man
@navemaymon87012 жыл бұрын
Thank you !
@KhalilYasser3 жыл бұрын
Thanks a lot.
@SigmaCoding3 жыл бұрын
Glad to help
@gabrielhardoim2423 жыл бұрын
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!
@cosmicbandido81863 жыл бұрын
Trying this in a Jupyter notebook on Windows. For print(pathlib.Path(__file__) I get a NameError: name '__file__' is not defined
@kelvinxg67543 жыл бұрын
try on regular code editor or vscode , it's working fine for me
@atejap3 жыл бұрын
are you on jupyter notebook?
@cosmicbandido81863 жыл бұрын
@@atejap yes
@ayoubfatihi15322 жыл бұрын
Thank you for the tutorial, one small thing at (kzbin.info/www/bejne/eoDKm4Fth9J7mtU), is that the touch method does not overwrite the file if it exists, it just update the timestamp to the current time.
@kelvinxg67543 жыл бұрын
I think pathlib is better version of os
@XinhLe3 жыл бұрын
I was forced to change from os.path to pathlib by Sigma Coding.