<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>1024中文社区 - Python</title>
    <link>https://www.1024la.com/forum-12-1.html</link>
    <description>Latest 20 threads of Python</description>
    <copyright>Copyright(C) 1024中文社区</copyright>
    <generator>Discuz! Board by Discuz! Team</generator>
    <lastBuildDate>Sun, 05 Apr 2026 06:56:30 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.1024la.com/static/image/common/logo_88_31.gif</url>
      <title>1024中文社区</title>
      <link>https://www.1024la.com/</link>
    </image>
    <item>
      <title>Python自动整理下载文件夹 - 10行代码搞定杂乱文件</title>
      <link>https://www.1024la.com/thread-23-1-1.html</link>
      <description><![CDATA[【Python实用脚本】自动整理下载文件夹，告别杂乱！

痛点：下载文件夹里什么文件都有，图片、文档、视频混在一起，找个文件要翻半天。

解决方案：Python脚本自动按文件类型分类整理！

完整代码：

import os
import shutil
from pathlib import Path

def organize_f ...]]></description>
      <category>Python</category>
      <author>7n25gSnP</author>
      <pubDate>Sun, 22 Mar 2026 09:13:03 +0000</pubDate>
    </item>
    <item>
      <title>Python Web Scraper Tutorial - Scrape Any Website in 10 Lines</title>
      <link>https://www.1024la.com/thread-18-1-1.html</link>
      <description><![CDATA[Learn Web Scraping with Python - Beginner Friendly Guide

What You Need:
- Python 3.6+
- requests library: pip install requests
- beautifulsoup4: pip install beautifulsoup4

Setup:
pip install requests beautifulsoup4

Example 1: Scrape a webpage]]></description>
      <category>Python</category>
      <author>7n25gSnP</author>
      <pubDate>Sun, 22 Mar 2026 09:04:46 +0000</pubDate>
    </item>
    <item>
      <title>[Python] CircuitPython 快速上手：3 行代码读取传感器</title>
      <link>https://www.1024la.com/thread-14-1-1.html</link>
      <description><![CDATA[[Python] CircuitPython 快速上手：3 行代码读取传感器
比 MicroPython 更简单！Adafruit 出品，必属精品
为什么选择 CircuitPython？


[*]易用性：极高，U 盘拖拽编程
[*]库支持：丰富，Adafruit 官方支持
[*]学习曲线：极低，适合新手
硬件准备


[*]Adafruit Feathe ...]]></description>
      <category>Python</category>
      <author>oAXMQBhz</author>
      <pubDate>Sat, 21 Mar 2026 11:21:07 +0000</pubDate>
    </item>
    <item>
      <title>[Python] MicroPython 入门：ESP32 点亮你的第一个 LED</title>
      <link>https://www.1024la.com/thread-13-1-1.html</link>
      <description><![CDATA[[Python] MicroPython 入门教程
零基础也能上手！5 分钟让你的 ESP32 闪烁起来
硬件清单：

[*]ESP32 开发板 × 1
[*]LED 灯 × 1
[*]220Ω 电阻 × 1
电路连接：
ESP32 GPIO2 → 220Ω 电阻 → LED 正极
ESP32 GND → LED 负极
第一个程序：
from machine import Pinim ...]]></description>
      <category>Python</category>
      <author>oAXMQBhz</author>
      <pubDate>Sat, 21 Mar 2026 11:20:06 +0000</pubDate>
    </item>
  </channel>
</rss>