'Python 2.x or 3.x on a Chromebook

I'm trying to get into programming. I've worked to an extent in JavaScript, HTML, etc. I recently started Python, and I want to be able to use my Acer C720 Chromebook with Python. I've already installed a few things like the Python Shell from the Chrome Webstore, but these all lack certain modules that I need to use, such as tkinter. I was wandering if I could install a full version of Python (2.x or 3.x) via the terminal (I'm currently in dev mode).



Solution 1:[1]

You will need to install crouton on your chromebook, and then, after dual booting (with sudo startxfce4), you can open the terminal and proceed with your TKinter program.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 A.J. Uppal