<?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: akshay</title>
    <description>The latest articles on DEV Community by akshay (@akshaybeginner).</description>
    <link>https://dev.to/akshaybeginner</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%2F490023%2Fddbc4a78-93ae-4847-b8dc-cf42c74aa3a5.jpeg</url>
      <title>DEV Community: akshay</title>
      <link>https://dev.to/akshaybeginner</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akshaybeginner"/>
    <language>en</language>
    <item>
      <title>Text To Speech in Python</title>
      <dc:creator>akshay</dc:creator>
      <pubDate>Thu, 28 Jan 2021 04:13:26 +0000</pubDate>
      <link>https://dev.to/akshaybeginner/text-to-speech-in-python-om1</link>
      <guid>https://dev.to/akshaybeginner/text-to-speech-in-python-om1</guid>
      <description>&lt;p&gt;First install pyttsx3 from your terminal or cmd&lt;br&gt;
By running this commond - pip install pyttsx3&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
 import pyttsx3
 engine = pyttsx3.init()
 engine.say("Hello World")
 engine.runAndWait()

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>python</category>
      <category>texttospeech</category>
      <category>learn</category>
    </item>
    <item>
      <title>Google Hash Code Competition</title>
      <dc:creator>akshay</dc:creator>
      <pubDate>Thu, 14 Jan 2021 08:17:30 +0000</pubDate>
      <link>https://dev.to/akshaybeginner/google-hash-code-competition-cj9</link>
      <guid>https://dev.to/akshaybeginner/google-hash-code-competition-cj9</guid>
      <description>&lt;p&gt;Hey, this is my first time in Google Hash Code and competitive programming. &lt;br&gt;
Can anyone help me to how to solve problem or understanding the problem. &lt;br&gt;
Any references or anything you can do.&lt;/p&gt;

</description>
      <category>programming</category>
      <category>hashcode</category>
      <category>google</category>
      <category>competitive</category>
    </item>
    <item>
      <title>Help me to learn React Native</title>
      <dc:creator>akshay</dc:creator>
      <pubDate>Tue, 22 Dec 2020 15:41:31 +0000</pubDate>
      <link>https://dev.to/akshaybeginner/help-me-to-learn-react-native-29j5</link>
      <guid>https://dev.to/akshaybeginner/help-me-to-learn-react-native-29j5</guid>
      <description>&lt;p&gt;If you know there is any tutorial on react native or any reasource to learn React Native. Please let me know.&lt;/p&gt;

</description>
      <category>reactnative</category>
    </item>
    <item>
      <title>Just Started learning with Freecodecamp</title>
      <dc:creator>akshay</dc:creator>
      <pubDate>Thu, 03 Dec 2020 16:31:49 +0000</pubDate>
      <link>https://dev.to/akshaybeginner/just-started-learning-with-freecodecamp-2ef2</link>
      <guid>https://dev.to/akshaybeginner/just-started-learning-with-freecodecamp-2ef2</guid>
      <description>&lt;p&gt;Freecodecamp have great certification course on JavaScript Data Structures and Algorithems.&lt;/p&gt;

&lt;p&gt;Let me know who is learning with freecodecamp&lt;/p&gt;

&lt;p&gt;Learn Everyday&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Contribution is best way to learn and help others</title>
      <dc:creator>akshay</dc:creator>
      <pubDate>Thu, 15 Oct 2020 04:05:58 +0000</pubDate>
      <link>https://dev.to/akshaybeginner/contribution-is-best-way-to-learn-and-help-others-254b</link>
      <guid>https://dev.to/akshaybeginner/contribution-is-best-way-to-learn-and-help-others-254b</guid>
      <description>&lt;p&gt;Hactoberfest encouraged me to contribute in open source projects. when I was contributing i learned so much and my skils got improved.&lt;/p&gt;

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