Visual Studio Code 中 Python 使用 virtualenv 時如何正確進行偵錯

使用 Python 進行開發時,搭配 virtualenv 虛擬環境來隔離各種專案的函式庫需求,是一種很普遍的做法。但在 Visual Studio Code 環境下進行偵錯時,預設會使用系統內建的 Python 執行檔,這...

November 25, 2017 · 1 min · 264 words · neru

Python 視窗化程式以及打包, cx_Freeze 與 Tkinter 使用小記

Python 打包成執行檔的方式大致如下: py2exe cx_Freeze PyInstaller 而 py2exe 並沒有使用過,原先是使用 pyinstaller ,但似乎無法在 Python 3.x 上正常運作,於是只好轉向 cx_Freeze。 ….. (待補完) ...

August 8, 2017 · 1 min · 76 words · neru