<?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: Navneet78</title>
    <description>The latest articles on DEV Community by Navneet78 (@navneet78).</description>
    <link>https://dev.to/navneet78</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%2F245671%2F4a93049a-c6c9-416c-8539-dae317e1fd6d.jpeg</url>
      <title>DEV Community: Navneet78</title>
      <link>https://dev.to/navneet78</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/navneet78"/>
    <language>en</language>
    <item>
      <title>Pro Pythonist Way to Share Files :)</title>
      <dc:creator>Navneet78</dc:creator>
      <pubDate>Wed, 04 Dec 2019 20:03:53 +0000</pubDate>
      <link>https://dev.to/navneet78/pro-pythonist-way-to-share-files-3lol</link>
      <guid>https://dev.to/navneet78/pro-pythonist-way-to-share-files-3lol</guid>
      <description>&lt;p&gt;Hello everyone ever Want to share files in your office work-space but don't have pendrive here it is python tip &lt;/p&gt;

&lt;p&gt;1)Start a python server from the directory you want to share file.&lt;br&gt;
python -m http.server&lt;/p&gt;

&lt;p&gt;2)Now, go to your system's browser on &lt;a href="http://localhost:8000"&gt;http://localhost:8000&lt;/a&gt;, Voila! you'll see the list of files, which you can share to another computer, but how? &lt;/p&gt;

&lt;p&gt;Step 1: Get your system's IP address. (use ifconfig in Ubuntu command line and ipconfig in Windows command prompt)&lt;/p&gt;

&lt;p&gt;Step 2: Go to the following link having the format http://:8000 on the device you want to download file&lt;/p&gt;

&lt;p&gt;e.g. if IP address is 192.168.0.114, go to &lt;a href="https://192.168.0.114:8000"&gt;https://192.168.0.114:8000&lt;/a&gt; and you'll find the same list of files. You can download them (or play media) by simply clicking on them.&lt;br&gt;
Note: This works only if both the computers/mobiles/etc. are connected to the same network i.e. if you're connected to the same WiFi or same hotspot.&lt;/p&gt;

&lt;p&gt;Read more &lt;a href="https://docs.python.org/3/library/http.server.html"&gt;https://docs.python.org/3/library/http.server.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
    </item>
    <item>
      <title>Hello World !</title>
      <dc:creator>Navneet78</dc:creator>
      <pubDate>Thu, 24 Oct 2019 13:45:58 +0000</pubDate>
      <link>https://dev.to/navneet78/hello-world-53fn</link>
      <guid>https://dev.to/navneet78/hello-world-53fn</guid>
      <description>&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt; Hello, Developers out there I am excited to write my first post On dev.to. I am a newbie to this world. Actually I want to learn AWS Lambda functions because I want to build a python REST API with serverless, lambda but right now I am in learning phase. So is there any way to get an free AWS account without credit card information for learning purpose. Please help !!!!!  
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

</description>
      <category>lambda</category>
    </item>
  </channel>
</rss>
