<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>小白教程 - Python技术文章</title>
    <link>https://www.xiaobai27.com/portal.php?mod=list&amp;catid=17</link>
    <description>Latest 20 articles of Python技术文章</description>
    <copyright>Copyright(C) 小白教程</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 11 May 2026 14:00:45 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.xiaobai27.com/static/image/common/logo_88_31.gif</url>
      <title>小白教程</title>
      <link>https://www.xiaobai27.com/</link>
    </image>
    <item>
      <title>带你掌握Pyecharts地理数据可视化</title>
      <link>https://www.xiaobai27.com/article-202-1.html</link>
      <description><![CDATA[一、Pyecharts简介和安装1. 简介Ecarts是百度开发的一个数据可视化开源软件，具有良好的交互性，精美的图表设计，得到了众多开发者的认可。Python是一种表达性语言，适合于数据处理。当数据分析遇到数据可视化时，py ... ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
      <pubDate>Fri, 21 May 2021 02:43:37 +0000</pubDate>
    </item>
    <item>
      <title>Python实现四大经典排序算法</title>
      <link>https://www.xiaobai27.com/article-201-1.html</link>
      <description><![CDATA[一、前言在面试的问题中可能会遇到排序算法，毕竟作为一个程序员，掌握排序算法是非常重要的。本文总结了用python实现的八种经典排序算法。排序算法是数据结构和算法中最基本的算法之一。排序算法可以分为内部排序和 ... ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
      <pubDate>Fri, 21 May 2021 02:36:00 +0000</pubDate>
    </item>
    <item>
      <title>Python批量将csv文件转化成xml文件的方法</title>
      <link>https://www.xiaobai27.com/article-200-1.html</link>
      <description><![CDATA[一、前言将CSV格式转换为XML格式的方法有很多种，可以通过数据库的方式实现，很多软件也可以将CSV格式转换为XML格式。然而，这是更加困难的。本文使用Python将CSV文件批量转换为XML文件。逗号分隔值(CSV，有时称为字 ... ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
      <pubDate>Fri, 21 May 2021 02:23:46 +0000</pubDate>
    </item>
    <item>
      <title>matplotlib 正确显示中文的四种设置方式</title>
      <link>https://www.xiaobai27.com/article-199-1.html</link>
      <description><![CDATA[一、前言Matplotlib是一个优秀的用于Python数据可视化的第三方库。Matplotlib是一个基于numpy的python工具包。该软件包提供了丰富的数据绘制工具，主要用于绘制一些统计图形。MATLAB的启发，matplotlib。Pyplot是一 ... ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
      <pubDate>Thu, 20 May 2021 22:44:52 +0000</pubDate>
    </item>
    <item>
      <title>python+opencv 实现图像人脸检测及视频中的人脸检测</title>
      <link>https://www.xiaobai27.com/article-198-1.html</link>
      <description><![CDATA[一、数据和知识准备1. 下载HAAR与LBP数据人脸检测的常用步骤如下。如果你想要准确的检测人脸，你需要建立一个人脸模型来获得能够准确识别人脸的分类器。这里我们使用开放的在线扩展包或训练好的分类器。下载haarcasc ... ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
      <pubDate>Thu, 20 May 2021 22:36:28 +0000</pubDate>
    </item>
    <item>
      <title>Python玩转一行代码emoji表情</title>
      <link>https://www.xiaobai27.com/article-197-1.html</link>
      <description><![CDATA[您可能见过以下表情包在这个各种表情包的时代，表情符号仍然占据着一定的地位!本文将带您了解Python和Emoji表达式之间的关系!有时，向代码中添加一些有趣的操作可以使友好程度提高几个级别。我只知道Python支持Emoji ... ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
      <pubDate>Thu, 20 May 2021 22:24:22 +0000</pubDate>
    </item>
    <item>
      <title>Python下载抖音无水印视频</title>
      <link>https://www.xiaobai27.com/article-196-1.html</link>
      <description><![CDATA[获得以下信息:“5.1 HV:/戴手套的门将不能系鞋带的体育精神，值得尊敬% meets football% football% wonderful进球%意甲% only football is not https://v.douyin.com/ eDFd28P/复制此链接，打开抖音搜索，直接观看视 ... ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
      <pubDate>Sat, 15 May 2021 14:23:12 +0000</pubDate>
    </item>
    <item>
      <title>写python代码表白，泡小师妹</title>
      <link>https://www.xiaobai27.com/article-195-1.html</link>
      <description><![CDATA[想必每个大学生心中都有一个温柔可爱的小妹妹吧。很多人都很羡慕妹妹，只是不知道如何得到。今天，博主会给你一些建议。如果把中间的画面换成小妹的仙女画面，把文字部分换成深情告白，那么这个策略每分钟都会成功。 ... ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
      <pubDate>Sat, 15 May 2021 14:18:28 +0000</pubDate>
    </item>
    <item>
      <title>python实现淘宝准点抢单</title>
      <link>https://www.xiaobai27.com/article-194-1.html</link>
      <description><![CDATA[1. 安装ChromeDriver如果想要使用Selenium成功调用Chrome浏览器来完成相应的操作，需要通过ChromeDriver驱动它。这是ChromeDriver的官方下载地址。链接:https://chromedriver.storage.googleapis.com/index.html在下 ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
      <pubDate>Sat, 15 May 2021 14:12:00 +0000</pubDate>
    </item>
    <item>
      <title>python中经常用到的编程模块</title>
      <link>https://www.xiaobai27.com/article-193-1.html</link>
      <description><![CDATA[文件流读写读取将数据保存为数组的txt文件使用try进行异常发现，使用while检测文件的末尾进行读取file_to_read = raw_input(&amp;quot;Enter file name of tests (empty string to end program):&amp;quot;) try: infile = open(file_t ... ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
      <pubDate>Sat, 15 May 2021 11:03:00 +0000</pubDate>
    </item>
    <item>
      <title>编程思维和人类语言的思维差异</title>
      <link>https://www.xiaobai27.com/article-192-1.html</link>
      <description><![CDATA[很多朋友是编程新手，或者他们是编程新手，他们很容易遇到各种各样的问题。最简单的就是环境不能正确安装，还有一些非常难的问题，比如老师上课。代码正确地运行，但当我编写代码时就会出错。许多学生已经从开始到放 ... ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
      <pubDate>Sat, 15 May 2021 10:58:27 +0000</pubDate>
    </item>
    <item>
      <title>Python爬虫爬取网易云音乐的方法</title>
      <link>https://www.xiaobai27.com/article-191-1.html</link>
      <description><![CDATA[前言最近网易的音乐我听不到很多，只是碰巧看了很多教程。我跟进了一下，学到了一点，我已经汇编了一下。我想优化它，但我发现问题仍然有点复杂。最后，我找到了一个快捷方式，提供了简单性的方式!首先，让我们来谈 ... ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
      <pubDate>Sat, 15 May 2021 10:51:27 +0000</pubDate>
    </item>
    <item>
      <title>用Python 给解开加密压缩包的方法</title>
      <link>https://www.xiaobai27.com/article-190-1.html</link>
      <description><![CDATA[寻找的想法解密压缩包的思想是什么?答:尝试用各种密码解压缩文件。用什么来解压缩文件?答:zip使用zipfile, rar使用rarfile。Python已经为我们编写了它。您只需要调用它们的方法。我在哪里可以找到密码?答:程序自己计 ... ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
      <pubDate>Fri, 14 May 2021 23:44:45 +0000</pubDate>
    </item>
    <item>
      <title>滑动验证码用Python爬虫进行破解</title>
      <link>https://www.xiaobai27.com/article-156-1.html</link>
      <description><![CDATA[爬行者总是会遇到各种各样的反攀登限制。防爬的第一道防线通常出现在登录时。为了限制爬虫自动登录，每个公司都尽了最大努力。湖南。今天我分享一个例子，如何简单地处理一个滑动图片的验证码。类似于这种登录验证， ... ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
      <pubDate>Thu, 13 May 2021 19:32:30 +0000</pubDate>
    </item>
    <item>
      <title>用Python打造属于你的web个人品牌</title>
      <link>https://www.xiaobai27.com/article-155-1.html</link>
      <description><![CDATA[Web开发，即Web应用程序开发，简单来说就是网站开发，但当然也包括IOS应用程序、Android应用程序、微信applet等。那么Python如何展示它在Web开发方面的才能呢?简单地说，web开发的主要内容可以分为前端和后端两个部 ... ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
<enclosure url="https://www.xiaobai27.com/data/attachment/portal/202105/14/021647q4gmm646lmgd4m6g.jpg" length="14038" type="image/jpeg" />
      <pubDate>Thu, 13 May 2021 18:18:29 +0000</pubDate>
    </item>
    <item>
      <title>用这Python三行代码，就能简单的取视频中的音频</title>
      <link>https://www.xiaobai27.com/article-154-1.html</link>
      <description><![CDATA[在数据爆炸式增长的信息时代，各种数据都在快速增长，视频数据也不例外。我们可以使用python从视频中提取音频，这只需要安装一个小的python库，然后执行三行代码!语音数据在数据分析领域中占有极其重要的地位。例如 ... ...]]></description>
      <category>Python技术文章</category>
      <author>小白教程</author>
      <pubDate>Thu, 13 May 2021 18:07:36 +0000</pubDate>
    </item>
  </channel>
</rss>