Most of the common indicators are coded in which language?

1 View
Samman Hafeez
Answered 4 months ago
<p id="isPasted">I would definitely take a look at Python if I were you. I don't know what your background is with programming at all but it has a few big selling points:</p><p><strong>It's easy to learn</strong></p><p>Python has one of the easiest syntaxes to pick up in my opinion. If you already know how to write proper code you’ll be picking up Python in no time.</p><p><strong>There’s a surplus of libraries</strong></p><p>For pretty much any problem there are libraries that others have written which you can make use of to make solving your problem/writing your program a lot easier. Why rewrite …</p>