pande
@pande1104
說
Mon, Jul 3, 2023 5:49 PM
Tue, Jul 4, 2023 3:32 AM
[讀書學習] 《AIOT與OpenCV實戰應用:Python、樹莓派、物聯網與機器視覺》
第一篇 Python
1-9 網際網路
. 1-9-1 GET
. 1-9-2 POST
. 1-9-3 PUT等方式
. 1-9-4 JSON解析
[延伸] urllib的一些物件與方法
[延伸] 「dict類數組」的字串代換語法
[研究] 比較
Javascrit的JSON概念
與
Python的「dict類數組」
概念
Raspberry_pi
Python
pande
@pande1104
說
Mon, Jul 3, 2023 6:08 PM
Mon, Jul 3, 2023 6:08 PM
HTTP的Method
常見的HTTP METHOD的不同性質分析:GET,POST和其他4種METHOD的差別 – 煎炸熊の記...
GET. POST, PUT, DELETE
pande
@pande1104
說
Mon, Jul 3, 2023 6:15 PM
urllib
.request
..Request(url, query)
..urlopen(url)
...read( ).decode( )
.parse
..urlencode(dict)
...encode( )
pande
@pande1104
說
Mon, Jul 3, 2023 6:18 PM
可執行的POST用法實例
How to Send a POST Request Using urllib in Python? –...
pande
@pande1104
說
Mon, Jul 3, 2023 6:23 PM
[dict類數組的字串代換語法]
'{key1}+{key2}'.format(**dict)
'value1+value2'
[tuple/list類數組的字串代換語法]
'{}+{}'.format(*list)
'element1+element2'
pande
@pande1104
說
Mon, Jul 3, 2023 6:52 PM
str.format( ) 與 {replacement}
【Day 05】format 函式 - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天
python的format()歷史延革
比較 Python 的格式化字串 — %-formatting、str.format()、 f-stri...
"%"%( )、"{ }".format( )、f"{ }"
str.format(**a)
[Python] 字串格式化. 前言 | by Tsung-Yu | Tom’s blog | Medi...
*a: tuple/list
**a: dict
pande
@pande1104
說
Mon, Jul 3, 2023 6:53 PM
[JSON] 資料格式
JSON - 維基百科,自由的百科全書
pande
@pande1104
說
Mon, Jul 3, 2023 6:53 PM
[SSL憑證]
SSL憑證是什麼?有哪些種類?│網路中文 : 全球網域名稱註冊
載入新的回覆
第一篇 Python
1-9 網際網路
. 1-9-1 GET
. 1-9-2 POST
. 1-9-3 PUT等方式
. 1-9-4 JSON解析
[延伸] urllib的一些物件與方法
[延伸] 「dict類數組」的字串代換語法
[研究] 比較Javascrit的JSON概念與Python的「dict類數組」概念
Raspberry_pi Python
常見的HTTP METHOD的不同性質分析:GET,POST和其他4種METHOD的差別 – 煎炸熊の記...
GET. POST, PUT, DELETE
.request
..Request(url, query)
..urlopen(url)
...read( ).decode( )
.parse
..urlencode(dict)
...encode( )
How to Send a POST Request Using urllib in Python? –...
'{key1}+{key2}'.format(**dict)
'value1+value2'
[tuple/list類數組的字串代換語法]
'{}+{}'.format(*list)
'element1+element2'
python的format()歷史延革
str.format(**a)
**a: dict
SSL憑證是什麼?有哪些種類?│網路中文 : 全球網域名稱註冊