amirzak
Posts: 7
Joined: Wed Jul 31, 2013 12:18 pm

text editor or compiler

Thu Aug 01, 2013 10:01 am

Hi,
I need a simple text editor or a compiler (to RPI).
Can anyone recommend one please???
Thanks
Amir

User avatar
rurwin
Forum Moderator
Forum Moderator
Posts: 4258
Joined: Mon Jan 09, 2012 3:16 pm
Contact: Website

Re: text editor or compiler

Thu Aug 01, 2013 10:08 am

A text editor and a compiler are totally different things.

What are you trying to accomplish?

amirzak
Posts: 7
Joined: Wed Jul 31, 2013 12:18 pm

Re: text editor or compiler

Thu Aug 01, 2013 10:11 am

I want a simple platform for programming in python

User avatar
rurwin
Forum Moderator
Forum Moderator
Posts: 4258
Joined: Mon Jan 09, 2012 3:16 pm
Contact: Website

Re: text editor or compiler

Thu Aug 01, 2013 10:17 am

The "IDLE" icon on the Raspbian GUI desktop is a simple platform for developing Python.

amirzak
Posts: 7
Joined: Wed Jul 31, 2013 12:18 pm

Re: text editor or compiler

Thu Aug 01, 2013 10:23 am

I do not like the IDLE, I prefer a text editor like SUBLIME TEXT 2 ...

User avatar
RaTTuS
Posts: 10558
Joined: Tue Nov 29, 2011 11:12 am
Location: North West UK
Contact: Twitter YouTube

Re: text editor or compiler

Thu Aug 01, 2013 10:28 am

vi ,
nano,
or even sublime
aha edit - not yet
https://www.sublimetext.com/forum/viewt ... f=4&t=7483
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV

1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe

User avatar
DeeJay
Posts: 2027
Joined: Tue Jan 01, 2013 9:33 pm
Location: East Midlands, UK

Re: text editor or compiler

Thu Aug 01, 2013 10:33 am

vi, nano, pico, leafpad - these are all installed with Raspbian by default.

geany can be installed trivially using a standard apt-get install command

SublimeText appears to be a commercially licensed product. Its webpage is here - http://www.sublimetext.com/
If they don't have a version for the RPi perhaps it would be best to approach them directly?
How To Ask Questions The Smart Way: http://www.catb.org/~esr/faqs/smart-questions.html
How to Report Bugs Effectively: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html

bushrat
Posts: 65
Joined: Mon Mar 05, 2012 8:35 pm

Re: text editor or compiler

Sat Aug 03, 2013 2:14 pm

I highly recommend Geany, it's a very simplistic yet fully featured IDE (Integrated Development Environment) that works great in Python and many other languages, should you ever have the urge to learn, say, HTML, JavaScript, C++, etc.

Also, its completely open source, free and cross-platform to, meaning that if you need to use Mac, Windows or Linux on the Desktop/Laptop, you can take all the experience you had on said Desktop/Laptop with Geany with you. :D

User avatar
davef21370
Posts: 897
Joined: Fri Sep 21, 2012 4:13 pm
Location: Earth But Not Grounded

Re: text editor or compiler

Sat Aug 03, 2013 2:40 pm

amirzak wrote:I want a simple platform for programming in python
So go with rurwin's advice and use IDLE, it's probably as simple as it gets and what's not to like about it?
I use IDLE for Python, Geany for C/C++ and when I need to SSH into the Pi I'll stick with Nano for anything. It all works well for me.

Dave.
Apple say... Monkey do !!

User avatar
rurwin
Forum Moderator
Forum Moderator
Posts: 4258
Joined: Mon Jan 09, 2012 3:16 pm
Contact: Website

Re: text editor or compiler

Sat Aug 03, 2013 2:44 pm

If I'm SSHing in, then I use jEdit. Since it's Java based it will run on any OS, but it's too slow to run on the Pi. Although I haven't tried it on the new JIT compiler. It's got a built-in SFTP client so I can edit files on the Pi directly and then use an SSH shell to execute them.

spoolboyy
Posts: 23
Joined: Sat Mar 03, 2012 10:13 pm

Re: text editor or compiler

Sun Aug 04, 2013 9:13 pm

I can second the proposals for Geany and just buckling down and using IDLE. Both simple and light weight, and available for Raspbian.

Return to “Python”