Editor / Dev Environment ?
5 posts
I notice that SPE is included with the Debian image, is this going to be the preferred editor for Python tutorials ?
- Posts: 254
- Joined: Fri Oct 21, 2011 5:53 pm
- Location: UK
I suspect that people creating tutorials will drift towards whatever editor they prefer.
I've been trying SPE simply because it was sitting there waiting to be used. For diving in and playing I can't see the point bothering with anything else. Seems to do the job!
I've been trying SPE simply because it was sitting there waiting to be used. For diving in and playing I can't see the point bothering with anything else. Seems to do the job!
My Raspberry Pi blog and home of the BerryClip Add-on board : http://www.raspberrypi-spy.co.uk/
I've used 'joe' for the last 10 years at least. It's a terminal-based editor (with keyboard commands similar to that of WordStar, for those of you ancient enough to remember that venerable program...) It is available as 'joe' via apt-get. It's an editor, not an "integrated development environment", but for what it is, it works quite well for my purposes. I would recommend learning 'vi' as well, though, because it's almost universally available on Unix-ish systems and therefore a very handy thing to know.
- Posts: 31
- Joined: Tue May 22, 2012 4:41 am
just got my pi yesterday, and tried running SPE but found it very slow, also would prefer v3.0.
I'm pretty new to all this, so would welcome any suggestions for alternative python IDEs for me & my son to get going on?
I'm pretty new to all this, so would welcome any suggestions for alternative python IDEs for me & my son to get going on?
- Posts: 1
- Joined: Fri Jun 01, 2012 8:14 am
This is one of those topics that tends to divide opinion.
In his "Raspberry Pi tutorials" YouTube videos, Liam Fraser uses Geany. This is a nice IDE for Python (any pretty much any programming language you'd like to learn). It's easy to use and lightweight / fast.
I started learning Python by reading "A Byte of Python". Its author, Swaroop, recommends Vim, and I now use that as my editor of choice. Vim is great, but it's quite a steep learning curve at first.
mark
In his "Raspberry Pi tutorials" YouTube videos, Liam Fraser uses Geany. This is a nice IDE for Python (any pretty much any programming language you'd like to learn). It's easy to use and lightweight / fast.
I started learning Python by reading "A Byte of Python". Its author, Swaroop, recommends Vim, and I now use that as my editor of choice. Vim is great, but it's quite a steep learning curve at first.
mark
- Posts: 398
- Joined: Sun Nov 20, 2011 11:37 am