差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
python [2016/12/25 22:40]
tony [Resource]
python [2023/06/25 09:48] (目前版本)
行 12: 行 12:
   * [[http://​zwindr.blogspot.tw/​2016/​08/​python-logging.html|logging 教學]]   * [[http://​zwindr.blogspot.tw/​2016/​08/​python-logging.html|logging 教學]]
   * [[http://​stackoverflow.com/​questions/​25235618/​command-line-arguments-with-subprocess-popen|command-line-arguments-with-subprocess-popen]]   * [[http://​stackoverflow.com/​questions/​25235618/​command-line-arguments-with-subprocess-popen|command-line-arguments-with-subprocess-popen]]
 +  * [[https://​pypi.python.org/​pypi/​setuptools|setuptools]] 缺少套件可以透過easy_install,ex. easy_install requests
 +  * [[https://​github.com/​TheAlgorithms/​Python|Samples for Algorithms]]
 ==== File IO ==== ==== File IO ====
   * [[http://​stackoverflow.com/​questions/​8933237/​how-to-find-if-directory-exists-in-python|判斷檔案或資料夾是否存在]]   * [[http://​stackoverflow.com/​questions/​8933237/​how-to-find-if-directory-exists-in-python|判斷檔案或資料夾是否存在]]
   * [[http://​wiki.alarmchang.com/​index.php?​title=Python_read_ini_file%E6%96%B9%E6%B3%95%E4%BA%8C_with_ConfigParser|讀取ini檔案]]   * [[http://​wiki.alarmchang.com/​index.php?​title=Python_read_ini_file%E6%96%B9%E6%B3%95%E4%BA%8C_with_ConfigParser|讀取ini檔案]]
 +==== PyCharm ====
 +  * [[https://​confluence.jetbrains.com/​display/​PYH/​Creating+and+running+a+Python+unit+test|How to run unittest?]]