<?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: Rajeshkumar Harinathan</title>
    <description>The latest articles on DEV Community by Rajeshkumar Harinathan (@rajesh_hrk).</description>
    <link>https://dev.to/rajesh_hrk</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1798241%2Ffdee0a30-6ea2-4936-bfd9-bbf07dfae80f.jpg</url>
      <title>DEV Community: Rajeshkumar Harinathan</title>
      <link>https://dev.to/rajesh_hrk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rajesh_hrk"/>
    <language>en</language>
    <item>
      <title>Python List Basics</title>
      <dc:creator>Rajeshkumar Harinathan</dc:creator>
      <pubDate>Wed, 27 Nov 2024 22:02:55 +0000</pubDate>
      <link>https://dev.to/rajesh_hrk/python-list-basics-2n26</link>
      <guid>https://dev.to/rajesh_hrk/python-list-basics-2n26</guid>
      <description>&lt;p&gt;&lt;strong&gt;My Everyday Readings - List data type - Indexing - Slicing&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hi Friends, &lt;/p&gt;

&lt;p&gt;Welcome to my blog. I am an Embedded hardware guy trying to upgrade my skills. I am sharing a summary of the new stuff I am learning daily.&lt;/p&gt;

&lt;p&gt;Today, I read the basics of the List data type used in Python programming. &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A list is a value that contains multiple values in an ordered sequence. In other words, a list is a collection of items that are ordered and changeable(mutable).&lt;/li&gt;
&lt;li&gt;The items in a list are called elements or values.&lt;/li&gt;
&lt;li&gt;The values can be of any datatype (int, str, floats, or another list). &lt;/li&gt;
&lt;li&gt;A list starts with an open square bracket [ and ends with a closed square bracket ].&lt;/li&gt;
&lt;li&gt;The following codes will explain the list data type, indexing, and slicing of the values. &lt;/li&gt;
&lt;/ol&gt;


&lt;div class="ltag_gist-liquid-tag"&gt;
  
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
