<?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>Programming Language on RainFD&#39;s Blog</title>
    <link>https://rainfd.fun/categories/programming-language/</link>
    <description>Recent content in Programming Language on RainFD&#39;s Blog</description>
    <image>
      <title>RainFD&#39;s Blog</title>
      <url>https://rainfd.fun/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://rainfd.fun/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- 0.146.6</generator>
    <language>en</language>
    <lastBuildDate>Mon, 15 Jun 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://rainfd.fun/categories/programming-language/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Python环境&amp;工程搭建</title>
      <link>https://rainfd.fun/posts/13_python%E7%8E%AF%E5%A2%83%E5%B7%A5%E7%A8%8B%E6%90%AD%E5%BB%BA/</link>
      <pubDate>Mon, 15 Jun 2020 00:00:00 +0000</pubDate>
      <guid>https://rainfd.fun/posts/13_python%E7%8E%AF%E5%A2%83%E5%B7%A5%E7%A8%8B%E6%90%AD%E5%BB%BA/</guid>
      <description>&lt;p&gt;之前一直在线上服务器裸敲Python，很久没有在自己的mac上写了。最近有任务要用Python来实现，借此好好整理关于Python环境设置和工程搭建遇到的问题。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Python &#34;__slots__&#34; 详解</title>
      <link>https://rainfd.fun/posts/2_python__slots__%E8%AF%A6%E8%A7%A3/</link>
      <pubDate>Fri, 07 Apr 2017 00:00:00 +0000</pubDate>
      <guid>https://rainfd.fun/posts/2_python__slots__%E8%AF%A6%E8%A7%A3/</guid>
      <description>&lt;p&gt;当一个类需要创建大量实例时，可以通过&lt;code&gt;__slots__&lt;/code&gt;声明实例所需要的属性，&lt;/p&gt;
&lt;p&gt;例如，&lt;code&gt;class Foo(object): __slots__ = [&#39;foo&#39;]&lt;/code&gt;。这样做带来以下优点：&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;更快的属性访问速度&lt;/li&gt;
&lt;li&gt;减少内存消耗&lt;/li&gt;
&lt;/ol&gt;</description>
    </item>
  </channel>
</rss>
