00:01
All right.
00:02
Keep going with our cs learning journey here.
00:05
We're talking about the os module that we can import into python, which is great because it gives us access to things that would be more at the operating system layer.
00:16
We're working with them.
00:17
So i'm just going to go through a couple of function examples here, and this isn't something that's coming straight at my brain.
00:23
This is something that you can just easily google as well.
00:27
But some examples are os.
00:30
Error, os .u -name, os .environ.
00:36
We can get into some like list directory.
00:39
So list dire where you can get a list of all the files and folders in that specific directory.
00:44
You can make directories, which is another one that tends to come up quite a bit when we're doing logging and stuff like that of files...