Results 1 to 10 of 16
Found this:
http://hkn.eecs.berkeley.edu/~dyoo/p...tro/index.html
and fell in love with the simplicity of the whole deal and then...
http://www.ibiblio.org/obp/thinkCSpy/
reinforced my love for Python... I managed to read 50 pages in one ...
- 08-17-2006 #1
Python tutorial
Found this:
http://hkn.eecs.berkeley.edu/~dyoo/p...tro/index.html
and fell in love with the simplicity of the whole deal and then...
http://www.ibiblio.org/obp/thinkCSpy/
reinforced my love for Python... I managed to read 50 pages in one stretch and I am wanting more!
Python is delicious!
-D-
Registered User # 402675
- 08-17-2006 #2
Hi daacosta - That second link doesn't work for me. Anyone thinking of writing a game in Python will appreciate this link. I might download 'Conspiracy in Fairport' and see if it runs on my box.
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 08-17-2006 #3
Is Python platform independent? This is an important factor for me
- 08-17-2006 #4Yes it is. It's an interpreted language: you can't write single executable files. Not sure how it compares with Java. You can link Python programmes with modules written in other languages ... Like C.
Originally Posted by netstrider
I've even read about someone running Python apps on a Smart Phone, but it's not as popular as Java for jobs like that.I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 08-17-2006 #5
First go to www.python.org
Originally Posted by fingal
Then click at getting started to reach:
http://www.python.org/about/gettingstarted/
Then "completely new to programming"
http://wiki.python.org/moin/Beginner...NonProgrammers
In there locate the link "How to think like a computer scientist" which is:
http://www.ibiblio.org/obp/thinkCSpy/
I downloaded the pdf from:
http://www.greenteapress.com/thinkpython/
which is linked to the ibiblio website-D-
Registered User # 402675
- 08-17-2006 #6
- 08-17-2006 #7Thanks daacosta ... I'll check that out later on. Got a busy weekend ahead by the looks of it.
Originally Posted by daacosta
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 08-17-2006 #8
Originally Posted by fingal
I can't stop reading this tutorial. Why can't programming books be like this? It is so well written that it just doesn't quit! The authors are funny, entertaining as well as informative...
I hope you enjoy it as much as I have
-D-
Registered User # 402675
- 08-17-2006 #9You might - if you feel like an in-depth read - like this article about Python by Eric Raymond. It's culturally about hackerism as well - in the traditional sense of that word.
Originally Posted by daacosta 
If you don't fancy reading the whole thing, he basically says he likes it, initially he found it a useful replacement for Perl ... Then he kind of lapses into adoration. What's interesting is that Raymond is considered a top flight hacker: one of the 'Big Four'. Torvalds, Raymond, Stallman, Wall. There must be plenty of others ...I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 08-18-2006 #10
Interesting... I wonder why Raymond didn't take a stance in favor of Python or Perl in his book 'Rebel Code'
Originally Posted by fingal
I am not sure where that list came from but in my opinion it is incomplete. For instance you are missing Donald Knuth, and Guido van Rossum... Those two guys are big and I'd dare to say bigger than Raymond (my subjective opinion)
-D-
Registered User # 402675


Reply With Quote
