Browsed by
Category: Weekly Note

[閱讀週記] 20180903-0909

[閱讀週記] 20180903-0909

閱讀週記第6期, 記錄過去一週閱讀中覺得值得分享的資訊…

[Python]

Read More Read More

[閱讀週記] 20180827-0902

[閱讀週記] 20180827-0902

Source: Video-to-Video Synthesis

閱讀週記第5期, 記錄過去一週閱讀中覺得值得分享的資訊…

[Python]

Read More Read More

[閱讀週記] 20180820-0826

[閱讀週記] 20180820-0826

Temperature Anomalies by Country 1880-2017
Temperature Anomalies by Country 1880-2017 based on NASA GISTEMP data.

source: http://bit.ly/2odsGIj

閱讀週記第4期, 記錄過去一週閱讀中覺得值得分享的資訊…

[Python]

Read More Read More

[閱讀週記] 20180811-0819

[閱讀週記] 20180811-0819

source: miltonmarketing.com

閱讀週記第3期, 記錄過去一週閱讀中覺得值得分享的資訊…

[Python]

  • Advanced Git Tips for Python Developers上週週記有一篇10個常見的Git問題,本篇文章則是介紹 Revision Selection, Handling Interruptions: git stash, Comparing Revisions: git diff, git difftool, Changing History, Resolving Merge Conflicts 的實務方法
  • Freezing Your Code
    這裡所說的“凍結您的程式碼”是指正建立單一個執行檔讓 End User 可以直接執行,其中包含所有應用程序碼以及Python 直譯器。例如:“Dropbox”、“Eve Online”和“Civilization IV”等應用程序就是這樣做的。用這樣的方式發佈到 End User 的優點是即使用戶沒有安裝所需的Python及套件,應用程序還是可以“正常工作”。
    本文介紹了bbFreeze, py2exe, pyInstaller 以及 py2app 等工具。

Read More Read More

[閱讀週記] 20180804-0810

[閱讀週記] 20180804-0810

Source: http://bit.ly/2MBOQP4

閱讀週記第2期, 記錄過去一週閱讀中覺得值得分享的資訊…

[Python]

  • Python Names and Values
    這是 Ned Batchelder 在Pycon 2015 的 talk, 說明了 python 變數名稱跟儲存記憶體的關係.
  • Modern Face Recognition with Deep Learning
    最近開始進行 Face Recognition 相關的專案, 網路上很多文章都提到github上 face recgnition  這個專案. 本文是作者自己寫的簡介, 可以作為人臉辨識研究的起始點.
    編案:我在 Window 7 安裝相關套件時, 踩了一些坑, 會再整理專文分享.

Read More Read More

[閱讀週記] 20180730-0803

[閱讀週記] 20180730-0803

記錄過去一週的閱讀中覺得值得分享的資訊…

[Python]

Read More Read More