Re: i want to know about python language

2013-11-07 Thread William Ray Wing
On Nov 7, 2013, at 1:51 AM, Kewl p kewlp...@gmail.com wrote:

 On Thursday, November 7, 2013 8:48:26 AM UTC+5:30, Kewl p wrote:
 h
 
 can i get link of a ide in which python can run,,...??
 -- 
 https://mail.python.org/mailman/listinfo/python-list

There are actually almost too many.  Googling for Python IDE will get you a 
long list of hits to articles.

You could start here:  
http://stackoverflow.com/questions/81584/what-ide-to-use-for-python

And spend several hours reading some of the other links you will get from 
Google.

-Bill
-- 
https://mail.python.org/mailman/listinfo/python-list


i want to know about python language

2013-11-06 Thread Kewl p
h
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: i want to know about python language

2013-11-06 Thread Chris Angelico
On Thu, Nov 7, 2013 at 2:18 PM, Kewl p kewlp...@gmail.com wrote:
 h

You've come to the right place, but (as the Princess Ida put it) the
subject's deep - how should we treat it, pray?

I recommend you start with the Python tutorial:
http://docs.python.org/3/tutorial/
and when you've worked through that, you'll be able to ask more
specific questions.

All the best!

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: i want to know about python language

2013-11-06 Thread Kewl p
On Thursday, November 7, 2013 8:48:26 AM UTC+5:30, Kewl p wrote:
 h

thanks very much
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: i want to know about python language

2013-11-06 Thread Kewl p
On Thursday, November 7, 2013 8:48:26 AM UTC+5:30, Kewl p wrote:
 h

can i get link of a ide in which python can run,,...??
-- 
https://mail.python.org/mailman/listinfo/python-list


Flexible programming environment (was: i want to know about python language)

2013-11-06 Thread Ben Finney
Kewl p kewlp...@gmail.com writes:

 On Thursday, November 7, 2013 8:48:26 AM UTC+5:30, Kewl p wrote:
  h

 can i get link of a ide in which python can run,,...??

I recommend learning a programming environment that is *not* tied to a
particular programming language.

Use an environment that lets you edit text files, type arbitrary shell
commands, run a test suite, invoke a debugger, run an interactive
language shell — *without* being specific to any particular language.

For me, that's a terminal emulator, and Emacs. Others prefer a terminal
emulator and Vim. Either are very powerful and very flexible, and have
support for many dozens of languages.

Python does have a Python-specific IDE, called “IDLE”. But if you're
interested in programming, you should be learning tools that let you
continue to use the tool just as effectively when you use more than one
language.

-- 
 \  “I am too firm in my consciousness of the marvelous to be ever |
  `\   fascinated by the mere supernatural …” —Joseph Conrad, _The |
_o__) Shadow-Line_ |
Ben Finney

-- 
https://mail.python.org/mailman/listinfo/python-list