Programming over SSH in Raspberry pi (r-pi) and Introducing Adafruit Web IDE


Raspberry Pi Spot

Hi Everyone

Its have been few days that i haven’t posted something. Today i am going to explain how to start writing programs in raspberry pi over SSH (Secure Socket Shell). So cope with me 😉

Lets start with some basics –

Which Programming Language?

Raspberry pi officially comes with “Python” as a major programming language. It comes with python IDE which is known as “IDLE3”.  Well we are talking about programming over SSH, so forget about it.

Programming?

For writing a program in Raspberry pi or in any other system you first need an editor. If you are running “Raspbian Wheezy” on your r-pi, you have various options available (vi, nano etc).

You will find “vi” hard to understand and in case of nano (writing program in Python), you have to cope with indentation problem. So what to use?

Forget it for just now. We will be writing a…

View original post 603 more words

1 Comment

Leave a Comment