Results 1 to 8 of 8

Thread: Any Python programmers ?

  1. #1
    Witch Doctor
    Join Date
    Apr 2010
    Posts
    387

    Any Python programmers ?

    Post Deleted
    Last edited by WN9HJW; 08-03-2013 at 09:01 AM.

  2. #2
    Orca Whisperer n2ize's Avatar
    Join Date
    Dec 2007
    Location
    Crestwood, New York
    Posts
    33,899

    Re: Any Python programmers ?

    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
    I keep my 2 feet on the ground, and my head in the twilight zone.

  3. #3
    Forum Addict n6hcm's Avatar
    Join Date
    Jul 2007
    Location
    FN13wb
    Posts
    2,821

    Re: Any Python programmers ?

    Quote Originally Posted by n2ize
    Actually you might consider something like "matlab" or something similar
    like R. 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? :)
    "... and another thing about you democrats ... you all believe in science!" -- denny crane

  4. #4
    "Island Bartender" KG4CGC's Avatar
    Join Date
    Mar 2007
    Location
    EM84ru, Easley SC
    Posts
    51,289

    Re: Any Python programmers ?

    We used to program perpendicular nail matrices with Pythagorean in the 8th grade.

  5. #5
    Orca Whisperer N1LAF's Avatar
    Join Date
    Jul 2007
    Location
    Ledyard, CT
    Posts
    13,937

    Re: Any Python programmers ?

    Quote Originally Posted by n6hcm
    Quote Originally Posted by n2ize
    Actually you might consider something like "matlab" or something similar
    like R. 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).

  6. #6
    Orca Whisperer n2ize's Avatar
    Join Date
    Dec 2007
    Location
    Crestwood, New York
    Posts
    33,899

    Re: Any Python programmers ?

    Quote Originally Posted by n6hcm
    Quote Originally Posted by n2ize
    Actually you might consider something like "matlab" or something similar
    like R. 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
    I keep my 2 feet on the ground, and my head in the twilight zone.

  7. #7
    Forum Addict n6hcm's Avatar
    Join Date
    Jul 2007
    Location
    FN13wb
    Posts
    2,821
    Quote Originally Posted by n2ize View Post
    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.
    "... and another thing about you democrats ... you all believe in science!" -- denny crane

  8. #8
    Witch Doctor
    Join Date
    Apr 2010
    Posts
    387
    Post Deleted
    Last edited by WN9HJW; 08-03-2013 at 09:01 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •