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
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
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
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
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
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
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
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
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:
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
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
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=[];
12 matches
Mail list logo