Hi,
I'm new to Python and am hoping to find help with coding a Python script, applet.
I code in an old version of Visual Basic 4.0, I have a simple app that is about 3 and a half pages of code long
it does some relatively simple math additions and subtractions
The problem I have is that some numbers get to be very large integers and VB automatically converts this to scientifc notation, what I need is to have all numbers added and subtracted with exact precision even when the numbers become very big, the code sums, subtracts these numbers so that in the end there is a resultant, often again a very large number
I need to be able to perform a mod function on this end resultant
here is how it will work ;
1.) Python script opens a text file, the text file contains a variable number of numbers in sequence with spaces in between them, such as
" 23 2244 87 62 71 99 8 4 9 344 21 77 87 63 98 56 64 33 22"
The number of numbers in this text file can range from only a few to hundreds
Python scoops these out and stores and processes these as per my code in VB, but it retains the precision of the very large numbers, NOT converting these to scientific notation
2.) The end result is obtained and a mod function is used on it, the mod value can vary as well to be any number, this mod value is stored in a text file, the python script opens this text file and loads the value as a variable when ever it runs and uses that variable as the value of the mod divisor
3.) the mod value of the resultant is then printed out to a text file
Thats it!
I have the VB code and can provide it, what Im hoping for is to ask someone to convert its exact functionality, one to one to Python script
Two versions of the script needs to be made, one that adds and one that subtracts, but also from right to left and left to right... any how, if you cna let me know!
I am willing to offer some cash for this help, if it works properly but I dont have a lot of money as I am unemployed
I can offer $50.00 and can pay you via paypal
Thanks for any help you can offer