Pycharm 在連接到 git 之後,進行pull遇到下述的錯誤:
SSL certificate problem: self signed certificate
- 11月 05 週二 201920:00
[Python][PyCharm] pull遇到的SSL certificate problem
- 10月 21 週一 201920:00
[Python][Python3] 字串前 加 u、r、b 的意義

Python 3 中的編碼預設就是unicode,不過在字串前加上u,依舊可以強迫轉換後續字串為unicode:
- 10月 21 週一 201920:00
[Python][Python3] unicodedata 用法

unicodedata 這個套件是取用 Unicode Character Database,專用來描述unicode字符的屬性,可以用來找尋一些符號,沒有符號的話會出現 keyError。
- 8月 11 週日 201920:00
[Python] pip 使用 proxy 的指令 ~S

如標題,由於常用到pip然後掛proxy,特地記錄一下:
pip install --proxy=ip:8080 package_name
pip install package_name --proxy=ip:8080
- 5月 15 週三 201916:30
GIT修改密碼後 PyCharm Push 失敗的解決方式 (修改PyCharm 連GIT的密碼)

以下紀錄 GIT 修改密碼後,PyCharm 對於 GIT 修改密碼的方式。由於使用PyCharm開發時也會連結到版本控制的系統,這邊我連到的系統是 Gitlab
- 3月 24 週日 201920:00
[Python] TypeError: 'xxx' object is not callable 呼叫到一個無法呼叫的物件 ~S

紀錄
TypeError: 'xxx' object is not callable
- 3月 24 週日 201920:00
[Python] Please use alternatives such as official/mnist/dataset.py from tensorflow/models. 解決方法

實作mnist資料集時有遇到下述的錯誤訊息:
- 3月 24 週日 201920:00
[Python] PyCharm 安裝套件

下述紀錄如何使用PyCharm 安裝套件, 像是 matplotlib 套件
- 3月 21 週四 201920:00
[Python][Redis] Redis 設定 (port, 帳號, 密碼)

以下紀錄要怎麼去修改 Redis 相關的設定,請打開 Redis 資料夾中的 redis.windows.conf,推薦使用 Notepad++ 來開啟:
- 3月 21 週四 201920:00
[Python] PyCharm Console 自動斷行

以下紀錄 PyCharm 在 console 自動斷行的設計方式:
