Sarika Singh has Published 72 Articles

How can I list the contents of a directory in Python?

Sarika Singh

Sarika Singh

Updated on 17-Aug-2022 13:20:42

5K+ Views

A computer's file system's directory is an organisational feature used to store and locate files. A tree of directories is created by organising directories hierarchically. There are parent-child relationships in directories. A folder can also be used to refer to a directory. Python has accumulated a number of APIs that ... Read More

How to create an empty file using Python?

Sarika Singh

Sarika Singh

Updated on 17-Aug-2022 12:50:10

19K+ Views

Empty describes anything which contains nothing. Using a computer as an example, an empty file is one that has no data in it; it has 0 bytes and is in plain text format having no data kept in a file. Let us discuss various types of empty files that can ... Read More

Previous 1 ... 4 5 6 7 8
Advertisements