xxxxプログラマのメモ

先人に感謝と敬意:自分の困ったこと調べたことのメモ

2020-07-01から1日間の記事一覧

WSL2 with VMWARE Player

yamanxworld.blogspot.comwww.kkaneko.jpThanks!

Python Kubernetes client

github.comThanks!

Python Rest Client

qiita.com teratail.com415で応答されてしまう場合、header必要な場合もあり。 headers = {'content-type': 'application/json'} r = requests.post(url, data=json.dumps(payload), headers=headers)Thanks!

Python コーディング規約

qiita.comqiita.comThanks!