Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #58623 > unrolled thread
| Started by | Kewl p <kewlp624@gmail.com> |
|---|---|
| First post | 2013-11-06 19:18 -0800 |
| Last post | 2013-11-07 08:48 -0500 |
| Articles | 6 — 4 participants |
Back to article view | Back to comp.lang.python
i want to know about python language Kewl p <kewlp624@gmail.com> - 2013-11-06 19:18 -0800
Re: i want to know about python language Chris Angelico <rosuav@gmail.com> - 2013-11-07 14:37 +1100
Re: i want to know about python language Kewl p <kewlp624@gmail.com> - 2013-11-06 19:49 -0800
Re: i want to know about python language Kewl p <kewlp624@gmail.com> - 2013-11-06 22:51 -0800
Flexible programming environment (was: i want to know about python language) Ben Finney <ben+python@benfinney.id.au> - 2013-11-07 18:10 +1100
Re: i want to know about python language William Ray Wing <wrw@mac.com> - 2013-11-07 08:48 -0500
| From | Kewl p <kewlp624@gmail.com> |
|---|---|
| Date | 2013-11-06 19:18 -0800 |
| Subject | i want to know about python language |
| Message-ID | <ff65bf28-de7a-482a-ab15-35e7f6c7f4ae@googlegroups.com> |
hiiii
[toc] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2013-11-07 14:37 +1100 |
| Message-ID | <mailman.2115.1383795482.18130.python-list@python.org> |
| In reply to | #58623 |
On Thu, Nov 7, 2013 at 2:18 PM, Kewl p <kewlp624@gmail.com> wrote: > hiiii 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
[toc] | [prev] | [next] | [standalone]
| From | Kewl p <kewlp624@gmail.com> |
|---|---|
| Date | 2013-11-06 19:49 -0800 |
| Message-ID | <98aec7a4-840a-43a0-9173-75e643bc1f10@googlegroups.com> |
| In reply to | #58623 |
On Thursday, November 7, 2013 8:48:26 AM UTC+5:30, Kewl p wrote: > hiiii thanks very much
[toc] | [prev] | [next] | [standalone]
| From | Kewl p <kewlp624@gmail.com> |
|---|---|
| Date | 2013-11-06 22:51 -0800 |
| Message-ID | <7bac0a88-da8a-4867-8a09-b388d10891e6@googlegroups.com> |
| In reply to | #58623 |
On Thursday, November 7, 2013 8:48:26 AM UTC+5:30, Kewl p wrote: > hiiii can i get link of a ide in which python can run,,...??
[toc] | [prev] | [next] | [standalone]
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2013-11-07 18:10 +1100 |
| Subject | Flexible programming environment (was: i want to know about python language) |
| Message-ID | <mailman.2120.1383808226.18130.python-list@python.org> |
| In reply to | #58632 |
Kewl p <kewlp624@gmail.com> writes: > On Thursday, November 7, 2013 8:48:26 AM UTC+5:30, Kewl p wrote: > > hiiii > > 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
[toc] | [prev] | [next] | [standalone]
| From | William Ray Wing <wrw@mac.com> |
|---|---|
| Date | 2013-11-07 08:48 -0500 |
| Message-ID | <mailman.2126.1383832124.18130.python-list@python.org> |
| In reply to | #58632 |
On Nov 7, 2013, at 1:51 AM, Kewl p <kewlp624@gmail.com> wrote: > On Thursday, November 7, 2013 8:48:26 AM UTC+5:30, Kewl p wrote: >> hiiii > > 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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web