<?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: Shubham Mehra</title>
    <description>The latest articles on DEV Community by Shubham Mehra (@shubhamsm).</description>
    <link>https://dev.to/shubhamsm</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%2F148265%2F3b1d9f55-bb0e-41d7-b51e-7f00d748262f.jpeg</url>
      <title>DEV Community: Shubham Mehra</title>
      <link>https://dev.to/shubhamsm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shubhamsm"/>
    <language>en</language>
    <item>
      <title>Python Intro</title>
      <dc:creator>Shubham Mehra</dc:creator>
      <pubDate>Thu, 21 May 2020 07:07:10 +0000</pubDate>
      <link>https://dev.to/shubhamsm/python-intro-4ni1</link>
      <guid>https://dev.to/shubhamsm/python-intro-4ni1</guid>
      <description>&lt;h4&gt;
  
  
  What is Python?
&lt;/h4&gt;

&lt;p&gt;Interpreted ,High Level ,Open-Sourced &amp;amp; Dynamically Typed language&lt;br&gt;
Easy to read &amp;amp; Understand ,Easy to Code &lt;br&gt;
Replace {} with whitespaces &amp;amp; :&lt;br&gt;
&lt;br&gt;&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h5&gt;
  
  
  Why should i use it?
&lt;/h5&gt;

&lt;p&gt;Do anything :-&lt;br&gt;
from scripting to web development &lt;br&gt;
from Machine learning to Automation &lt;/p&gt;

&lt;h5&gt;
  
  
  Why not to use it ?
&lt;/h5&gt;

&lt;p&gt;Until &amp;amp; Unless you don't care about the speed and especially it's integration with Hardware &lt;/p&gt;

&lt;h4&gt;
  
  
  Application:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Automation: Automate stuffs &amp;amp; live happily 😄&lt;/li&gt;
&lt;li&gt;Data analytics: Analyse data and &lt;/li&gt;
&lt;li&gt;Databases: &lt;/li&gt;
&lt;li&gt;Documentation&lt;/li&gt;
&lt;li&gt;Graphical user interfaces&lt;/li&gt;
&lt;li&gt;Image processing&lt;/li&gt;
&lt;li&gt;Machine learning&lt;/li&gt;
&lt;li&gt;Mobile App&lt;/li&gt;
&lt;li&gt;Multimedia&lt;/li&gt;
&lt;li&gt;Networking&lt;/li&gt;
&lt;li&gt;Scientific computing&lt;/li&gt;
&lt;li&gt;System administration&lt;/li&gt;
&lt;li&gt;Test frameworks&lt;/li&gt;
&lt;li&gt;Text processing&lt;/li&gt;
&lt;li&gt;Web frameworks&lt;/li&gt;
&lt;li&gt;Web scraping
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  At the End
&lt;/h4&gt;

&lt;p&gt;Every language's first code(Hello world) in python :-&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;print("Hello world")&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;done :p&lt;/p&gt;

</description>
      <category>python</category>
      <category>newbie</category>
    </item>
  </channel>
</rss>
