Browsed by
Month: 2018 年 10 月

[閱讀週記] 20181008-1014

[閱讀週記] 20181008-1014

Source: Fixing bugs in production.

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

[Python]

  • Asterisks in Python: what they are and how to use them
    這篇文章討論了 ‘*’ & ‘**’ 在 Python 中的用法,包含了以下的情境:

    • Using * and ** to pass arguments to a function
    • Using * and ** to capture arguments passed into a function
    • Using * to accept keyword-only arguments
    • Using * to capture items during tuple unpacking
    • Using * to unpack iterables into a list/tuple
    • Using ** to unpack dictionaries into other dictionaries
  • Announcing Camelot, a Python Library to Extract Tabular Data from PDFs
    一個 Python Library 以及命令行工具,可以讓我們輕鬆提取在PDF文件中的 data tables。

Read More Read More

[閱讀週記] 20181001-1007

[閱讀週記] 20181001-1007

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

[Python]

  • Take the 2018 Python survey!
    TalkPython episode #176 採訪了PSF的Ewa Jodlowska以及JetBrains的Dmitry Filippov 分享關於去年PSF 委由 JetBrains 所作的 Python Comunity Survey,今年的 Python developer survey 已經開始了,可以一起來參與。
  • Async Techniques and Examples in Python
    最近執行的專案需要用到一些 Async 的技巧來增加 IPCam 的影像傳輸速率,剛好 TalkPython 推出了這一個相關線上課程,把 Async、Thread、multiprocessing介紹的蠻清楚的,提供給對 Async 這個主題有興趣的朋友。

    • 延伸閱讀:Python Cookbook 的作者 David Beazley 有一系列相關主題的 Talk 也可以聽看看,他一邊分享一邊 live coding 的表演真得很精彩。

Read More Read More

[閱讀週記] 20180924-0930

[閱讀週記] 20180924-0930


( xkcd.com/2048/ ) :給我任一個Model,我都能分析(ㄏㄨˇㄌㄢˋ)這個資料集所代表的意義

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

[Python]

Read More Read More