<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Bug Squashing.. Common Python Errors by </title>
      <link>https://padlet.com/kbbkirl/8o4ktkoz7ffm</link>
      <description>Learn from the mistakes from the group, all mistakes are welcome, if you come across an error in your Python code post it and share your solutions and experiences. No matter how simple or complex we all make mistakes, let&#39;s learn from each others mistakes in this bug squashing space.</description>
      <language>en-us</language>
      <pubDate>2019-01-28 14:01:20 UTC</pubDate>
      <lastBuildDate>2026-01-04 11:02:24 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Shakinghands.png</url>
      </image>
      <item>
         <title></title>
         <author>kbbkirl</author>
         <link>https://padlet.com/kbbkirl/8o4ktkoz7ffm/wish/324970426</link>
         <description><![CDATA[<div>Unexpected Indentation Syntax Error: This is a common error caused by incorrect indentation, you will see from the screenshot below that my opening FOR loop is indented twice instead of once and therefore the Options variable is being highlighted as where the error is contained. Once the IF statement on the line above is backspaced to outdent it will then run. Sigh such a basic mistake that can make a huge difference on the program. If you see this hopefully you should now be the wiser with your indentations. This is also known in programming as an indentation error or tab error. </div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/321812898/8733466f684566744a67e11f18f90943/SyntaxError.jpg" />
         <pubDate>2019-01-28 15:24:12 UTC</pubDate>
         <guid>https://padlet.com/kbbkirl/8o4ktkoz7ffm/wish/324970426</guid>
      </item>
      <item>
         <title></title>
         <author>kbbkirl</author>
         <link>https://padlet.com/kbbkirl/8o4ktkoz7ffm/wish/324973829</link>
         <description><![CDATA[<div>The above Syntax Error is pretty common. But FYI you can use four spaces instead of the tab key for indenting the code. Either way indentation is uber important in Python. Thanks for an interesting article.</div>]]></description>
         <enclosure url="" />
         <pubDate>2019-01-28 15:29:43 UTC</pubDate>
         <guid>https://padlet.com/kbbkirl/8o4ktkoz7ffm/wish/324973829</guid>
      </item>
   </channel>
</rss>
