葛瑞斯肯相關資訊
目前分類:Python 學習筆記 (51)
- Mar 15 Wed 2023 22:21
【Python】 Python 使用pandas讀寫excel教學
- Nov 02 Wed 2022 00:05
【Python】【JupyterNotebook】切換jupyter notebook使用的磁碟槽
- Nov 19 Thu 2020 22:00
[Python] PyCharm 套件列表 ~S
- Oct 13 Tue 2020 22:00
[Python] 用 Conda 建置虛擬環境
- Oct 13 Tue 2020 22:00
[Python] 解決pynlpir licnese過期問題
最近使用pynlpir遇到這個問題:
pynlpir.LicenseError: Your license appears to have expired. Try running "pynlpir update". |
- Sep 29 Tue 2020 07:00
[Python] 安裝pyltp失敗後的解決方法
- Sep 25 Fri 2020 07:00
[Python][Redis] Python Redis 教學
- Jul 31 Fri 2020 07:00
[Python 3.7] ERROR: Fiona-1.8.13-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform
主要問題: 相同Python版本,但還是遇到ERROR: Fiona-1.8.13-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform
安裝Python 套件的時候,套件名稱後面的數字代表版本:
- Apr 15 Wed 2020 20:00
[Python 3] UnicodeDecodeError: 'cp950' codec can't decode byte 解決方法
- Apr 13 Mon 2020 20:00
[Anaconda] UnavailableInvalidChannel: The channel is not accessible or is invalid 解決方法
我的 Anaconda 版本是 4.7.12,以下紀錄 UnavailableInvalidChannel: The channel is not accessible or is invalid 的解決方法:
- Nov 05 Tue 2019 20:00
[Python][PyCharm] pull遇到的SSL certificate problem
- Oct 21 Mon 2019 20:00
[Python][Python3] 字串前 加 u、r、b 的意義
Python 3 中的編碼預設就是unicode,不過在字串前加上u,依舊可以強迫轉換後續字串為unicode:
- Oct 21 Mon 2019 20:00
[Python][Python3] unicodedata 用法
unicodedata 這個套件是取用 Unicode Character Database,專用來描述unicode字符的屬性,可以用來找尋一些符號,沒有符號的話會出現 keyError。
- Aug 11 Sun 2019 20:00
[Python] pip 使用 proxy 的指令 ~S
- May 15 Wed 2019 16:30
GIT修改密碼後 PyCharm Push 失敗的解決方式 (修改PyCharm 連GIT的密碼)
- Mar 24 Sun 2019 20:00
[Python] PyCharm 安裝套件
- Mar 24 Sun 2019 20:00
[Python] TypeError: 'xxx' object is not callable 呼叫到一個無法呼叫的物件 ~S
- Mar 24 Sun 2019 20:00
[Python] Please use alternatives such as official/mnist/dataset.py from tensorflow/models. 解決方法
實作mnist資料集時有遇到下述的錯誤訊息:
- Mar 21 Thu 2019 20:00
[Python][Redis] Redis 設定 (port, 帳號, 密碼)
- Mar 21 Thu 2019 20:00
[Python] PyCharm Console 自動斷行
以下紀錄 PyCharm 在 console 自動斷行的設計方式: