Just wait until she hears about the Linux shell.
Diplomjodler
- 0 Posts
- 4 Comments
Joined 2 years ago
Cake day: January 8th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Diplomjodler@lemmy.worldto Programmer Humor@programming.dev•I wonder if this was made by AI or a shit programmer1·25 days ago- Everything is in one library which offers consistency for all operations.
- You can use forward slashes on Windows paths, which makes for much better readability.
- You can access all the parts of a pathlib object with attributes like .stem, .suffix or .parent.
- You can easily find the differences between paths with .relative_to()
- You can easily build up complex paths with the / operator (no string additions).
Just off the top of my head.
Diplomjodler@lemmy.worldto Programmer Humor@programming.dev•I wonder if this was made by AI or a shit programmer0·25 days agoI always get irrationally angry when i see python code using os.path instead of pathlib. What is this, the nineties?
The next model will fix it all!