<?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: YogeshMedz</title>
    <description>The latest articles on DEV Community by YogeshMedz (@yogeshmedz).</description>
    <link>https://dev.to/yogeshmedz</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%2F371571%2Fffcf4fd2-9d72-4b41-9f17-200b29f42f8d.jpg</url>
      <title>DEV Community: YogeshMedz</title>
      <link>https://dev.to/yogeshmedz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yogeshmedz"/>
    <language>en</language>
    <item>
      <title>Python 3: Concept of LIST in Detail</title>
      <dc:creator>YogeshMedz</dc:creator>
      <pubDate>Fri, 29 May 2020 13:13:00 +0000</pubDate>
      <link>https://dev.to/yogeshmedz/python-3-concept-of-list-in-detail-137d</link>
      <guid>https://dev.to/yogeshmedz/python-3-concept-of-list-in-detail-137d</guid>
      <description>&lt;p&gt;The dictionary meaning of LIST is a number of connected items or names written or printed consecutively, typically one below the other.&lt;/p&gt;

&lt;p&gt;In the real-world, lists are considered in many ways like a playlist of songs, a collection of your favorite videos, a list of user databases, and there are many more. But, if you are given a task about handling a list of users and filter out specific users under specific conditions then it becomes a tedious job to filter the list by going through each and every user. In such scenarios, programming comes into place to make your work easier.&lt;/p&gt;

&lt;p&gt;So, now let us understand 'What is a LIST?' in python programming. In python, the list is a mutable or changeable, ordered sequence of elements where each element or value that is inside of a list is called an item.&lt;/p&gt;

&lt;p&gt;In string, how each value/element is represented as a character, and similarly in the list, each value/element is separated by comma where each element can be a string, variable, or constants enclosed in the [] bracket.&lt;/p&gt;

&lt;p&gt;Syntax of List: ['LetsUpgrade', 'Batch1', B2, B3]&lt;/p&gt;

&lt;p&gt;Nested List: ['LetsUpgrade', ['java', 'python', 'c++'], 1, 2, ['B1', 'B2'], 'Exam'] &lt;/p&gt;

&lt;h1&gt;
  
  
  Topics to be covered in the LIST are as follows:
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;Indexing Lists&lt;/li&gt;
&lt;li&gt;Lists are Mutable&lt;/li&gt;
&lt;li&gt;Updating and Slicing Lists&lt;/li&gt;
&lt;li&gt;Use of operators in List&lt;/li&gt;
&lt;li&gt;Methods used in List&lt;/li&gt;
&lt;li&gt;Built-in functions in List&lt;/li&gt;
&lt;li&gt;Deleting Elements from List&lt;/li&gt;
&lt;li&gt;Constructing a List with List Items&lt;/li&gt;
&lt;li&gt;List and Strings&lt;/li&gt;
&lt;li&gt;Parsing lines&lt;/li&gt;
&lt;li&gt;Objects and values&lt;/li&gt;
&lt;li&gt;Aliasing&lt;/li&gt;
&lt;li&gt;List arguments&lt;/li&gt;
&lt;li&gt;List Comprehensions&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Now, Learn it in detail👉: &lt;a href="https://bit.ly/3gDrVCC"&gt;https://bit.ly/3gDrVCC&lt;/a&gt;&lt;/p&gt;

</description>
      <category>list</category>
      <category>python</category>
      <category>codenewbie</category>
      <category>beginners</category>
    </item>
    <item>
      <title>TIME🧐 TO TEST YOUR CODING KNOWLEDGE</title>
      <dc:creator>YogeshMedz</dc:creator>
      <pubDate>Sat, 16 May 2020 08:30:31 +0000</pubDate>
      <link>https://dev.to/yogeshmedz/time-to-test-your-coding-knowledge-4poc</link>
      <guid>https://dev.to/yogeshmedz/time-to-test-your-coding-knowledge-4poc</guid>
      <description>&lt;p&gt;TIME🧐 TO TEST YOUR KNOWLEDGE&lt;/p&gt;

&lt;p&gt;🔰 TIME IS LIMITED 🔰&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SUBMIT YOUR CODE AS EARLY AS POSSIBLE -&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Link: &lt;a href="https://bit.ly/3cFONPs"&gt;https://bit.ly/3cFONPs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Getting CERTIFICATE doesn't certify you as a CODER. You need to PRACTICALLY APPLY it. If you think you are a CERTIFIED CODER then BEAT THIS CHALLENGE and SHOWCASE YOUR SKILLS. &lt;/p&gt;

&lt;p&gt;If you can't TEST YOUR SKILLS then your CERTIFICATE is of NO USE 🧐😏.&lt;/p&gt;

&lt;p&gt;"Try and fail, but never fail to try!"&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Jared Leto&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🤔  Question:&lt;br&gt;
You are Berlin, the second-in-command of the Royal Mint of Spain heist. You are well trained in various things along with your fellow robbers, and you learn all the details of the heist. You have taken over the Royal Mint of Spain and are ready to implement your plan for the heist. But before that, you need to transfer all the confidential data of the Royal Mint to the Professor.                                                                                                                     Write a script to automate the data transfer using Python or JavaScript.&lt;/p&gt;

&lt;p&gt;Make sure the script is properly documented(using comments within the script). &lt;/p&gt;

&lt;p&gt;For more Click This👉: &lt;a href="https://community.letsupgrade.in/question/5eb9637aea41b003c05addc5"&gt;https://community.letsupgrade.in/question/5eb9637aea41b003c05addc5&lt;/a&gt;&lt;/p&gt;

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