顯示具有 python 標籤的文章。 顯示所有文章
顯示具有 python 標籤的文章。 顯示所有文章

python 走訪文件中特定副檔名的檔案

Notes: 
project_dir = 'D:/test/' # note: '/' in path
# source = os.walk(project_dir)
source = os.listdir(project_dir)

fileExt = r".jpg"
[print(_) for _ in source if _.endswith(fileExt)]


Ref:

Python Re 套件 正則表達式

Notes: 

pycharm 使用 anaconda 會出現問題

Notes: 
  • There are fairly common issues when using PyCharm together with Anaconda, please see the PyCharm support

Ref:

影響因子用魚骨圖表示

Ref: 策略評析 : 魚骨圖、因果圖與問題解決思考流程 - 科技產業資訊室(iKnow) (narl.org.tw)