<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: FarzanRashid</title>
    <description>The latest articles on DEV Community by FarzanRashid (@farzanrashid).</description>
    <link>https://dev.to/farzanrashid</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F213694%2Fffc55ba9-3ed4-491a-ac58-797e74e57a15.png</url>
      <title>DEV Community: FarzanRashid</title>
      <link>https://dev.to/farzanrashid</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/farzanrashid"/>
    <language>en</language>
    <item>
      <title>What is generator in python?</title>
      <dc:creator>FarzanRashid</dc:creator>
      <pubDate>Mon, 16 Sep 2019 15:56:18 +0000</pubDate>
      <link>https://dev.to/farzanrashid/what-is-generator-in-python-275b</link>
      <guid>https://dev.to/farzanrashid/what-is-generator-in-python-275b</guid>
      <description>&lt;p&gt;I am new in python programming. Did not understand generators even  after reading some tutorials. Can someone please explain me generators in simple words with some examples?&lt;/p&gt;

</description>
      <category>python</category>
      <category>explainlikeimfive</category>
    </item>
    <item>
      <title>How does python handles " in a string when \ is not provided?</title>
      <dc:creator>FarzanRashid</dc:creator>
      <pubDate>Sun, 25 Aug 2019 07:50:06 +0000</pubDate>
      <link>https://dev.to/farzanrashid/how-does-python-handles-in-a-string-when-is-not-provided-4i8b</link>
      <guid>https://dev.to/farzanrashid/how-does-python-handles-in-a-string-when-is-not-provided-4i8b</guid>
      <description>&lt;p&gt;I am a beginner in python. I knew that " is a special character and needs \ to print it. But how does python handles " in a string when \ is not provided? For example&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;s = "Google," "facebook"
print(s)
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;prints "Google,facebook". How does python skips the middle "?&lt;/p&gt;

</description>
      <category>python</category>
      <category>beginners</category>
      <category>explainlikeimfive</category>
      <category>help</category>
    </item>
    <item>
      <title>What are ASCII values?</title>
      <dc:creator>FarzanRashid</dc:creator>
      <pubDate>Sun, 18 Aug 2019 06:50:26 +0000</pubDate>
      <link>https://dev.to/farzanrashid/what-are-unicodes-22el</link>
      <guid>https://dev.to/farzanrashid/what-are-unicodes-22el</guid>
      <description>&lt;p&gt;Hi all, I am a newbie who is trying to learn python3. While solving a edabit coding challenge I found the term ASCII values which I don't completely understand. Can somebody explain please?&lt;/p&gt;

</description>
      <category>explainlikeimfive</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
