![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 | ||
|
Hobbyist Programmer
Join Date: Nov 2006
Location: 163H
Posts: 213
Rep Power: 2
![]() |
Quote:
Quote:
All the time that you spent learning and tweaking the ide about how it worked you could have used it studying the API.
__________________
You never test the depth of a river with both feet. The believer is happy. The doubter is wise. Free speech carries with it some freedom to listen. The next generation will always surpass the previous one. It`s one of the never ending cycles of life. |
||
|
|
|
|
|
#12 | |
|
Programming Guru
![]() Join Date: Apr 2005
Posts: 1,799
Rep Power: 5
![]() |
Quote:
>>> import os >>> dir(os) [a list of all the methods of os here] >>> help(os.system) [description of function, list of parameters, and any additional notes that were left] It may not be as fast, but it's perhaps even more useful. |
|
|
|
|
|
|
#13 | |
|
Hobbyist Programmer
|
Quote:
Downloads are also available from Sourceforge: http://sourceforge.net/projects/spe/ Thats one of the reasons I like SPE, it keeps an interactive session open in a pane of the IDE, which is also handy for testing code snippets before you slap 'em in place. |
|
|
|
|
|
|
#14 | |
|
Programmer
Join Date: Oct 2005
Posts: 65
Rep Power: 3
![]() |
Quote:
|
|
|
|
|
|
|
#15 | |
|
Programmer
Join Date: Oct 2005
Posts: 65
Rep Power: 3
![]() |
Quote:
![]() |
|
|
|
|
|
|
#16 |
|
Hobbyist Programmer
Join Date: Nov 2006
Location: 163H
Posts: 213
Rep Power: 2
![]() |
I was wondering do you use intellisense or you aren`t sure yet.
![]()
__________________
You never test the depth of a river with both feet. The believer is happy. The doubter is wise. Free speech carries with it some freedom to listen. The next generation will always surpass the previous one. It`s one of the never ending cycles of life. |
|
|
|
|
|
#17 |
|
Newbie
Join Date: Oct 2006
Posts: 23
Rep Power: 0
![]() |
If you have the money i would recommend wing IDE i love it!
|
|
|
|
|
|
#18 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Intellisense also applies to how much later a response to a post might be helpful....
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#19 |
|
Professional Programmer
Join Date: Feb 2005
Posts: 434
Rep Power: 4
![]() |
I find the DrPython IDE very stable, and you can download a code completion plugin that offers a dropdown list of choices. For instance if you use 'import Tkinter as tk', the moment you type 'tk.' the list of choices comes up and you can double click to select a choice.
Pyscripter works well, but on occasion sinks.
__________________
I looked it up on the Intergnats! |
|
|
|
|
|
#20 |
|
Hobbyist Programmer
Join Date: Mar 2005
Posts: 148
Rep Power: 4
![]() |
I've tried Komodo and loved it. You can choose to run your program in a separate console window if you want, or you can choose to run it in the same window at the bottom of the IDE, similar to most Java IDE's. But it costs about $295.00 to purchase.
Last edited by 357mag; Jul 27th, 2007 at 4:53 PM. Reason: mistake |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [tutorial] Python for programming beginners | coldDeath | Python | 30 | Dec 14th, 2005 11:35 AM |
| Advanced Python Tricks | Arevos | Python | 19 | Sep 24th, 2005 7:39 AM |
| Python - A Programmers Introduction | coldDeath | Python | 17 | Aug 19th, 2005 12:41 PM |
| IDEs for Python | Dietrich | Python | 12 | May 21st, 2005 11:21 PM |
| is python good for making a calculator for octal numbers | saragonhat | Python | 10 | Apr 2nd, 2005 11:09 AM |