
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Chad&#39;s Blog</title>
      <link>https://www.ruoduan.cn/blog</link>
      <description>若端的个人技术实验室，记录前端、工程化、Node.js、Python 和探索实践。</description>
      <language>zh-cn</language>
      <managingEditor>z.ruoduan@gmail.com (Chad)</managingEditor>
      <webMaster>z.ruoduan@gmail.com (Chad)</webMaster>
      <lastBuildDate>Sat, 31 Aug 2019 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://www.ruoduan.cn/tags/python/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://www.ruoduan.cn/blog/Python-Class-类-Life-cycle-and-magic-method</guid>
    <title>Python-Class(类)生命周期和魔法方法</title>
    <link>https://www.ruoduan.cn/blog/Python-Class-类-Life-cycle-and-magic-method</link>
    <description>内置属性和方法 | 方法名 | 类型 | 作用 | | | | | | init | 方法 | 类实例化时自动调用这个函数 | | del | 方法 | 对象被内存中销毁前，会被自动调用 | | str | 方法 | 类的实例打印时调用这个函数(返回)用户看到的 | | repr | 方法 | 和上面的 str 函数一</description>
    <pubDate>Sat, 31 Aug 2019 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>Python</category>
  </item>

  <item>
    <guid>https://www.ruoduan.cn/blog/docker部署flask</guid>
    <title>Docker 部署 Flask</title>
    <link>https://www.ruoduan.cn/blog/docker部署flask</link>
    <description>Docker 部署 Flask 最近在用 Monorepo = (Flask + React) + (Python + TypeScript) 写一些自己东西，记于此，温故而知新 WSGI Server Python 项目不同于其他服务例如 javax.servlet.Servlet \ Go \ PHP 等 ，Pyt</description>
    <pubDate>Fri, 05 Aug 2022 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>Python</category>
  </item>

  <item>
    <guid>https://www.ruoduan.cn/blog/jupyter-notebook-format</guid>
    <title>jupyter notebook 格式化代码</title>
    <link>https://www.ruoduan.cn/blog/jupyter-notebook-format</link>
    <description>缘起 使用 jupyter notebook 想一键格式化代码和内容 安装 jupytercontribnbextensions 👇🏻 1. pip3 install jupytercontribnbextensions 2. jupyter contrib nbextensions install 3. pip3</description>
    <pubDate>Fri, 10 Jun 2022 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>Python</category>
  </item>

    </channel>
  </rss>
