감동, 마음이 움직이는 것
[Python] count file numbers in the folder 본문
Tips (Utility, Computer Language, and etc.)
[Python] count file numbers in the folder
Struggler J. 2017. 8. 16. 03:29import fnmatch
print len(fnmatch.filter(os.listdir(dirpath), '*.txt'))
'Tips (Utility, Computer Language, and etc.)' 카테고리의 다른 글
[python] list에 있는 str내용을 합쳐서 str으로 만들 때: "".join() (0) | 2017.08.16 |
---|---|
[python] array with the initial value np.full() (0) | 2017.08.16 |
[infographics] useful sites (0) | 2017.08.13 |
[gnuplot] splot과 plot을 동시에 사용하기2 (with and without dgrid3d) (0) | 2017.08.11 |
[gnuplot] pallette (0) | 2017.08.11 |