I would like to use my samsung chromebook to develop for app engine using python, unfortunately now it is not possible as I only have browser there.

There are online IDE's like codule but they are not good enough yet.

So in this regards I have 3 questions:

  1. Is there a way to hack into chrome os and pull its native linux out
  2. Is there a way to install second OS on the chromebook (I have a new Samsung chromebook not the first one)
  3. Is there any chrome OS extension which can help programming in python for app engine
link|improve this question

60% accept rate
Belongs on Super User. – Chris Morgan Sep 4 '11 at 14:44
@Chris Morgan. Arguments? This is about programming. – WTP'-- Sep 4 '11 at 16:43
Have you seen coderbuddy? – Wooble Sep 4 '11 at 22:12
1  
@WTP: the question is about how to get to a non-web-based system so that he can program better; it's not a programming question, it's to do with changing the environment of a Samsung Chromebook. – Chris Morgan Sep 4 '11 at 23:22
@WTP What coffee helps you program best is also about programming, but doesn't belong on SO. – Nick Johnson Sep 5 '11 at 3:23
show 1 more comment
feedback

3 Answers

up vote 3 down vote accepted

Just enable Developer Mode, and you will get the access to the shell.

link|improve this answer
feedback

Let me try and answer each of your 3 questions:

  1. In dev mode you can hit ctrl-alt-T and get the shell. However, it's a trim/secure shell that won't let you do what you wish...
  2. You can load any type of OS from usb and install it. I have few friends that did it with ubuntu but each and everyone of them - moved back to chromeOS... may be, in your case it will be different :)
  3. Cloud9 is a cloud IDE that give you ability to develop in Python.

You can read a blog post I wrote in the past about 'developers and chromebook' - http://greenido.wordpress.com/2011/07/04/web-developers-and-the-new-chromebook/

Good luck!

link|improve this answer
feedback

Now days, you can easily set up the IPython Notebook on Amazon's EC2 and use that to program your EC2 virtual machine in Python.

It works just like a regular webapp. Your code runs on the server, so you can't program your Chomebook, just the EC2 VM, but that's probably a lot better.

If you need any help setting it up, just post a new question.

All the best.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.