<?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: DDSRY</title>
    <description>The latest articles on DEV Community by DDSRY (@ddsry21).</description>
    <link>https://dev.to/ddsry21</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%2F457207%2F927546c5-959e-45c5-88c2-2e0db9621735.jpg</url>
      <title>DEV Community: DDSRY</title>
      <link>https://dev.to/ddsry21</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ddsry21"/>
    <language>en</language>
    <item>
      <title>How to Save Python File ?By DDSRY</title>
      <dc:creator>DDSRY</dc:creator>
      <pubDate>Mon, 19 Oct 2020 01:22:14 +0000</pubDate>
      <link>https://dev.to/ddsry21/how-to-save-python-file-by-ddsry-g1n</link>
      <guid>https://dev.to/ddsry21/how-to-save-python-file-by-ddsry-g1n</guid>
      <description>&lt;ul&gt;
&lt;li&gt;Python file should be saved in .py extension.&lt;/li&gt;
&lt;li&gt;For ex: yourfilename.py&lt;/li&gt;
&lt;li&gt;When you save your program / source code then you have to write name
of your program with .py extension.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>python</category>
      <category>codenewbie</category>
      <category>computerscience</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Keep This in Mind About Python Programming Language</title>
      <dc:creator>DDSRY</dc:creator>
      <pubDate>Tue, 06 Oct 2020 20:12:40 +0000</pubDate>
      <link>https://dev.to/ddsry21/keep-this-in-mind-about-python-programming-language-11ln</link>
      <guid>https://dev.to/ddsry21/keep-this-in-mind-about-python-programming-language-11ln</guid>
      <description>&lt;p&gt;Keep this in mind About Python Programming. &lt;br&gt;
.&lt;/p&gt;

&lt;p&gt;Computers can't store floats perfectly, in the same way that we can't&lt;br&gt;
write down the complete decimal expansion of 11/3 (3.6666666666666).&lt;br&gt;
Keep this in mind, because it often leads to infuriating bugs!&lt;/p&gt;

&lt;p&gt;.&lt;br&gt;
• Explained By &lt;strong&gt;DDSRY&lt;/strong&gt;.&lt;/p&gt;

</description>
      <category>python</category>
      <category>beginners</category>
      <category>codenewbie</category>
      <category>help</category>
    </item>
    <item>
      <title>NOTE IT DOWN About Python Programming Language #3</title>
      <dc:creator>DDSRY</dc:creator>
      <pubDate>Fri, 02 Oct 2020 17:29:13 +0000</pubDate>
      <link>https://dev.to/ddsry21/note-it-down-about-python-programming-language-3-54m6</link>
      <guid>https://dev.to/ddsry21/note-it-down-about-python-programming-language-3-54m6</guid>
      <description>&lt;p&gt;NOTE: Python Programming &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Python is a case sensitive programming languague.&lt;/li&gt;
&lt;li&gt;Phone_number and phone_number are two different variable names in
Python.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;.&lt;br&gt;
Explained By DDSRY.&lt;/p&gt;

</description>
      <category>help</category>
      <category>python</category>
      <category>beginners</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>NOTE IT DOWN About Python Programming Language #2</title>
      <dc:creator>DDSRY</dc:creator>
      <pubDate>Fri, 02 Oct 2020 17:27:39 +0000</pubDate>
      <link>https://dev.to/ddsry21/note-it-down-about-python-programming-language-2-26lc</link>
      <guid>https://dev.to/ddsry21/note-it-down-about-python-programming-language-2-26lc</guid>
      <description>&lt;p&gt;NOTE:Python Programming &lt;br&gt;
.&lt;br&gt;
Concatenation in Python:&lt;br&gt;
.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If you add strings with numbers you will get error, but if you write number
under quotes then it will consider as strings (number will become string),
then you can add string with number.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;.&lt;br&gt;
Explained By DDSRY.&lt;/p&gt;

</description>
      <category>python</category>
      <category>help</category>
      <category>computerscience</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>NOTE IT DOWN About Python Programming Language #1</title>
      <dc:creator>DDSRY</dc:creator>
      <pubDate>Fri, 02 Oct 2020 17:25:02 +0000</pubDate>
      <link>https://dev.to/ddsry21/note-it-down-about-python-programming-language-1-5eed</link>
      <guid>https://dev.to/ddsry21/note-it-down-about-python-programming-language-1-5eed</guid>
      <description>&lt;p&gt;NOTE: Python Programming &lt;br&gt;
.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;In Python, the last line of an error message indicates the error's type.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Read error message carefully, because it tells you how to fix a program.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>python</category>
      <category>codenewbie</category>
      <category>computerscience</category>
      <category>help</category>
    </item>
    <item>
      <title>You Should Know Top 8 Python Libraries in 2020</title>
      <dc:creator>DDSRY</dc:creator>
      <pubDate>Thu, 01 Oct 2020 17:39:22 +0000</pubDate>
      <link>https://dev.to/ddsry21/you-should-know-top-8-python-libraries-in-2020-5b1g</link>
      <guid>https://dev.to/ddsry21/you-should-know-top-8-python-libraries-in-2020-5b1g</guid>
      <description>&lt;p&gt;You Should Know Top 8 Python Libraries in 2020:&lt;br&gt;
.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Numpy&lt;/li&gt;
&lt;li&gt;TensorFlow&lt;/li&gt;
&lt;li&gt;Theano&lt;/li&gt;
&lt;li&gt;Scikit Learn&lt;/li&gt;
&lt;li&gt;SciPy&lt;/li&gt;
&lt;li&gt;PyTorch&lt;/li&gt;
&lt;li&gt;Keras&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Pandas&lt;br&gt;
.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Explained By &lt;a class="mentioned-user" href="https://dev.to/ddsry21"&gt;@ddsry21&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>top</category>
      <category>pythonlibraries</category>
      <category>python</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Shortcut keys to print symbols, special characters, and emojis using Alt the key in Note Pad</title>
      <dc:creator>DDSRY</dc:creator>
      <pubDate>Mon, 21 Sep 2020 17:13:42 +0000</pubDate>
      <link>https://dev.to/ddsry21/shortcut-keys-to-print-symbols-special-characters-and-emojis-using-alt-the-key-in-note-pad-1682</link>
      <guid>https://dev.to/ddsry21/shortcut-keys-to-print-symbols-special-characters-and-emojis-using-alt-the-key-in-note-pad-1682</guid>
      <description>&lt;p&gt;Shortcut keys to print symbols, special characters, and emojis using Alt the&lt;br&gt;
key By @DDSRY⬇️&lt;/p&gt;

&lt;p&gt;.&lt;/p&gt;

&lt;p&gt;Alt + 0153 - ™ Trademark Symbol&lt;/p&gt;

&lt;p&gt;Alt + 0169 - © Copywrite  Symbol&lt;/p&gt;

&lt;p&gt;Alt + 0174 - ® Registered Trademark Symbol&lt;/p&gt;

&lt;p&gt;Alt + 0176 ° Degree Symbol&lt;/p&gt;

&lt;p&gt;Alt + 0177 - ± Plus-Minus Sign&lt;/p&gt;

&lt;p&gt;Alt + 0182 - ¶ Paragraph mark&lt;/p&gt;

&lt;p&gt;Alt + 0190 - ¾ Fraction, Three Fourth&lt;/p&gt;

&lt;p&gt;Alt + 0215 - × Multiplication Sign&lt;/p&gt;

&lt;p&gt;Alt + 0162 - ¢ The Cent Sign&lt;/p&gt;

&lt;p&gt;Alt + 0161 - ¡ Upside down exclamation point&lt;/p&gt;

&lt;p&gt;Alt + 0191 - ¿ Upside down question mark&lt;/p&gt;

&lt;p&gt;Alt + 1 - ☺ Smiley Face&lt;/p&gt;

&lt;p&gt;Alt + 2 - ☻ Black Smiley Face&lt;/p&gt;

&lt;p&gt;Alt + 15 - ☼ Sun&lt;/p&gt;

&lt;p&gt;Alt + 12 - ♀ Female Sign&lt;/p&gt;

&lt;p&gt;Alt + 11 - ♂ Male Sign&lt;/p&gt;

&lt;p&gt;Alt + 6 - ♠ Spade&lt;/p&gt;

&lt;p&gt;Alt + 5 - ♣ Club&lt;/p&gt;

&lt;p&gt;Alt + 3 - ♥ Heart&lt;/p&gt;

&lt;p&gt;Alt + 4 - ♦ Diamond&lt;/p&gt;

&lt;p&gt;Alt + 13 - ♪ eighth note&lt;/p&gt;

&lt;p&gt;Alt + 14 - ♫ beamed eighth note&lt;/p&gt;

&lt;p&gt;Alt + 251 - √ Square root&lt;/p&gt;

&lt;p&gt;Alt + 24 - ↑ Up Arrow&lt;/p&gt;

&lt;p&gt;Alt + 25 - ↓ Down Arrow&lt;/p&gt;

&lt;p&gt;Alt + 26 - → Right Arrow&lt;/p&gt;

&lt;p&gt;Alt + 27 - ← Left Arrow&lt;/p&gt;

&lt;p&gt;Alt + 18 - ↕ Up-Down Arrow&lt;/p&gt;

&lt;p&gt;Alt + 29 - ↔ Left-Right Arrow &lt;/p&gt;

</description>
      <category>shortcutkeys</category>
      <category>beginners</category>
      <category>design</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>Top 10 Python Interview Questions For Beginners By DDSRY</title>
      <dc:creator>DDSRY</dc:creator>
      <pubDate>Sun, 20 Sep 2020 15:51:32 +0000</pubDate>
      <link>https://dev.to/ddsry21/top-10-python-interview-questions-for-beginners-by-ddsry-5con</link>
      <guid>https://dev.to/ddsry21/top-10-python-interview-questions-for-beginners-by-ddsry-5con</guid>
      <description>&lt;p&gt;Top 10 Python  Programming Language Interview Questions for Beginners By &lt;strong&gt;DDSRY&lt;/strong&gt;:&lt;br&gt;
.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Different between list and tuples&lt;br&gt;
.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How to transform a string to list in Python?&lt;br&gt;
.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is negative index in Python?&lt;br&gt;
.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Tell me 2 defference between python 2 and python 3&lt;br&gt;
.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What does zip() do?&lt;br&gt;
.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is PEP8?&lt;br&gt;
.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How to open a txt file and display it's content?&lt;br&gt;
.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is lambda in Python?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is pickling and unpickling?&lt;br&gt;
.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What are the built-in type does python provides?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>python</category>
      <category>help</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Introduction - Python Programming Language | Python 🎧 Podcast | 🎤 DDSRY | Episode 1</title>
      <dc:creator>DDSRY</dc:creator>
      <pubDate>Mon, 14 Sep 2020 11:27:06 +0000</pubDate>
      <link>https://dev.to/ddsry21/introduction-python-programming-language-python-podcast-ddsry-episode-1-4fld</link>
      <guid>https://dev.to/ddsry21/introduction-python-programming-language-python-podcast-ddsry-episode-1-4fld</guid>
      <description>&lt;p&gt;In this Episode #1 of "&lt;strong&gt;The DDSRY Show&lt;/strong&gt;", Deepak Yadav is explaining about  ☑️What is the Python Programming Language? &lt;br&gt;
.&lt;/p&gt;

&lt;p&gt;☑️&lt;strong&gt;What is Interpreter&lt;/strong&gt;? &lt;br&gt;
.&lt;br&gt;
☑️&lt;strong&gt;What is a Compiler&lt;/strong&gt;?&lt;br&gt;
.&lt;br&gt;
☑️&lt;strong&gt;What is HIgh-Level Language&lt;/strong&gt;?&lt;br&gt;
.&lt;br&gt;
☑️&lt;strong&gt;What is Programming&lt;/strong&gt;?  &lt;br&gt;
.&lt;br&gt;
☑️&lt;strong&gt;Who Created Python Programming Language&lt;/strong&gt;?&lt;br&gt;
.&lt;br&gt;
.&lt;br&gt;
&lt;strong&gt;Introduction&lt;/strong&gt; Python Programming Language. &lt;br&gt;
.&lt;br&gt;
Let's start,  When I was learning Python the first question came in mind was,  What is the Python Programming Language?&lt;br&gt;&lt;br&gt;
.&lt;br&gt;
Python is an &lt;strong&gt;interpreted&lt;/strong&gt;, high-level, general-purpose programming language. &lt;br&gt;
.&lt;br&gt;
let understand interpreter first,  Interpreter means : it will execute your program or code one-by-one and line-by-line. and then the second question came in mind was,  &lt;br&gt;
.&lt;br&gt;
&lt;strong&gt;What is the meaning of High-Level Programming Language&lt;/strong&gt;? &lt;br&gt;
.&lt;br&gt;
High-Level Language means a language that is closer to human languages like English. Python one of the feature is expressive, &lt;br&gt;
.&lt;br&gt;
means you can express your code to the other programmer.  then 3rd question came in mind was, &lt;br&gt;
.&lt;br&gt;
&lt;strong&gt;What is a Programming Language&lt;/strong&gt;? A language that is used to give instruction to the computer to perform a task.&lt;br&gt;
.&lt;br&gt;
the last question came in my mind was,  Who created python? It was created by Guido van Rossum.&lt;br&gt;&lt;br&gt;
.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Indian Python Podcaster&lt;/strong&gt; - @DDSRY &lt;/p&gt;

</description>
      <category>python</category>
      <category>podcast</category>
      <category>codenewbie</category>
      <category>100daysofcode</category>
    </item>
    <item>
      <title>What the difference between a list and a dictionary?</title>
      <dc:creator>DDSRY</dc:creator>
      <pubDate>Fri, 11 Sep 2020 03:03:18 +0000</pubDate>
      <link>https://dev.to/ddsry21/what-the-difference-between-a-list-and-a-dictionary-28i5</link>
      <guid>https://dev.to/ddsry21/what-the-difference-between-a-list-and-a-dictionary-28i5</guid>
      <description>&lt;p&gt;What the difference between a list and a dictionary in Python Programming Language By DDSRY?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A lsit is for an ordered list of items.&lt;/li&gt;
&lt;li&gt;A dictionary (of dict) is for matching some items (called "keys")
to other items (called "values").&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>python</category>
      <category>beginners</category>
      <category>ddsry</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Why are you doing while True: in Python?</title>
      <dc:creator>DDSRY</dc:creator>
      <pubDate>Thu, 10 Sep 2020 01:25:23 +0000</pubDate>
      <link>https://dev.to/ddsry21/why-are-you-doing-while-true-in-python-1e5g</link>
      <guid>https://dev.to/ddsry21/why-are-you-doing-while-true-in-python-1e5g</guid>
      <description>&lt;p&gt;Why are you doing while True: in Python Programming Language By DDSRY?&lt;/p&gt;

&lt;p&gt;▪ That makes an infinite loop.&lt;/p&gt;

&lt;p&gt;&lt;a href="//instagram.com/ddsry21"&gt;Read more...&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>100daysofcode</category>
      <category>beginners</category>
      <category>ddsry</category>
    </item>
    <item>
      <title>Why does for i in range(1,3): only loop two times instead of three times in Python?</title>
      <dc:creator>DDSRY</dc:creator>
      <pubDate>Wed, 09 Sep 2020 17:19:11 +0000</pubDate>
      <link>https://dev.to/ddsry21/why-does-for-i-in-range-1-3-only-loop-two-times-instead-of-three-times-in-python-4pme</link>
      <guid>https://dev.to/ddsry21/why-does-for-i-in-range-1-3-only-loop-two-times-instead-of-three-times-in-python-4pme</guid>
      <description>&lt;p&gt;Why does for i in range(1,3): only loop two times instead of three times in Python Programming Language By DDSRY?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The range() function only does numbers from the first to the last (not 
including the last).&lt;/li&gt;
&lt;li&gt;So it stop at two, not three, in the above.&lt;/li&gt;
&lt;li&gt;This turn out to be the most common way to do this kind of loop.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="//instagram.com/ddsry21"&gt;Read more..&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>beginners</category>
      <category>codenewbie</category>
      <category>ddsry</category>
    </item>
  </channel>
</rss>
