I need to find a good scripting language (Perl/Python/???) which is / does the following:
1. Free
2. Interpreted
3. No too steep learning curve
4. Interpreter is portable (better have it as a file / directory than as a full installation process)
5. Runs on M$ Windows
I need it to automate stuff I usually use excell and text editors to do - parse files. Later I might need it for other jobs but currently I need it to do stuff like this:
Open file X
jump x lines
read line
do string manipulations
put parts of string in different matrix cells
loop back till EOF
run some calculations
write matrix into a CSV file
1. Free
2. Interpreted
3. No too steep learning curve
4. Interpreter is portable (better have it as a file / directory than as a full installation process)
5. Runs on M$ Windows
I need it to automate stuff I usually use excell and text editors to do - parse files. Later I might need it for other jobs but currently I need it to do stuff like this:
Open file X
jump x lines
read line
do string manipulations
put parts of string in different matrix cells
loop back till EOF
run some calculations
write matrix into a CSV file
Comment