<?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: Julia F.</title>
    <description>The latest articles on DEV Community by Julia F. (@themutantes).</description>
    <link>https://dev.to/themutantes</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%2F443870%2Fb6f723a4-daa1-470b-b533-29e1c9f9a0f6.jpg</url>
      <title>DEV Community: Julia F.</title>
      <link>https://dev.to/themutantes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/themutantes"/>
    <language>en</language>
    <item>
      <title>Some advices of Python</title>
      <dc:creator>Julia F.</dc:creator>
      <pubDate>Fri, 31 Jul 2020 01:19:53 +0000</pubDate>
      <link>https://dev.to/themutantes/some-advices-of-python-2hg9</link>
      <guid>https://dev.to/themutantes/some-advices-of-python-2hg9</guid>
      <description>&lt;p&gt;First of all, I'm beginner in this language and my English isn't very good. So I'm sorry for the inconvenience but I started my studies and I discovered the PEP8 that can be found in their official site. This PEP8 is some rules that need to be followed and knowledge for beginners.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Indentation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Yeah, this is often common for us programmers doing this thing (if you don't do it, a flower dies...). If you have experienced this language, spaces between the lines makes difference for your code to run. So, before you do something, please give 4 spaces before to code your line.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Spaces between the classes&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;As I said before, spaces in python is veeery important. Above your code looks clearly, your classes need space to run. It's recommend to give two spaces between them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Import separately&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Don't save space in your code. For you import some sources for python, you need to separate them too. But, for specific imports, you can use in the same line.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Do classes and variables with lowercase&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is a challenge for me. Python doesn't recognize variables neither classes if you have an habit to uppercase the words. This is make difference while are you doing your code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Commas is a prisoner!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Yes, in your code the commas need to be inside of the parentheses. It looks a dumb advice but we are humans and we can distract in any moment. The error of your code could be just a commas out of its prison.&lt;/p&gt;

&lt;p&gt;This is a short post but I need to share this knowledge for the beginners as am I. These little things I feel more and more love of this language.&lt;br&gt;
If its interested you, click &lt;a href="https://www.python.org/dev/peps/pep-0008/"&gt;here&lt;/a&gt;&lt;br&gt;
Once more, I'm so sorry for my bad English and I hope that this text inspires you!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>python</category>
      <category>100daysofcode</category>
    </item>
  </channel>
</rss>
