Hi, I ended python course 1 day ago. I like look of this interpreter so i ask:
Can I get interpreter on linux that looks exactly like this one?
PS There are a lot of mistakes in this question but I think it is understandable.
Hi, I ended python course 1 day ago. I like look of this interpreter so i ask:
Can I get interpreter on linux that looks exactly like this one?
PS There are a lot of mistakes in this question but I think it is understandable.
I personally recommend the Spyder Python IDE because it has the text editor and interpreter all in one window similar to codeacademy.
Linux installation commmand:
Python 2:
sudo apt-get install spyder2
Python 3:
sudo apt-get install spyder3
Installation site:
https://www.continuum.io/downloads
(also try IDLE for a classic alternative )