Python Forum

Full Version: Correct Language for creating a calculation tool
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am looking to create a small piece of software that will allow numerical data entry and then perform some calculations from that data.

Is Python the right language to start with?

I've done some beginner tutorials, just don't want to get too far down th rabbit hole if this wont get me what I need.

Any advice would be greatly appreciated.
Quote:I am looking to create a small piece of software that will allow numerical data entry and then perform some calculations from that data.

Most any computer programming Language ever written will do that, python included.

This tutorial is exceptional (In my opinion):
How to Think Like a Computer Scientist: Interactive Edition
(Nov-28-2020, 11:41 PM)Larz60+ Wrote: [ -> ]Most any computer programming Language ever written will do that, python included.


But Python 🐍🐍🐍 is the nicest way to express the thinking of the programmer.