<?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: amogh kawle</title>
    <description>The latest articles on DEV Community by amogh kawle (@amogh9594).</description>
    <link>https://dev.to/amogh9594</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%2F332618%2F7d5754de-92f2-4434-97c3-f856c3966909.png</url>
      <title>DEV Community: amogh kawle</title>
      <link>https://dev.to/amogh9594</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amogh9594"/>
    <language>en</language>
    <item>
      <title>A fast and simple way to scrape Amazon</title>
      <dc:creator>amogh kawle</dc:creator>
      <pubDate>Fri, 18 Sep 2020 09:23:58 +0000</pubDate>
      <link>https://dev.to/amogh9594/a-fast-and-simple-way-to-scrape-amazon-46i</link>
      <guid>https://dev.to/amogh9594/a-fast-and-simple-way-to-scrape-amazon-46i</guid>
      <description>&lt;p&gt;Web scraping helps in automating data extraction from websites. In this tutorial, we will build an Amazon scraper for extracting product details and pricing. We will build this simple web scraper using Python and SelectorLib and run it in a console.&lt;/p&gt;

&lt;p&gt;Install Packages&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;SelectorLib : pip3 install requests requests selectorlib&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Follow The Code From Here :- &lt;a href="https://github.com/amogh9594/amazonscrape"&gt;Click Here&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Mini Project #1 : BATTLESHIP GAME USING PYTHON</title>
      <dc:creator>amogh kawle</dc:creator>
      <pubDate>Sat, 25 Apr 2020 06:24:33 +0000</pubDate>
      <link>https://dev.to/amogh9594/mini-project-1-battleship-game-using-python-5g7p</link>
      <guid>https://dev.to/amogh9594/mini-project-1-battleship-game-using-python-5g7p</guid>
      <description>&lt;p&gt;In this project you will build a simplified, one-player version of the classic board game Battleship In this version of the game, there will be a single ship hidden in a random location on a 5x5 grid. The player will have 4 guesses to try to sink the ship .To build this game we will use our knowledge of if/elif/else, conditionals and functions in Python.&lt;/p&gt;

&lt;p&gt;Download Link :- &lt;a href="https://www.kashipara.com/project/python/2993/battleship-game-using-python-mini-project-"&gt;https://www.kashipara.com/project/python/2993/battleship-game-using-python-mini-project-&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>java</category>
      <category>database</category>
    </item>
    <item>
      <title>Shopping Site Order Form Using Angular Js  </title>
      <dc:creator>amogh kawle</dc:creator>
      <pubDate>Sat, 18 Apr 2020 06:37:29 +0000</pubDate>
      <link>https://dev.to/amogh9594/shopping-site-order-form-using-angular-js-37g3</link>
      <guid>https://dev.to/amogh9594/shopping-site-order-form-using-angular-js-37g3</guid>
      <description>&lt;p&gt;In this example, we will code an order form with a total price updated in real time, using another one of Angular's useful features - filters. Filters let you modify models and can be chained together using the pipe character |. In the example below, I am using the currency filter, to turn a number into a properly formatted price, complete with a dollar sign and cents. You can easily make your own filters, as you will see in example :-&lt;/p&gt;

&lt;p&gt;&lt;a href="https://gist.github.com/amogh9594/b8f0fc9844b460d123185afcc8114c46"&gt;https://gist.github.com/amogh9594/b8f0fc9844b460d123185afcc8114c46&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>android</category>
      <category>angular</category>
      <category>html</category>
    </item>
    <item>
      <title>React Native : BMI Calculator </title>
      <dc:creator>amogh kawle</dc:creator>
      <pubDate>Fri, 10 Apr 2020 15:09:03 +0000</pubDate>
      <link>https://dev.to/amogh9594/react-native-bmi-calculator-n32</link>
      <guid>https://dev.to/amogh9594/react-native-bmi-calculator-n32</guid>
      <description>&lt;p&gt;In this tutorial, you are going to learn you how to create a Body Mass Index Calculator for Android. &lt;/p&gt;

&lt;p&gt;Formula :- float bmi = weightValue / (heightValue * heightValue)&lt;/p&gt;

&lt;p&gt;Copy &amp;amp; Paste Code From Here :- &lt;a href="https://gist.github.com/amogh9594/4acbf6e7bbc1380801a55a0cb8025d24"&gt;https://gist.github.com/amogh9594/4acbf6e7bbc1380801a55a0cb8025d24&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>reactnative</category>
      <category>android</category>
      <category>ios</category>
    </item>
    <item>
      <title>React Native : Simple Validation Login Form</title>
      <dc:creator>amogh kawle</dc:creator>
      <pubDate>Thu, 20 Feb 2020 07:57:08 +0000</pubDate>
      <link>https://dev.to/amogh9594/react-native-simple-validation-login-form-4jhj</link>
      <guid>https://dev.to/amogh9594/react-native-simple-validation-login-form-4jhj</guid>
      <description>&lt;p&gt;React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative components. React Native uses the same fundamental UI building blocks as regular iOS and Android apps. You just put those building blocks together using JavaScript and React.&lt;/p&gt;

&lt;p&gt;Copy &amp;amp; Paste Code From Here :-  &lt;a href="https://gist.github.com/amogh9594/7be17ccf0f46cbbf61c6b15978e7195a"&gt;https://gist.github.com/amogh9594/7be17ccf0f46cbbf61c6b15978e7195a&lt;/a&gt;&lt;/p&gt;

</description>
      <category>react</category>
      <category>reactnative</category>
      <category>android</category>
      <category>ios</category>
    </item>
  </channel>
</rss>
