Python development tool (62)

1 Name: #!usr/bin/anon 2005-09-01 02:00 ID:wXSGfJD8

I have to do assignments in python, and I'm looking for a good editor to code with. So far I've been using Kate, which is good enough -- but I'd like to know of alternatives.

I'm not to familier with the language, so it whould be nice if it whould show suggestions while I type (Like if I start typeing "stdin." it whould show a menu with "stdin.readline()" among other things.)

It whould also be nice if it had some documentation included, so I don't have to google when I stumble on functions that are unknown to me.

Thanks.

PS: I prefer vim over emacs ;)

13 Name: Mr VacBob!JqK7T7zan. 2005-09-05 20:58 ID:ioAj16gL

Try messing with the global stuff in System Preferences>Appearance, or if you're really desperate you could try Silk. I don't know about this stuff since it looks good to me.

14 Name: Mr VacBob!JqK7T7zan. 2005-09-05 20:58 ID:ioAj16gL

... oh, and try SuperCal. The default monitor profiles sometimes aren't very good.

15 Name: !WAHa.06x36 2005-09-05 21:43 ID:uLTV697C

>>13

That stuff doesn't really help with the basic problem, which is that the antialiasing code will make Courier look bold and fuzzy, and Courier New will just become invisible. I don't neither want to nor can I turn off antialiasing for all other fonts at big enough sizes for this to matter. I prefer coding in Courier New at 13-14 points.

Coding in Manoca at 10 pts makes my eyes explode.

16 Name: 1 2005-09-06 00:55 ID:wXSGfJD8

I ended up with eric3. Not sure what I think of it yet, but at least it doesn't mess up tabs and whitespaces like Kate does.

Thanks Kate. I was getting insanly frustrated over trying to find coding errors that were not there; the useless messages that Python spit out did NOT help.

This instant review is very relevant http://4-ch.net/code/kareha.pl/1104802419/8

However, I've come to like Python abit for its simpleness. I'd have to write twice as much code in Java to do the same thing that I do in Python.

17 Name: #!usr/bin/anon 2005-09-24 19:33 ID:7xIzMHCW

use eric3 for python and java 1.5 for real programs.

18 Name: #!usr/bin/anon 2005-09-26 13:04 ID:Ls9a1thT

>>10
so lemme get this straight: you say that a good editor will use keyboard shortcuts like ctrl+x/c/v that have been standardised for a decade or two. then you use this exact argument to say that vi and emacs (two editors that have been, surprise, installed on just about every damn *n*x system out there for a decade or two, and whose default key bindings have remained mostly unchanged - standardised, as it were) are somehow lesser editors?

logic GET

19 Name: !WAHa.06x36 2005-09-26 19:35 ID:fw92UB47

If you think "every damn Unix system" constitutes some sort of majority, you're pretty deluded. Furthermore, even those two very programs you point out don't use the same keystrokes! Just where is this "standard" you speak of?

Here, let me draw you a diagram:

Keyboard shortcut standards:

  • Emacs
  • vi
  • Every other editor

20 Name: dmpk2k!hinhT6kz2E 2005-09-27 00:19 ID:hpihNPs8

Not to mention that emacs and vi are only used by the ubergeek crowd.

~0.1% of users set de facto standards now?

21 Name: #!usr/bin/anon 2005-09-27 17:49 ID:Heaven

>>18
i've had two linux systems and one bsd system in the past five years, and none of them have had emacs installed because emacs sucks.

22 Name: !WAHa.06x36 2005-09-27 20:00 ID:fw92UB47

>>21

A good start! Now if they'd just leave out vi and vim too, it'd be near perfect!

23 Name: reppie 2005-09-28 18:05 ID:0T/JR6td

>>19
vi is standardized in the IEEE standard 1003.2.

>>21
Emacs isn't installed by default for the simple reason that it's HUGE (and not because it sucks)

>>22
As for vi, it won't be removed (at least from BSD) because:
- It is small
- It is easy to use
- It's been there for 25 years.
- A lot of people still use it (even if not for everything).

24 Name: dmpk2k!hinhT6kz2E 2005-09-28 21:31 ID:OsP85lbZ

Paper is subordinate to de facto, for better or worse.

The world has changed a fair bit since then too (and nobody uses a true posix vi either). I haven't seen a teletype for years.

25 Name: !WAHa.06x36 2005-09-28 22:01 ID:fw92UB47

> - It is small

On this Mac OS X box, the vim executable is approximately 9 times larger than the nano executable.

> - It is easy to use

Is this some sort of jest? It's pretty funny.

> - It's been there for 25 years.

As have I. Am I to believe that computing has not progressed at all during my lifetime?

26 Name: dmpk2k!hinhT6kz2E 2005-09-29 08:37 ID:3PCFnjBq

More distros should use elvis instead of vim. I can't think of one thing I do that vim does and elvis doesn't, yet the elvis binary is 1/3 the size, and that's ignoring vim's support files.

27 Name: dmpk2k!hinhT6kz2E 2005-09-29 08:38 ID:3PCFnjBq

1/3 of 6.2 that is. 6.3 had a large jump in size.

28 Name: reppie 2005-09-29 12:09 ID:GCzKr72T

>>24
I've never actually seen a teletype :)

>>25
I was actually talking about nvi, which is what FreeBSD comes with. It is about 1/3 of the size of vim.
Also, vi IS easy to use, once you understand how it works, just not easy to learn (as opposed to emacs).
Computing hasn't evolved a lot: We still use (mostly) the same programming languages, algorithms, ideas and operating systems (if you exclude windows) as 25 years ago.

29 Name: dmpk2k!hinhT6kz2E 2005-09-29 13:01 ID:yUF4piFn

> operating systems

This is a problem. See my hate thread: http://4-ch.net/code/kareha.pl/1117884645/

> vi IS easy to use

Compared to what?

Nay, dear friend, I must disagree. vi makes some difficult things easier, but the general case simply doesn't cut it by today's standards. As long as that horrid dual-mode is around, it cannot be classified as "easy".

Even though I can mostly use vi without a second thought, I could go a whole lot faster if I didn't need to switch modes constantly. A few standard chords would also be a nice addition.

30 Name: #!usr/bin/anon 2005-09-29 13:32 ID:Heaven

> vi IS easy to use

Mate, the only thing vi is easier to use than is ed, because vi lets you edit more than one goddamn line at a time. It's still a joke to use compared to say, nano which at least tells you the keyboard shortcuts do.

31 Name: !WAHa.06x36 2005-09-29 14:17 ID:mwpVV0J0

> I was actually talking about nvi, which is what FreeBSD comes with. It is about 1/3 of the size of vim.

So still three times bigger than nano, then.

> Also, vi IS easy to use, once you understand how it works, just not easy to learn (as opposed to emacs).

I am still convinced you're joking here. Claiming that Emacs is easy to learn is also hilarious.

> Computing hasn't evolved a lot: We still use (mostly) the same programming languages, algorithms, ideas and operating systems (if you exclude windows) as 25 years ago.

Leaving aside the fact that you just excluded something like 95% of the computing industry in a parenthetical remark there, I guess I should have made myself a little bit more clear: What I was getting at was that human-computer interaction has progressed just a little bit since the 1980s. For instance, these days you don't need to learn text editors. You just sit down in front of them and use them, even if you've never seen them before.

32 Name: 21 2005-09-29 19:50 ID:F6GrDmBh

>>23
it wasn't installed by default because it's huge. i chose not to install it because it sucks. if it didn't suck, i would have installed it, so it wasn't installed because it sucks.

33 Name: reppie 2005-09-29 22:43 ID:GCzKr72T

>>31
A beginner will be able to use Emacs with no problem: whatever you type appears on the screen. As you said, you just sit down in front of it and use it, even if you've never seen it before.

That makes emacs easy to learn, in my book.

34 Name: !WAHa.06x36 2005-09-30 01:29 ID:fw92UB47

>>33

Sure, until he wants to do something more complex, like, say, save. Or quit.

35 Name: reppie 2005-09-30 11:26 ID:GCzKr72T

>>34
If he's using the GUI version, it has save and quit menus/buttons.

36 Name: !WAHa.06x36 2005-09-30 13:23 ID:mwpVV0J0

If, yes. Even if he does, those menus are quite horrible, and act like no editor anybody's used to. But mostly we were talking about text-mode editors here, it seemed to me. If we were using a GUI, there's a number of halfway decent editors on Unix, and there's no need to wrestle with the dinosaurs.

37 Name: #!usr/bin/anon 2005-10-01 03:44 ID:Heaven

> A beginner will be able to use Emacs with no problem: whatever you type appears on the screen

Sup? I'm a beginner with Linux. Normally I just use Pico. So I tried Emacs. Hah, what a crock of crap. I couldn't figure it out. I tried to do the basic task of saving a file, err, just how in the fucking fuck do you even do that? I gave up after 15 minutes and killed the process from another Terminal.

38 Name: reppie 2005-10-01 21:27 ID:GCzKr72T

>>37
Saving in Emacs is no harder than any other editor. You just need to do a tiny amount of homework. If you're not willing to even do that, then you shouldn't be using the terminal version in the first place.

39 Name: !WAHa.06x36 2005-10-01 22:46 ID:fw92UB47

>>38

"A tiny amount of homework" is not needed for any other editor. Well, except vi.

40 Name: !WAHa.06x36 2005-10-01 22:54 ID:fw92UB47

To expand on that:

People, nowadays, expect computers to work for them. We do not want to have to do homework to save a file. We expect the computer to tell us how to do this, and any other thing we might want to use it for. In this wonderful year of 2005, computers are capable of doing this, even in text mode! The fact that these editors choose to make this difficult is most mysterious.

41 Name: #!usr/bin/anon 2005-10-02 02:41 ID:piyiIkmv

I think you might be misinterpreting the target user base of emacs and vi, though. Maybe I'm off on this, but I never saw them as general-purpose text editors. Of course there should be text editors like that, but emacs and vi were for the power-users, the sort of people who don't mind tackling a giant learning curve if the result is that they can do really complicated things more quickly and precisely than a person using some normal editor can. Granted, that means that emacs and vi shouldn't be the default editors for any system, but you know... It's not that they suck, it's just that they're not FOR you.

42 Name: 41 2005-10-02 02:43 ID:Heaven

Also, they're obviously perfect for the people -- and i do think there's a lot of these people -- who have been using them for so long that they predate the general standards by which text editors are defined these days, and that seems like a good enough reason to keep them around as any...

43 Name: dmpk2k!hinhT6kz2E 2005-10-02 06:14 ID:ohVa7zav

> predate the general standards by which text editors

We should all be using FORTRAN too.

44 Name: #!usr/bin/anon 2005-10-02 11:06 ID:Heaven

no, cobol.

45 Name: !WAHa.06x36 2005-10-02 12:52 ID:fw92UB47

>>41

Then those people should be able to install them themselves, and they shouldn't be installed by default on every damn Unix system out there. They're relics, and should be thrown out.

Now, I'm pretty sure I'm a "power user", and I don't give a flying fuck if I can use a cleverly designed magic incantation in four key strokes to format a list or some shit that I do once a year. I want to edit my damn text, and I want to press CTRL-S to save it.

46 Name: reppie 2005-10-02 23:15 ID:GCzKr72T

>>45
You could rebind C-s to save-buffer, in Emacs, if that's all you want :P
(global-set-key "\C-s" 'save-buffer) or something (of course, you'll have to bind isearch-forward to something else, if you still intend to use it).

47 Name: !WAHa.06x36 2005-10-03 01:08 ID:fw92UB47

48 Name: #!usr/bin/anon 2005-10-03 01:56 ID:EhI8ZVJ7

49 Name: dmpk2k!hinhT6kz2E 2005-10-03 03:50 ID:pvqRgDMm

I like SciTE. I just wish it was (a lot) faster.

50 Name: #!usr/bin/anon 2005-10-03 12:36 ID:Heaven

Eclipse probably knows about Python. (If you want to go the overkill route.) 'course, I use vi, and have pretty much exclusively since I was 10, but that doesn't mean I'd wish it on someone who grew up with Word.

51 Name: #!usr/bin/anon 2005-10-18 11:03 ID:Z+0IQPUc

52 Name: #!usr/bin/anon 2005-10-19 16:47 ID:Heaven

After all, I reasoned, if my sole criteria were "easy to use" and "I already know it", then by the same logic I should be still in diapers and crawling on all fours and drinking out of bottles.

53 Name: #!usr/bin/anon 2005-12-25 16:29 ID:ZWJVVGx5

I use SPE. I've been using it for long time and from all the editors I have tried, SPE has been the best. The only downside in SPE is that it is rather prone to crashes, but worry not, it's still in development!

I suggest you give it a try; http://www.stani.be/python/spe/blog/
Just remember to save your work often enough ;-)

54 Name: #!usr/bin/anon 2005-12-26 05:53 ID:RnmB15R9

>>48
TextMate is awesome except for one thing..there is absolutely no support for alternative input methods. That's right, no Japanese, no Chinese, no Hebrew.

It's pretty much the only OS X app I've used that doesn't let me input Japanese text.

55 Name: #!usr/bin/anon 2006-01-04 09:40 ID:OGNSSOvp

vi

56 Name: #!usr/bin/anon 2006-01-04 23:34 ID:Heaven

Funny.

57 Name: #!/usr/bin/anon 2006-01-09 22:54 ID:ST7docBA

vim

58 Name: #!/usr/bin/anon 2006-01-09 23:27 ID:Heaven

vim is ridiculously bloated. A bit less than GNU emacs perhaps, but still, for a text editor to approach 200,000 lines of code is ludicrous.

>>1 already mentioned vim and is looking for something different, so >>57 is DQN anyway.

59 Name: #!/usr/bin/anon 2006-01-13 00:17 ID:Heaven

I suggest writing Scheme programs that produce Python programs as output. That is how real men write Python code.

60 Name: !TgfOVovqoo : 2006-03-09 22:16 ID:p7Um60dq

I like to use scite in windows, wingide in linux and xcode in OSX.

IDE may have conflict with some code/modules. When you aren't debugging the program, it is good to use a editor and run the program directly.

61 Name: #!/usr/bin/anonymous : 2006-03-12 22:08 ID:Heaven

>>54
You should add your request here: http://macromates.com/blog/archives/2006/02/15/future-directions/

I don't work with CJK so I think it's a really great editor. I use it for Ruby but it looks like has some nice python features (and the editor is very easy to extend).

62 Name: #!/usr/bin/anonymous : 2006-03-14 09:45 ID:wFuFssi6

PSPad is pretty nice, free, fully scriptable, and doesn't suck greasy monkey balls like Unix editors do.

This thread has been closed. You cannot post in this thread any longer.