Re: [Tutor] global variables/constants versus volatile variables/constants

2014-06-14 Thread S Tareq
On Friday, 13 June 2014, 12:45, Steven D'Aprano wrote: On Fri, Jun 13, 2014 at 12:51:25PM +0530, diliup gabadamudalige wrote: > Hi All! > Hope everyone is well. > > In my code there are many dictionaries and lists which are used in various > functions. Is it better/pythonic/efficient

Re: [Tutor] understanding Functions help

2014-04-07 Thread S Tareq
see more on there they explained everything in there this website :  http://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/index.html   On Monday, 7 April 2014, 19:34, Danny Yoo wrote: On Sun, Apr 6, 2014 at 9:02 PM, keith papa wrote: > Hi my name is keith and am new to python programming, Am l

Re: [Tutor] how do i delete the questions that i asked and it has been shared in web

2014-03-12 Thread S Tareq
so you can't delete the question that i have asked long time ago  On Wednesday, 12 March 2014, 18:03, Zachary Ware wrote: On Wed, Mar 12, 2014 at 12:46 PM, S Tareq wrote: > this one  http://code.activestate.com/lists/python-tutor/99408/ > > and there are other ones as w

[Tutor] how do i delete the questions that i asked and it has been shared in web

2014-03-12 Thread S Tareq
this one  http://code.activestate.com/lists/python-tutor/99408/   and there are other ones as well ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] could please convert this code to 3.X by using 2to3

2014-02-18 Thread S Tareq
sorry, is there any other way to convert the coding On Tuesday, 18 February 2014, 20:41, Zachary Ware wrote: On Tue, Feb 18, 2014 at 12:18 PM, S Tareq wrote: > i am to convert coding to python 3.X. and some one told me to use 2to3 > program but  i don't how to use 2to3 pr

[Tutor] could please convert this code to 3.X by using 2to3

2014-02-18 Thread S Tareq
i am to convert coding to python 3.X. and some one told me to use 2to3 program but  i don't how to use 2to3 program i was reading and followed the rules in python website ( http://docs.python.org/3/library/2to3.html?highlight=2to3#module-lib2to3 ) but it says error and don't work. is there any

Re: [Tutor] Using for loops for combinations

2014-02-18 Thread S Tareq
does any one know how to use 2to3 program to convert 2.7 python coding 3.X please i need help sorry  thank you  On Tuesday, 18 February 2014, 19:18, Danny Yoo wrote: On Tue, Feb 18, 2014 at 8:37 AM, Chinanu 'Chinex' Onyekachi wrote: > Find all possible combinations of a specific word (stri

Re: [Tutor] cx_freeze windows 7 python 3.3

2014-02-18 Thread S Tareq
does any one know how to use 2to3 program to convert 2.7 python coding 3.X please i need help sorry  thank you ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Regular expression - I

2014-02-18 Thread S Tareq
does any one know how to use 2to3 program to convert 2.7 coding 3.X please i need help sorry  On Tuesday, 18 February 2014, 19:50, Zachary Ware wrote: On Tue, Feb 18, 2014 at 11:39 AM, Zachary Ware wrote: >    >>> '' >    '' > > The equivalent raw string is exactly the same in this case:

[Tutor] how run it on python 3

2014-01-20 Thread S Tareq
this is the coding that i am trying to run it on python 3.3. the original coding was made on python 2.7 however i have made some changes to the coding to make it work on python 3.3. the changes that i have made  on brackets and raw_input to input. the coding does not load the external file ans s

[Tutor] how to use 2to3

2014-01-13 Thread S Tareq
can you please help me how to use 2to3 on 3.3. i went to the web site follow instraction and it did not work.  # Import statements import random import datetime #Arrays to store the definitions and keywords read from the file keywords=[]; definition=[]; correctAnswer=[]; #Counter for the wrong A

[Tutor] need help how to run it on python 3.3

2014-01-08 Thread S Tareq
need help how to run it on python 3.3, or change it to python 3.3 when i run it says syntax error if i run it on python 2.7 it works.  # Import statements import random import datetime #Arrays to store the definitions and keywords read from the file keywords=[]; definition=[]; correctAnswer=[];