SteemPython 2.0

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com
·@chronocrypto·
0.000 HBD
SteemPython 2.0
<center>https://chronocrypto.io/wp-content/uploads/2018/08/Gygv9V.jpg</center> <br/><h1>My Question:</h1>
Why should I learn Python? Are there any advantages to learning Python over other languages?
<h1>My Answer:</h1>
Python is a great language to learn, whether it’s your first time programming or not, for several reasons:
<ul>
 <li>Python reads like plain English! This is something I can especially appreciate with a side-by-side. Take a look and, without worrying about what these code bits actually do, think about which is harder to read:</li>
</ul>
<strong><em>With Java look at how the code must be written.</em></strong>
<pre><code>// Java
public class HelloWorld {  
  public static void main(String[] args) {  
    System.out.println("Hello, World!");  
  }  
}
</code></pre>
<img src="https://steemitimages.com/0x0/https://cdn.steemitimages.com/DQmPqAkmf1qFCY1jxhF1cozRoNxoF8Qk5M3UYxRU7enTTRP/2018-06-27%2019.19.37.gif" /><br/>
<pre><code># Python
print “Hello, World!”
</code></pre>
<ul>
 <li>It’s one of the most popular programming languages with a massive community. This means help is readily available when you’re stuck!</li>
 <li>It’s used in many fields and industries, like Web development, machine learning and AI, and data science, just to name a few. So once you learn the fundamentals, you can grow into the role of your choice!</li>
 <li>So many Steem apps run off of python.</li>
</ul>

<hr />

I already run a couple of bots python and javascript, but I want to jump in and be able to use the Steem API to try to create some apps of my own.
<img src="https://steemitimages.com/0x0/https://cdn.steemitimages.com/DQmQBxo7bmAEMxebEety6RbjW9pLWXcjLpQYiht88zVbqVn/2018-06-27%2019.21.33.gif" alt="2018-06-27 19.21.33.gif" /><br/>
<strong>These are all the lessons (basic lessons) for Python Syntax</strong>
<h1>First LESSON</h1>
This lesson will introduce you to Python, a general-purpose, object-oriented interpreted language you can use for countless standalone projects or scripting applications.

Exercises
<ol>
 <li>Hello World!</li>
 <li>Print Statements</li>
 <li>Strings</li>
 <li>Handling Errors</li>
 <li>Variables</li>
 <li>Arithmetic</li>
 <li>Updating Variables</li>
 <li>Comments</li>
 <li>Numbers</li>
 <li>Two Types of Division</li>
 <li>Multi-line Strings</li>
 <li>Booleans</li>
 <li>ValueError</li>
 <li>Review</li>
</ol>
<center><strong>Follow me and my coding journey, using CodeAcademy.</strong></center>
👍 , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,