<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>魚骨頭的雲端圖書館 - Python</title>
    <link>http://mhfo.hotbbs.info/forumdisplay.php?fid=76</link>
    <description>Latest 20 threads of Python</description>
    <copyright>Copyright(C) 魚骨頭的雲端圖書館</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 11 Aug 2026 13:02:20 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://mhfo.hotbbs.info/images/logo.gif</url>
      <title>魚骨頭的雲端圖書館</title>
      <link>http://mhfo.hotbbs.info/</link>
    </image>
    <item>
      <title>學習重點</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=473</link>
      <description><![CDATA[x1 = 1
y1 = 8
x2 = 3
y2 = 10
dist = ((x1 - x2) ** 2 + (y1 - y2) ** 2) ** 0.5
print(&quot;2點的距離是&quot;)
print(dist)


#R=Value**(1/N) 開N次方根 
#pow(a,b) 開a的r次方根則為pow(a,1/r)



# ch3_18_1.py
dist = 384400                           # 地球到月亮距離
sp]]></description>
      <category>Python</category>
      <author>mhfo</author>
      <pubDate>Tue, 04 Mar 2025 08:12:50 +0000</pubDate>
    </item>
    <item>
      <title>python載入C DLL</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=464</link>
      <description><![CDATA[[url=https://lkm543.medium.com/dll%E6%AA%94%E6%98%AF%E7%94%9A%E9%BA%BC-%E8%AE%93dll%E6%8A%8Apython%E5%8A%A0%E9%80%9F75%E5%80%8D-994e35efa38d]參考[/url]]]></description>
      <category>Python</category>
      <author>mhfo</author>
      <pubDate>Tue, 30 Apr 2024 07:25:46 +0000</pubDate>
    </item>
    <item>
      <title>Python eval的用法及注意事項</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=414</link>
      <description><![CDATA[[url=https://iter01.com/223657.html?fbclid=IwAR3hOyk34T6OrSWLgnm8DQ3VgYaLdvQtQKza-9XiLemyPOOqypF1lyX-BQg]Python eval的用法及注意事項[/url]
pythontab 發表於 2019-04-13
Python

eval是Python的一個內建函式，這個函式的作用是，返回傳入字串的表示式的結果。想象一 ...]]></description>
      <category>Python</category>
      <author>mhfo</author>
      <pubDate>Tue, 09 Feb 2021 12:01:46 +0000</pubDate>
    </item>
    <item>
      <title>樹梅派 + 觸控幕</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=397</link>
      <description><![CDATA[跟大家報告一下 2 位 RPI 先進提供的方法的測試結果，
測試環境 :
1. RPI 4B 2GB + Rasibian 2020-02-13 版本
2. HDMI 32&quot; Touch Screen
[ 測試一 : 　xinpug_calibrator ]
首先是 Will Hu 兄提供的方式，xinput_calibrator 在校準的時候，點擊位置完全是正確的，然後我也依 ...]]></description>
      <category>Python</category>
      <author>mhfo</author>
      <pubDate>Tue, 02 Jun 2020 16:33:56 +0000</pubDate>
    </item>
    <item>
      <title>AI學習</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=395</link>
      <description><![CDATA[https://www.cnblogs.com/mazhenyu/p/10605372.html[/url]

https://machine-learning-python.kspax.io/intro[/url]



（1）提供使用網路電子書的學習方法:
google搜索（書名+book pdf/download)，就有免費的電子書可以下載觀看。
如果需要中英翻譯的話，電腦版可以用google ...]]></description>
      <category>Python</category>
      <author>mhfo</author>
      <pubDate>Thu, 28 May 2020 12:41:23 +0000</pubDate>
    </item>
    <item>
      <title>樹梅派開機執行</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=394</link>
      <description><![CDATA[各位前輩們好，小弟最近因工作需求使用樹莓派pi4，系統是raspbian 10 buster
日前操作開機自動執行指令時參考了這篇文章的建議，將指令寫在 &quot;/etc/xdg/lxsession/LXDE-pi/autostart&quot; 裡，但如果將 hdmi 螢幕線拔除之後自動執行就會失敗，想請問這個問題該如何解決呢？謝謝大 ...]]></description>
      <category>Python</category>
      <author>mhfo</author>
      <pubDate>Thu, 21 May 2020 12:19:10 +0000</pubDate>
    </item>
    <item>
      <title>YOLOv4</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=393</link>
      <description><![CDATA[YOLOv4 英文論文： https://arxiv.org/abs/2004.10934[/url]
YOLOv4 開放原始碼： https://github.com/AlexeyAB/darknet[/url]
YOLOv4 繁體中文介紹： https://bangqu.com/Y47n33.html[/url]
CSPNet 英文論文： https://arxiv.org/pdf/1911.11929.pdf[/url]
CSPNet 開放原始 ...]]></description>
      <category>Python</category>
      <author>mhfo</author>
      <pubDate>Mon, 04 May 2020 06:23:03 +0000</pubDate>
    </item>
    <item>
      <title>OCR</title>
      <link>http://mhfo.hotbbs.info/viewthread.php?tid=392</link>
      <description><![CDATA[[url=https://www.cnblogs.com/qqandfqr/p/7866650.html]原文[/url]

from PIL import Image
from pytesseract import *
from fnmatch import fnmatch
from queue import Queue
import matplotlib.pyplot as plt
import cv2
import time
import os

def clear_borde]]></description>
      <category>Python</category>
      <author>mhfo</author>
      <pubDate>Tue, 21 Apr 2020 09:21:44 +0000</pubDate>
    </item>
  </channel>
</rss>