PDA

View Full Version : Any Python programmers ?



WN9HJW
04-30-2010, 07:55 PM
Post Deleted

n2ize
04-30-2010, 10:37 PM
Actually you might consider something like "matlab" or something similar

http://en.wikipedia.org/wiki/MATLAB

I don't do much actual programming these days. When I do I generally use Perl or Lisp these days.. If I need to do system or kernel level programming I generally use C or Assembly. But I haven't done that in a long time and would need to refresh my skills. I never learned Python but, those I know who have generally seem to like it. Of course any programming language is only as good as the ability and efficiency of the programmer

n6hcm
05-01-2010, 03:49 AM
Actually you might consider something like "matlab" or something similar
like R. (http://en.wikipedia.org/wiki/R_(programming_language)) R is nearly as powerful as MATLAB but it's free.

Python is fine for scripting and short programs but i wouldn't use it for anything too big.

anyone who is experienced with perl has already experienced more arcane than python.

if you're looking for general-purpose programming then objective c is a reasonable way to go. gcc/g++ is, imho, better: cross-platform, large base of software which can be built from source without diddling it, ...

none of this was very helpful, was it? :)

KG4CGC
05-01-2010, 04:42 AM
We used to program perpendicular nail matrices with Pythagorean in the 8th grade.

N1LAF
05-01-2010, 07:43 AM
Actually you might consider something like "matlab" or something similar
like R. (http://en.wikipedia.org/wiki/R_(programming_language)) R is nearly as powerful as MATLAB but it's free.

Python is fine for scripting and short programs but i wouldn't use it for anything too big.

anyone who is experienced with perl has already experienced more arcane than python.

if you're looking for general-purpose programming then objective c is a reasonable way to go. gcc/g++ is, imho, better: cross-platform, large base of software which can be built from source without diddling it, ...

none of this was very helpful, was it? :)

The link you quoted is now on our website (under software).

n2ize
05-01-2010, 11:51 AM
Actually you might consider something like "matlab" or something similar
like R. (http://en.wikipedia.org/wiki/R_(programming_language)) R is nearly as powerful as MATLAB but it's free.

Python is fine for scripting and short programs but i wouldn't use it for anything too big.

anyone who is experienced with perl has already experienced more arcane than python
.



Perl is arcane because there are ways of doing things that sometimes can seem sorta cryptic. Indeed you can do a lot with a tiny bit of code once you get the hang of it.

Python.,, I've seen some HUGE programs written in Python.

These days, if I do have to program (which is rare) I write the program first, Then decide what language would be best to code it in later. I find it's best to be open to a wide choice of languages.

i

n6hcm
05-01-2010, 08:45 PM
Perl is arcane because there are ways of doing things that sometimes can seem sorta cryptic. Indeed you can do a lot with a tiny bit of code once you get the hang of it.

Python.,, I've seen some HUGE programs written in Python.


there are plenty of huge programs in python. in fact, my lab is building them. i've also seen lots of sand castles. not sure i'd want to live in one, tho :).

perl is arcane because of its history. it is, without fail, powerful, but at a price.

WN9HJW
05-02-2010, 10:03 AM
Post Deleted