Page 1 of 1 [ 15 posts ] 

sparkplugloy
Deinonychus
Deinonychus

User avatar

Joined: 23 Jun 2004
Gender: Male
Posts: 316
Location: South of France

30 Oct 2004, 10:47 am

I like to program using Basic and now I am starting to use a little C++.
In college, we have a class in which we use Maple, so I am wondering if any of you use it ?

Loy


_________________
Nicolas (spark).


NanoTy
Raven
Raven

User avatar

Joined: 30 Jun 2004
Gender: Male
Posts: 100
Location: Georgia Institute of Technology

30 Oct 2004, 11:29 am

I have never used Maple, but I do use MATLAB. Well actually, we just quit learning about MATLAB and have moved to Java as part of a course I am taking called computing for engineers. MATLAB is great because its syntax is extremely simplified and I found it very easy to use. Java is pretty good too, but its syntax is much more complicated than MATLAB's.



Dan
Raven
Raven

User avatar

Joined: 7 Dec 2004
Gender: Male
Posts: 113
Location: College Station, TX

10 Dec 2004, 11:09 pm

I used Maple in my MATH 311 class, but that was 3 years ago.



Anna
Toucan
Toucan

User avatar

Joined: 10 Dec 2004
Age: 61
Gender: Female
Posts: 255

13 Dec 2004, 5:27 pm

sparkplugloy wrote:
I like to program using Basic and now I am starting to use a little C++.
In college, we have a class in which we use Maple, so I am wondering if any of you use it ?

Loy


Never tried Maple. May I suggest Python? It's a simple, but powerful language - you can do OOP and functional programming in it. It's really kewl. NASA and Google and ILM and all sorts of places use it cuz it's powerful, but it's also very elegant and simple to use.



Dan
Raven
Raven

User avatar

Joined: 7 Dec 2004
Gender: Male
Posts: 113
Location: College Station, TX

13 Dec 2004, 8:35 pm

Anna wrote:
May I suggest Python? It's a simple, but powerful language - you can do OOP and functional programming in it. It's really kewl. NASA and Google and ILM and all sorts of places use it cuz it's powerful, but it's also very elegant and simple to use.


I agree. Python is my favorite computer language. I used it to write all the CGI scripts on the dorm website.



Zephyr
Blue Jay
Blue Jay

User avatar

Joined: 4 Dec 2004
Gender: Female
Posts: 77
Location: Ireland

14 Dec 2004, 5:48 am

I mainly programme in java and C. I think I would like to learn python, if anyone could recommend any books or sites that teach it I'd appreciate it. Thanks. :D


_________________
You never know when an old calendar might come in handy. Sure, it's not 1985 now, but who knows what tomorrow will bring?


ub3r
Yellow-bellied Woodpecker
Yellow-bellied Woodpecker

User avatar

Joined: 12 Dec 2004
Gender: Male
Posts: 50

14 Dec 2004, 7:52 am

Python is great for scripting, I learned it from these two websites:

http://docs.python.org/tut/tut.html
http://diveintopython.org/toc/



Anna
Toucan
Toucan

User avatar

Joined: 10 Dec 2004
Age: 61
Gender: Female
Posts: 255

14 Dec 2004, 8:42 am

ub3r wrote:
Python is great for scripting, I learned it from these two websites:

http://docs.python.org/tut/tut.html
http://diveintopython.org/toc/


Dive into Python is great. The dead tree version came out this past year too. I got to be tech reviewer on it. (yay! Getting paid to read is the most *aweome* thing!)

Another really good one for folks who are new:
Python Programming for the Absolute Beginner, by Mike Dawkins (or is it Dawson. I always mess up his last name)

It's a great book - game-oriented, and intended for raw beginners, but not condescending at all. Very practical.



Zephyr
Blue Jay
Blue Jay

User avatar

Joined: 4 Dec 2004
Gender: Female
Posts: 77
Location: Ireland

14 Dec 2004, 11:04 am

Cool! Thanks to both of you, I will definitely check it out!


_________________
You never know when an old calendar might come in handy. Sure, it's not 1985 now, but who knows what tomorrow will bring?


Anna
Toucan
Toucan

User avatar

Joined: 10 Dec 2004
Age: 61
Gender: Female
Posts: 255

14 Dec 2004, 9:33 pm

We got the final draft to the publisher today. The 2nd edition of the Python Cookbook is going to be published in March (in time for PyCon) and I'm one of the co-authors.



codeman38
Sea Gull
Sea Gull

User avatar

Joined: 1 Jan 2005
Gender: Male
Posts: 225
Location: Georgia, USA

03 Jan 2005, 4:17 pm

I've done quite a bit of programming in PHP for various web applications... I love how it's HTML-embedded so you can stick the returned values of PHP scripts right there in the midst of ordinary HTML. Makes it a lot easier to integrate the site design and backend, as far as I'm concerned... none of those clumsy escape codes in the HTML.

I also do quite a bit of Java programming-- that's the main language I use for college programming competitions and class programming assignments. I do wish they'd allow Perl or Python for those, though.

And of course, I was raised on old-school Microsoft BASIC. :)



Dan
Raven
Raven

User avatar

Joined: 7 Dec 2004
Gender: Male
Posts: 113
Location: College Station, TX

04 Jan 2005, 2:02 am

codeman38 wrote:
none of those clumsy escape codes in the HTML.


But they get replaced by something even clumsier: Dollar signs everywhere. And worse, if you forget one, it's not an error, so your script just silently does the wrong thing.



codeman38
Sea Gull
Sea Gull

User avatar

Joined: 1 Jan 2005
Gender: Male
Posts: 225
Location: Georgia, USA

04 Jan 2005, 2:30 am

Dan wrote:
But they get replaced by something even clumsier: Dollar signs everywhere. And worse, if you forget one, it's not an error, so your script just silently does the wrong thing.

Not that Perl's any better in that respect-- with its multiple sigils for variables, it's actually a bit worse!

Python, however, does solve that problem quite elegantly. I've been learning Python recently, and it's quite a neat language.



Astro
Yellow-bellied Woodpecker
Yellow-bellied Woodpecker

User avatar

Joined: 1 Jan 2005
Gender: Male
Posts: 64

04 Jan 2005, 10:05 pm

I'm a bit-banging control freak. ASM on a microcontroller is my code of choice. 8)
When I can't do that, I use C/C++. For quick hacks and prototyping, I like VB. Started playing with Python last year but wasn't motivated enough to do much more than a few test apps with it. Nowadays I don't do much programming though...



Scoots5012
Veteran
Veteran

User avatar

Joined: 1 Jul 2004
Age: 44
Gender: Male
Posts: 2,397
Location: Cedar Rapids Iowa

05 Jan 2005, 12:08 am

I can't help but chuckle at this thread. If this was the 1970's, this conversation would have taken place in someones living room over an episode of "Happy Days", and instead of talking about perl, PHP, variable types, and C++, we would all be talking about assembler, and how the 8k of ram in the companys PDP computer is simply not enough to make it do what the boss wants, or how it took 14 times and most of the day to get that tape drive software coded properly.


_________________
I live my life to prove wrong those who said I couldn't make it in life...