<?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: moonl1ght01</title>
    <description>The latest articles on DEV Community by moonl1ght01 (@moonl1ght01).</description>
    <link>https://dev.to/moonl1ght01</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%2F848479%2F49715379-9b25-45ea-a227-6fec5a58b49a.jpeg</url>
      <title>DEV Community: moonl1ght01</title>
      <link>https://dev.to/moonl1ght01</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/moonl1ght01"/>
    <language>en</language>
    <item>
      <title>Python: Installation</title>
      <dc:creator>moonl1ght01</dc:creator>
      <pubDate>Sat, 16 Apr 2022 14:14:20 +0000</pubDate>
      <link>https://dev.to/moonl1ght01/python-installation-3n7n</link>
      <guid>https://dev.to/moonl1ght01/python-installation-3n7n</guid>
      <description>&lt;p&gt;Welcome to this "episode" of a tutorial series;&lt;br&gt;
Today we are here to understand how to install Python and understand what Python is:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Python is a "high level" programming language, object oriented, suitable, among other uses, for developing distributed applications, scripting, numerical computing and system testing.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;But now, let's begin the installation&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go on &lt;a href="https://www.python.org"&gt;Python.org&lt;/a&gt; and Click on "Download"
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--K8DRmKeN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/v7wbwv03qgnt16tj98ua.jpg" alt="Example Imaage" width="880" height="375"&gt;
&lt;/li&gt;
&lt;li&gt;Click on the Python + Python Current version ( in this case 3.10.4 )&lt;/li&gt;
&lt;li&gt;Open the installer and make sure you have clicked the PATH pin&lt;/li&gt;
&lt;li&gt;Verify if all are correct opening your cmd and type &lt;code&gt;python&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--WBop7yHR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h7u77vnuhbhr0ai9onoe.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--WBop7yHR--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/h7u77vnuhbhr0ai9onoe.jpg" alt="Example image" width="880" height="132"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now we are ready to installing an IDE &lt;br&gt;
The Default IDE is IDLE ( you can check it typing IDLE on your search in the os ) &lt;br&gt;
but there are thousands of IDEs these are the best known:&lt;br&gt;
1: PyCharm.&lt;br&gt;
2: Visual Studio Code.&lt;br&gt;
3: Sublime Text.&lt;br&gt;
4: Vim.&lt;br&gt;
5: Atom.&lt;br&gt;
6:Jupyter Notebook.&lt;br&gt;
7: Eclipse + PyDev + LiClipse.&lt;br&gt;
8: GNU Emacs.&lt;/p&gt;

&lt;p&gt;I (via my experiences)&lt;br&gt;
I recommend using &lt;a href="https://code.visualstudio.com/"&gt;Visual Studio code&lt;/a&gt;&lt;br&gt;
( For install it follow the enstructions )&lt;br&gt;
It's really easy to setup and confortable.&lt;/p&gt;

&lt;p&gt;After this now, we can start programming clicking on "file" -&amp;gt; "new File" and calling the the file "main.py"&lt;br&gt;
now you will find an interface where you can write everything&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---P55KHYs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2agop6g7sd3kq0pfzlsv.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---P55KHYs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2agop6g7sd3kq0pfzlsv.jpg" alt="Ex" width="880" height="445"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  At the next episode we will do our first program!
&lt;/h2&gt;

&lt;p&gt;github of the project: &lt;a href="https://github.com/moonl1ght01Dev/Python-Tutorial"&gt;https://github.com/moonl1ght01Dev/Python-Tutorial&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>beginners</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
