View Single Post
Old Mar 29th, 2005, 9:41 AM   #5
dezza
Newbie
 
dezza's Avatar
 
Join Date: Mar 2005
Location: Denmark
Posts: 16
Rep Power: 0 dezza is on a distinguished road
Send a message via ICQ to dezza Send a message via MSN to dezza
Wow, I just got my own thoughts confirmed.. What a really nice place this is, with nice people and positive helping posts, thank you for your introduction

#4 (Berto)
Yeah it's really nice, you should check out the other books at http://ibiblio.org/obp especially the Python ones.. Makes programming a little funnier.

I can also recommend these books from a friend who is using them in a programming course he's running at the university he is employed.
http://www.oreilly.com/catalog/python2/index.html
http://www.oreilly.com/catalog/lpython2/index.html

Gotta love Python ..
http://home.no/dezza/python
Prolly the youngest python programmer in the world ..
I know this is found on O'Reilly somewhere but I couldn't find the destination and I was to lazy to look for it, just kept it for saving.

#2 (peace_of_mind)
Thank you, and what a nice signature of yours, makes a new programmer welcome into the scene.

#3 (Moldz)
Thanks, worked out really fine! I think it have been mentioned, i've read the book (not fully though) before and I know that there is such a thing as lists Like you can do things like this:

print prefix[0]+" what a nice functiona!"

By the way, how do I get "return" to print when running the code as script? I know that you can see the + and - in the interpreter, but can you make it print the true/false statement?

I need it in this case:
import string
def isLower2(ch):
  return ch in string.lowercase
__________________
Come in and have a talk!
#programmingforums @ Freenode

Specialities: Linux, XHTML/HTML and CSS.
Learning: Python

Folding@Home Stats

System Requirements: Windows 9x/ME/2000/XP or better
Okay, that makes it run on Linux right?

Last edited by dezza; Mar 29th, 2005 at 2:18 PM.
dezza is offline   Reply With Quote