[Tutor] How to print a variable from an if/else statement

2012-09-12 Thread Joaquim Santos
gt; > Thankyou! > > Chris > Sent via BlackBerry by AT&T > > > My first time answering the list!!! (sorry for this outburst!) >From my limited knowledge your if/else statement is correct BUT your print should start with lower caps, that's why it's not working. You

Re: [Tutor] new to programming and wondering about an IDE for Python on Linux (Robert Sjoblom)

2012-02-28 Thread Joaquim Santos
tp://code.google.com/p/spyderlib/ It was previously known as Pydee and has lot's of features that I, as a beginner, find good, like the calltips, function browser, console, online help... and so on! Best regards! Joaquim Santos ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Still the Python Challenge - Conclusion

2012-01-05 Thread Joaquim Santos
lling to find out by searching a list/web instead of trying out by themselves... they are going to find it! Cheers! 2012/1/5 Robert Sjoblom : > On 5 January 2012 19:41, Joaquim Santos wrote: >> Hi List! > [...] >> This is my script (I know that I only verify a small range b

[Tutor] Still the Python Challenge - Conclusion

2012-01-05 Thread Joaquim Santos
e -= 26 newLetter = chr(asciiValue) textTranslated.append(newLetter) joinedText = ''.join(textTranslated) return joinedText text = 'g fmnc wms bgblr rpylqjyrc gr zw fylb' a = decrypt(text, 2) print a and this is the end result: i hope you didnt transl

[Tutor] Still the Python Challenge

2012-01-03 Thread Joaquim Santos
before not using Plain text! Joaquim Santos ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Python challenge and decryption

2011-12-23 Thread Joaquim Santos
Hi again list! I've been trying to implement the feedback I got. So far, I removed the print statements from the function, limited the range (just for the z at the moment) and tried to get all printing in one or two lines... but without success... I don't know if I'm doing the join as it should...

Re: [Tutor] Python challenge and decryption

2011-12-21 Thread Joaquim Santos
ules and stuff to install and print it out but no printed online version? You can find for other languages, so where is the one for Python? I know I could install the said modules/scripts but I just think this should also be somewhere... -- Joaquim Santos http://js-vfx.com <h

[Tutor] Python challenge and decryption

2011-12-19 Thread Joaquim Santos
o w " { p p l y " o n " t h e " u r l - How can I make this "Human readable"? ... Print the letters in just one (or more) lines and maybe replace the " for spaces (This one I suppose it could/should be done with whitespaces() or just making a loop to check