<?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: Aadarsh Ancha</title>
    <description>The latest articles on DEV Community by Aadarsh Ancha (@aadarsh_ancha_bba80fa9cdf).</description>
    <link>https://dev.to/aadarsh_ancha_bba80fa9cdf</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%2F2504000%2F873a07f4-f5b9-4094-b7de-eb18609bab5f.png</url>
      <title>DEV Community: Aadarsh Ancha</title>
      <link>https://dev.to/aadarsh_ancha_bba80fa9cdf</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aadarsh_ancha_bba80fa9cdf"/>
    <language>en</language>
    <item>
      <title>Python basics: Libraries Pt.1</title>
      <dc:creator>Aadarsh Ancha</dc:creator>
      <pubDate>Mon, 17 Feb 2025 23:46:53 +0000</pubDate>
      <link>https://dev.to/aadarsh_ancha_bba80fa9cdf/python-basics-libraries-pt1-2mcj</link>
      <guid>https://dev.to/aadarsh_ancha_bba80fa9cdf/python-basics-libraries-pt1-2mcj</guid>
      <description>&lt;p&gt;Hi, my name is Aadarsh and today I'm going to be teaching you what a library is in python.Hope you enjoy!&lt;/p&gt;

&lt;p&gt;There are three types of libraries, and they are called modules&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Math&lt;/li&gt;
&lt;li&gt;Time&lt;/li&gt;
&lt;li&gt;Random&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Math can be used to do equations and other operations&lt;br&gt;
Time can be used to wait, Good for making a game&lt;br&gt;
Random is like a rng&lt;/p&gt;

&lt;p&gt;To use these libraries, you'll have to have do something called import&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvizeoeswdoc6usej6a7j.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvizeoeswdoc6usej6a7j.png" alt="Image description" width="198" height="123"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;Thats all for now! I'll make Pt.2 in a few days for deeper explanation. Peace &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Data types in python</title>
      <dc:creator>Aadarsh Ancha</dc:creator>
      <pubDate>Mon, 23 Dec 2024 01:01:59 +0000</pubDate>
      <link>https://dev.to/aadarsh_ancha_bba80fa9cdf/data-types-in-python-451o</link>
      <guid>https://dev.to/aadarsh_ancha_bba80fa9cdf/data-types-in-python-451o</guid>
      <description>&lt;p&gt;Hello, Today I will be showing you data types in python. &lt;br&gt;
Hope you enjoy!&lt;/p&gt;

&lt;p&gt;The first data type is int, short for integer.&lt;br&gt;
A integer is basically a number, Whole numbers,Negative numbers, and zero.&lt;/p&gt;

&lt;p&gt;The Second one is float, which is the same as integer but a decimal&lt;/p&gt;

&lt;p&gt;The third one is String. A string is a word or number with double quotes before and after it. Here is an example below⬇&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbsasu8adembu5hbjdxkt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbsasu8adembu5hbjdxkt.png" alt="Image description" width="800" height="201"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The last one is bool, short for boolean. A boolean is basically true or false&lt;/p&gt;

</description>
      <category>python</category>
      <category>programming</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
