<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Arduino UNO and codes by Ken Yuen</title>
      <link>https://padlet.com/kenyuenks/PythonEss</link>
      <description>Parking lot questions</description>
      <language>en-us</language>
      <pubDate>2020-06-16 15:49:40 UTC</pubDate>
      <lastBuildDate>2025-12-12 22:50:43 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f9e9.png</url>
      </image>
      <item>
         <title>Data Types</title>
         <author>kenyuenks</author>
         <link>https://padlet.com/kenyuenks/PythonEss/wish/629201702</link>
         <description><![CDATA[<div>Integer, float, list, tuple, dictionary, set</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-06-16 16:03:54 UTC</pubDate>
         <guid>https://padlet.com/kenyuenks/PythonEss/wish/629201702</guid>
      </item>
      <item>
         <title>Shortcut key </title>
         <author>kenyuenks</author>
         <link>https://padlet.com/kenyuenks/PythonEss/wish/629967639</link>
         <description><![CDATA[<div># comment &gt; Crtl + /</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-06-17 05:31:06 UTC</pubDate>
         <guid>https://padlet.com/kenyuenks/PythonEss/wish/629967639</guid>
      </item>
      <item>
         <title>Iterables</title>
         <author></author>
         <link>https://padlet.com/kenyuenks/PythonEss/wish/632110769</link>
         <description><![CDATA[<div>objects that allow iteration (loop through item one by one), Hv __iter__ methods<br>Iterables is not always iterator e.g list is iterable but no iterable</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-06-18 13:05:48 UTC</pubDate>
         <guid>https://padlet.com/kenyuenks/PythonEss/wish/632110769</guid>
      </item>
      <item>
         <title>Iterator</title>
         <author>kenyuenks</author>
         <link>https://padlet.com/kenyuenks/PythonEss/wish/632135080</link>
         <description><![CDATA[<div>Object which remember it state during iteration.  Can move forward, not reverse or reset. dunder  __next__ and __iter__<br>Iterators is always a iterable. <br>Generator expression is a iterator</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-06-18 13:21:33 UTC</pubDate>
         <guid>https://padlet.com/kenyuenks/PythonEss/wish/632135080</guid>
      </item>
      <item>
         <title>Iteration</title>
         <author>kenyuenks</author>
         <link>https://padlet.com/kenyuenks/PythonEss/wish/632158648</link>
         <description><![CDATA[<div>Repetitive execution of the same block of code over and over is referred to as <strong>iteration</strong>.</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-06-18 13:35:34 UTC</pubDate>
         <guid>https://padlet.com/kenyuenks/PythonEss/wish/632158648</guid>
      </item>
      <item>
         <title>Summary of iterable and Itertor</title>
         <author>kenyuenks</author>
         <link>https://padlet.com/kenyuenks/PythonEss/wish/632170428</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://files.realpython.com/media/t.ba63222d63f5.png" />
         <pubDate>2020-06-18 13:42:33 UTC</pubDate>
         <guid>https://padlet.com/kenyuenks/PythonEss/wish/632170428</guid>
      </item>
   </channel>
</rss>
