Browsed by
Tag: Python

[閱讀週記] 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

在Windows系統 Python 3.6環境無痛安裝 face-recognition

在Windows系統 Python 3.6環境無痛安裝 face-recognition

最近開始了一個人臉辨識的專案,上網搜尋後 face_recognition 應該是最多人採用的入門方案。

但你若是依照 github repo 上的說明 想在 MS Windows 作業系統安裝 dlib 以及 opencv 套件,你大概會跟我一樣踩到地雷,好幾天搞不定。

後來再 Google 一下網路其它人的分享[1, 2],發現其實在 Python 3.6 的環境根本是可以無痛安裝!

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

Python的學習資源

Python的學習資源

線上

First Python Notebook

書籍

Think Python 2e

Think Python 2e 簡中版

Flask

The Flask Mega-Tutorial : 這是個作者的Flask教材是經典,想學Flask看這個一定不會錯!

Flask 入门教程:Pallets Team 成員李輝(Grey Li)所編的入門教學,他也是《Flask Web 开发实战》的作者。

Refactoring

PyCon.DE 2017 Yenny Cheung – Technical Lessons Learned from Pythonic Refactoring

Brett Slatkin – Refactoring Python: Why and how to restructure your code – PyCon 2016

Online Video Tutorial

The Ultimate List of Python YouTube Channels