iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 5
0
自我挑戰組

Python自主學習系列 第 20

Day20---Python網路連線程式、公開資料串接

  • 分享至 

  • xImage
  •  

載入模組
import urllib.request

下載特定網址資料
import urllib.request as request
with request.urlopen(網址)as response:
data=response.read()
print(data)

程式範例:
https://ithelp.ithome.com.tw/upload/images/20191008/201209029rVfcmGkdd.png

適合的資料來源
台北市政府 公開資料

確認資料格式
JSON、CSV或其他格式

解讀JSON格式
使用內建的JSON模組

程式範例:
1.先確認資料格式
https://ithelp.ithome.com.tw/upload/images/20191008/20120902df7dcgO1ww.png
2.列出公司名稱
https://ithelp.ithome.com.tw/upload/images/20191008/20120902R69CMWtcCt.png
3.將公司名稱列在檔案中
https://ithelp.ithome.com.tw/upload/images/20191008/20120902MmQ1AjyTRc.png
https://ithelp.ithome.com.tw/upload/images/20191008/20120902eEYEZw5ZsT.png


上一篇
Day19---Python類別的定義與使用
下一篇
Day21---Python實體物件的建立與使用
系列文
Python自主學習30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言