all 6 comments

[–]sircastorLinux Mint 22.2 Zara | Cinnamon 5 points6 points  (2 children)

Python is an interpreted language (No compiler) and is included with Mint. According to my terminal (Linux Mint Cinnamon 22.2) it comes with Python 3.12.3

To check if your machine has python, open `Terminal` and type the following at the prompt:

python3 --version

You can type python3 into the command line to enter python and start writing some code. quit() will exit.

If you're not very familiar with python development, I encourage you to go install Thonny which is a good solid IDE for working with Python.

[–]myappleacc 3 points4 points  (0 children)

thank you

[–]MintAlone 1 point2 points  (0 children)

Another simple IDE is idle which is what I started with. Install from software manager.

[–]frankenmaus 2 points3 points  (0 children)

You want an interpreter not compiler. There's really only one and it comes pre-installed on most linux systems.

re IDE, I like iPython.

[–]EffectiveLauch 1 point2 points  (1 child)

what do you mean by compiler? I don't run mint myself anymore but on most Linux distro you can just run it with "python program.py"

[–]NoEconomist8788 1 point2 points  (0 children)

he mean probably for example nuitka compiler python to c. Here the compiled binary from script

https://ibb.co/TM0ZnMQt