<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>施勢帆老師的教學網站 - 1EE2171 Python資料科學與人工智慧 A班</title>
    <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=forumdisplay&amp;fid=95</link>
    <description>Latest 20 threads of 1EE2171 Python資料科學與人工智慧 A班</description>
    <copyright>Copyright(C) 施勢帆老師的教學網站</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 15 Apr 2026 08:34:56 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://mouse.ee.aeust.edu.tw/static/image/common/logo_88_31.gif</url>
      <title>施勢帆老師的教學網站</title>
      <link>https://mouse.ee.aeust.edu.tw/</link>
    </image>
    <item>
      <title>Opencv 即時影像辨識 QRCode</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=917</link>
      <description><![CDATA[https://steam.oxxostudio.tw/cate ... qrcode-barcode.html

!pip install opencv-python

!pip install opencv_contrib_python]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Tue, 14 Apr 2026 03:39:30 +0000</pubDate>
    </item>
    <item>
      <title>OpenCV 寫入並儲存影片</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=901</link>
      <description><![CDATA[!pip install opencv-python

!pip install opencv_contrib_python]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Tue, 07 Apr 2026 03:48:28 +0000</pubDate>
    </item>
    <item>
      <title>MAKE with line messaging API</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=900</link>
      <description><![CDATA[?class=3A&amp;no=123&amp;name=shie&amp;temp=25&amp;CO=100

https://hook.eu2.make.com/hjt29qkcwr463mx1q8upl4b3n8jq7op4?class=3A&amp;no=123456&amp;name=施勢帆&amp;temp=25&amp;co=10]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Tue, 31 Mar 2026 03:01:34 +0000</pubDate>
    </item>
    <item>
      <title>Codex</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=897</link>
      <description><![CDATA[https://openai.com/zh-Hant/codex/

https://www.youtube.com/watch?v=MuhMSkQVpio]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Wed, 25 Mar 2026 06:41:23 +0000</pubDate>
    </item>
    <item>
      <title>Send a broadcast message</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=896</link>
      <description><![CDATA[import requests
import json

# 你的 LINE Channel Access Token
CHANNEL_ACCESS_TOKEN = \'YOUR_CHANNEL_ACCESS_TOKEN\'

# LINE Messaging API 的廣播訊息端點
BROADCAST_API_URL = \'https://api.line.me/v2/bot/message/broadcast\'

# 發送廣播訊息的函數
def send_br ...]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Wed, 25 Mar 2026 06:39:48 +0000</pubDate>
    </item>
    <item>
      <title>Send a Push Message</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=895</link>
      <description><![CDATA[import requests
import json

# 你的 LINE Channel Access Token
CHANNEL_ACCESS_TOKEN = \'YOUR_CHANNEL_ACCESS_TOKEN\'

# LINE Messaging API 的 URL
LINE_API_URL = \'https://api.line.me/v2/bot/message/push\'

# 發送訊息的函數
def send_line_message(to, message]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Wed, 25 Mar 2026 06:39:28 +0000</pubDate>
    </item>
    <item>
      <title>從 LLM 到 Agent Skill，一期視頻帶你打通底層邏輯！</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=894</link>
      <description><![CDATA[從 LLM 到 Agent Skill，一期視頻帶你打通底層邏輯！]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Wed, 18 Mar 2026 14:41:13 +0000</pubDate>
    </item>
    <item>
      <title>flask</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=893</link>
      <description><![CDATA[!pip install Flask


開啟 templates

http://127.0.0.1:5000/iot?temp=26.5&amp;hum=60


http://127.0.0.1:5000/?temp=26.5&amp;hum=60]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Tue, 17 Mar 2026 03:36:27 +0000</pubDate>
    </item>
    <item>
      <title>同時下載多張寶可夢圖片</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=887</link>
      <description><![CDATA[import requests
from bs4 import BeautifulSoup
import threading

def download(num):
    # 加入 try 保護避免遇到無法下載的狀況而發生錯誤
    try:
        web = requests.get(f\'https://tw.portal-pokemon.com/play/pokedex/{num}\')   # 使用變數替換網址
      ...]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Tue, 10 Mar 2026 03:43:25 +0000</pubDate>
    </item>
    <item>
      <title>網路爬蟲</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=875</link>
      <description><![CDATA[# -*- coding: utf-8 -*-
\&quot;\&quot;\&quot;
Created on Tue Mar  3 11:26:32 2026

@author: AEUST
\&quot;\&quot;\&quot;

import requests
from bs4 import BeautifulSoup

url = \'https://www.ptt.cc/\'
web = requests.get(\'https://www.ptt.cc/bbs/AllTogether/index.html\', cookie]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Tue, 03 Mar 2026 03:36:46 +0000</pubDate>
    </item>
    <item>
      <title>繳交作業統計</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=870</link>
      <description><![CDATA[繳交作業統計]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Tue, 24 Feb 2026 03:53:02 +0000</pubDate>
    </item>
    <item>
      <title>AI tools</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=863</link>
      <description><![CDATA[Latent Box


https://shanjian.tv/


https://www.minimaxi.com/]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Mon, 23 Feb 2026 08:56:49 +0000</pubDate>
    </item>
    <item>
      <title>三大網站</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=862</link>
      <description><![CDATA[Teachable Machine
!pip install tensorflow==2.12.0

MediaPipe 解決方案指南

Kaggle: Your Machine Learning and Data Science Community]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Mon, 23 Feb 2026 08:54:25 +0000</pubDate>
    </item>
    <item>
      <title>STEAM 教育學習網</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=861</link>
      <description><![CDATA[Python 教學

生成式 AI ( AIGC、GenAI ) 教學]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Mon, 23 Feb 2026 08:53:21 +0000</pubDate>
    </item>
    <item>
      <title>明新資料科學深度學習</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=860</link>
      <description><![CDATA[https://www.youtube.com/results?search_query=%E6%98%8E%E6%96%B0%E8%B3%87%E6%96%99%E7%A7%91%E5%AD%B8%E6%B7%B1%E5%BA%A6%E5%AD%B8%E7%BF%92

https://mouse.ee.aeust.edu.tw/Books/DataScience/Python_AI_train/]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Mon, 23 Feb 2026 08:51:28 +0000</pubDate>
    </item>
    <item>
      <title>F2745《Python 資料科學實戰教本 - 爬蟲、清理、資料庫、視...</title>
      <link>https://mouse.ee.aeust.edu.tw/forum.php?mod=viewthread&amp;tid=859</link>
      <description><![CDATA[F2745《Python 資料科學實戰教本 - 爬蟲、清理、資料庫、視覺化、探索式分析、機器學習建模，數據工程一次搞定！》
https://www.flag.com.tw/books/product/F2745
https://colab.research.google.com/drive/17tJvMrVtdY5d6P9X03JIY66JnBdR8Tbz?usp=sharing


 ...]]></description>
      <category>1EE2171 Python資料科學與人工智慧 A班</category>
      <author>shie</author>
      <pubDate>Mon, 23 Feb 2026 08:50:42 +0000</pubDate>
    </item>
  </channel>
</rss>