<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" >

  <channel>
    <title><![CDATA[Комментарии / Профиль python3]]></title>
    <link>https://habr.com/ru/users/python3/comments/</link>
    <description><![CDATA[Хабр: комментарии пользователя python3]]></description>
    <language>ru</language>
    <managingEditor>editor@habr.com</managingEditor>
    <generator>habr.com</generator>
    <pubDate>Sat, 09 May 2026 11:59:15 GMT</pubDate>
    
    
      <image>
        <link>https://habr.com/ru/</link>
        <url>https://habrastorage.org/webt/ym/el/wk/ymelwk3zy1gawz4nkejl_-ammtc.png</url>
        <title>Хабр</title>
      </image>
    

    
      

      
        
  
    <item>
      <title>11.09.2019 08:35:47 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/466807/#comment_20609559</guid>
      <link>https://habr.com/ru/articles/466807/#comment_20609559</link>
      <description><![CDATA[Если действительно любопытно, то почитайте про dunder methods. По-моему, всё просто и len вполне себе метод.<br>
<pre><code class="python">class A:
    def __len__(self):
        return 42

x = A()
print(len(x)) # 42
print(x.__len__()) # 42</code></pre>]]></description>
      <pubDate>Wed, 11 Sep 2019 08:35:47 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>28.02.2019 05:29:25 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/441886/#comment_19816542</guid>
      <link>https://habr.com/ru/articles/441886/#comment_19816542</link>
      <description><![CDATA[«Чтобы понять рекурсию, нужно сперва понять рекурсию»]]></description>
      <pubDate>Thu, 28 Feb 2019 05:29:25 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

      

      

    
  </channel>
</rss>
