On 08/01/2012 11:26 AM, Prasad, Ramit wrote:
>>> my code in Eclipse:
>>>
>>> dict.fromkeys(['China','America'])
>>> print "dict is",dict
>>>
>>> output: dict is
>>>
>>> my code in Python Shell:
>>>
>>> dict.fromkeys(['China','America'])
>>>
>>> output:{'America': None, 'China': None}
>>>
>>> Outpu
> > my code in Eclipse:
> >
> > dict.fromkeys(['China','America'])
> > print "dict is",dict
> >
> > output: dict is
> >
> > my code in Python Shell:
> >
> > dict.fromkeys(['China','America'])
> >
> > output:{'America': None, 'China': None}
> >
> > Output in Python Shell is what i wanna,but why not
On 08/01/2012 12:45 AM, levi nie wrote:
> my code in Eclipse:
>
> dict.fromkeys(['China','America'])
> print "dict is",dict
>
> output: dict is
>
> my code in Python Shell:
>
> dict.fromkeys(['China','America'])
>
> output:{'America': None, 'China': None}
>
> Output in Python Shell is what i wanna
On 8/1/2012 12:45 AM, levi nie wrote:
my code in Eclipse:
dict.fromkeys(['China','America'])
In Eclipse, I presume this prints nothing, as is normal for an editor.
print "dict is",dict
output: dict is
This is red herring. The shell does the same with that line. It is not
relevant to you
my code in Eclipse:
dict.fromkeys(['China','America'])
print "dict is",dict
output: dict is
my code in Python Shell:
dict.fromkeys(['China','America'])
output:{'America': None, 'China': None}
Output in Python Shell is what i wanna,but why not in Eclipse?
--
http://mail.python.org/mailman/li
Thanks to all!
Danyelle
On 8/3/07, Lukasz <[EMAIL PROTECTED]> wrote:
> Użytkownik Danyelle Gragsone napisał:
> > Does anyone have any suggested websites for learning Eclipse the python way?
> >
> > thanks,
> > Danyelle
>
> http://www.showmedo.com/videos/series?name=PyDevEclipseList
>
>
> --
> Opol
Użytkownik Danyelle Gragsone napisał:
> Does anyone have any suggested websites for learning Eclipse the python way?
>
> thanks,
> Danyelle
http://www.showmedo.com/videos/series?name=PyDevEclipseList
--
Opole - Miasto Bez Granic.
http://www.opole.pl - tu znajdziesz nowe miejsca, nowe mozliwosci
On Aug 3, 11:22 am, "Danyelle Gragsone" <[EMAIL PROTECTED]> wrote:
> Does anyone have any suggested websites for learning Eclipse the python way?
>
> thanks,
> Danyelle
This article is a little old, but it might be helpful to you:
http://www.ibm.com/developerworks/library/os-ecant/
I found this
Does anyone have any suggested websites for learning Eclipse the python way?
thanks,
Danyelle
--
http://mail.python.org/mailman/listinfo/python-list