![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm using cygwin, which includes octave (matlab work-alike), postgresql, and perl. I also have Excel 2003. I'll be analyzing data from the I/O log files of a suite of applications that communicate in a "dataflow" manner, by which I mean that the data flows unidirectionally, though in parallel paths at some points. Different format log files, different delays along the path. I'll be studying things like propagation times and dropped messages. I expect to cross reference log entries from different log files. Which language would be best? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Dubious Dude wrote: I'm using cygwin, which includes octave (matlab work-alike), postgresql, and perl. I also have Excel 2003. I'll be analyzing data from the I/O log files of a suite of applications that communicate in a "dataflow" manner, by which I mean that the data flows unidirectionally, though in parallel paths at some points. Different format log files, different delays along the path. I'll be studying things like propagation times and dropped messages. I expect to cross reference log entries from different log files. Which language would be best? As of 22/11/2007, that would be Python. |
#5
| |||
| |||
|
|
Hello, At the begging computer ware slow, today machines are fast. Use their power - choose solution which allows you to concentrate on real problems. Perl is good choice, but... I personally prefer Python. I have heard that Perl code before and after MD5 - look the same <g>. |
|
Please try Python, Ruby. Python and Ruby are modern scripting solutions with big knowledge base, dedicated code libraries, large communities. All of them are open and growing fast (libraries, communities, knowledge bases...). If your plans are long lasting - choose solution that will be popular in the future. Now Java/.Net are popular - but their application servers are rather complicated to play with... I'm afraid - business is not ready to use them right now, so in short term learning Python / Ruby is not so profitable as learning Java or C#. -- Regards, Micha³ Zaborowski (TeXXaS) |
#6
| |||
| |||
|
|
I've dabbled in Python tutorials. The fact that indentation space affects the meaning of the code is something I haven't gotten use to. |
|
Regular expressions mechanisms seem to be more verbose than I'm use to (sed, vim, grep), but then again, so it is the case for Perl, though less so. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |