<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Python on 极客老墨</title>
    <link>https://blog.hankmo.com/categories/python/</link>
    <description>Recent content in Python on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Sun, 28 Apr 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/categories/python/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Python教程12：列表进阶与推导式高级</title>
      <link>https://blog.hankmo.com/python-tutorial-12-list-advanced-comprehensions/</link>
      <pubDate>Sun, 28 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-12-list-advanced-comprehensions/</guid>
      <description>深入掌握列表推导式的高级技巧：嵌套推导式、条件过滤、多维列表处理，以及列表的高级操作。</description>
    </item>
    <item>
      <title>Python教程11：列表基础</title>
      <link>https://blog.hankmo.com/python-tutorial-11-list-basics/</link>
      <pubDate>Mon, 15 Apr 2024 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-11-list-basics/</guid>
      <description>全面掌握Python列表：创建、访问、修改、常用方法，理解列表的强大功能和应用场景。</description>
    </item>
    <item>
      <title>Python教程10：第一个实用程序</title>
      <link>https://blog.hankmo.com/python-tutorial-10-first-practical-program/</link>
      <pubDate>Mon, 18 Mar 2024 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-10-first-practical-program/</guid>
      <description>通过开发一个实用的文件管理工具，综合运用前面学到的所有知识，体验真实的Python开发。</description>
    </item>
    <item>
      <title>Python教程09：Python编码规范(PEP 8)</title>
      <link>https://blog.hankmo.com/python-tutorial-09-pep8-coding-standards/</link>
      <pubDate>Sat, 02 Mar 2024 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-09-pep8-coding-standards/</guid>
      <description>掌握Python官方编码规范PEP 8，写出专业、规范、易读的Python代码，提升代码质量和团队协作效率。</description>
    </item>
    <item>
      <title>Python教程08：列表推导式入门</title>
      <link>https://blog.hankmo.com/python-tutorial-08-list-comprehensions/</link>
      <pubDate>Wed, 28 Feb 2024 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-08-list-comprehensions/</guid>
      <description>掌握Python最优雅的特性之一：列表推导式，让数据处理代码简洁高效，体验Pythonic编程之美。</description>
    </item>
    <item>
      <title>Python教程07：字符串深入</title>
      <link>https://blog.hankmo.com/python-tutorial-07-string-deep-dive/</link>
      <pubDate>Tue, 27 Feb 2024 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-07-string-deep-dive/</guid>
      <description>深入掌握Python字符串：格式化方法、常用操作、切片技巧、正则表达式入门，让你成为字符串处理高手。</description>
    </item>
    <item>
      <title>Python教程06：控制流程-循环语句</title>
      <link>https://blog.hankmo.com/python-tutorial-06-loop-statements/</link>
      <pubDate>Sun, 21 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-06-loop-statements/</guid>
      <description>掌握Python的循环语句：for/while的使用、break/continue、循环else子句，让程序能够重复执行任务。</description>
    </item>
    <item>
      <title>Python教程05：控制流程-条件语句</title>
      <link>https://blog.hankmo.com/python-tutorial-05-conditional-statements/</link>
      <pubDate>Wed, 06 Dec 2023 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-05-conditional-statements/</guid>
      <description>掌握Python的条件语句：if/elif/else的使用、嵌套条件、三元表达式，让程序能够做出决策。</description>
    </item>
    <item>
      <title>Python教程04：运算符</title>
      <link>https://blog.hankmo.com/python-tutorial-04-operators/</link>
      <pubDate>Mon, 04 Dec 2023 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-04-operators/</guid>
      <description>全面掌握Python的各类运算符：算术、比较、逻辑、位运算、成员运算符，以及运算符的优先级。</description>
    </item>
    <item>
      <title>Python教程03：数据类型基础</title>
      <link>https://blog.hankmo.com/python-tutorial-03-data-types-basic/</link>
      <pubDate>Mon, 20 Nov 2023 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-03-data-types-basic/</guid>
      <description>深入理解Python的基础数据类型：整数、浮点数、字符串、布尔值，以及类型转换的技巧。</description>
    </item>
    <item>
      <title>Python教程02：基础语法</title>
      <link>https://blog.hankmo.com/python-tutorial-02-basic-syntax/</link>
      <pubDate>Fri, 10 Nov 2023 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-02-basic-syntax/</guid>
      <description>掌握Python的基础语法：注释、缩进、变量命名规则、输入输出，为后续学习打下坚实基础。</description>
    </item>
    <item>
      <title>Python教程01：Python简介与环境搭建</title>
      <link>https://blog.hankmo.com/python-tutorial-01-intro-and-setup/</link>
      <pubDate>Wed, 18 Oct 2023 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/python-tutorial-01-intro-and-setup/</guid>
      <description>Python从零开始第一课：了解Python是什么，为什么要学Python，以及如何在你的电脑上搭建Python开发环境。</description>
    </item>
  </channel>
</rss>
