Re: [Tutor] Why is the name "self" optional instead of mandatory?

2016-01-21 Thread DiliupG
The answer to this will be an interesting read... :) This email has been sent from a virus-free computer protected by Avast. www.avast.com

Re: [Tutor] Program Arcade Games Help

2016-03-12 Thread DiliupG
All the help and guidance you need are in the pages here. http://programarcadegames.com/ if you follow the book slowly from the start you shouldn't have a problem. If you do, stackoverflow is a good place to ask. When ever you ask a question try to give as much details as possible so that who eve

Re: [Tutor] Drawing simple graphics objects

2016-04-06 Thread DiliupG
If you really want learn graphics programming with Python then learning Pygame is the best way to go.All these other things are pretty much simple stuff. The easiest way is to start learning by setting yourself objectives and trying to fulfill them. Given below is one of the BEST sources to learn

[Tutor] (no subject)

2016-07-24 Thread DiliupG
I am using Python 2.7.12 on Windows 10 filename = "මේක තියෙන්නේ සිංහලෙන්.txt" Why can't I get Python to print the name out? filename = "මේක තියෙන්නේ සිංහලෙන්.txt" Unsupported characters in input filename = u"මේක තියෙන්නේ සිංහලෙන්.txt" Unsupported characters in input above is the python ide out

Re: [Tutor] (no subject)

2016-07-26 Thread DiliupG
2016 at 3:58 PM, Steven D'Aprano wrote: > On Fri, Jul 22, 2016 at 01:08:02PM +0530, DiliupG wrote: > > I am using Python 2.7.12 on Windows 10 > > Two errors: > > - first error is that Unicode strings in Python 2 need to be written as > unicode objects, with a "

Re: [Tutor] (no subject)

2016-07-26 Thread DiliupG
not supplying all the info. On Tue, Jul 26, 2016 at 10:11 AM, DiliupG wrote: > Thank you for the responses. > Some filenames I use are in Unicode in this script and there is no display > or typing problem in Windows (Vista, 7 and 10). Filenames and text in word > processing and text f