Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
free python editor for mac
#1
Hello, I am looking for a free python editor for my Mac, I mean a truly free one, not those bogus "free" trial then ask for money.
does anyone have a suggestion? Thanks.
Reply
#2
Im pretty sure that all the IDE's are compatible with Mac.

I also cant think of any off the top of my head that require money to purchase at all without giving a permanent free option. Most ask for money, but most give a free option as well. The bells and whistles that they give you with the paid version isnt even worth it to consider paying for it. I would never pay for an IDE, never have, never will.

https://wiki.python.org/moin/PythonEditors

Technically you dont even need an IDE at all. You could just use a terminal and Vim or Emacs.
Recommended Tutorials:
Reply
#3
VS code is good,a quick review.
PyCharm free community
Reply
#4
Try IDLE

https://www.python.org/

That's fully free and works on Mac
Just make sure you download the Mac build
Reply
#5
I really like Ananconda, and within that use Spyder as my IDE thought if doing it over might use VSCode. Anaconda will manage Jupyter Lab and Jupyter Notebook, for notebook style programming (popular especially in the data science world), as well as Spyder, VSCode, and other options. Anaconda's environment management is great.

Now, if you want a cross platform IDE that works on your Mac as well as your iPad, and a Chromebook and don't mind using the notebook style, colab.research.google.com
Reply
#6
(May-20-2020, 01:16 PM)chesschaser Wrote: Try IDLE
IDLE is really poor substitute for IDE
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Smile Newsi free News API for python mohammedalaazaki 0 466 Aug-18-2023, 06:53 AM
Last Post: mohammedalaazaki
  Sublime Text Editor not recognizing Python elroberto 5 2,866 Jun-13-2022, 04:00 PM
Last Post: rob101
  Music Notation editor; how to build the editor? direction to go? philipbergwerf 1 1,680 Jan-01-2022, 04:56 PM
Last Post: Larz60+
  Question re: running code in Editor (i.e. Atom) vs Python interpreter rok 3 2,417 Jun-29-2020, 09:20 PM
Last Post: bowlofred
  Running python from Sublime Text editor balley810 2 2,997 Jul-14-2019, 03:40 PM
Last Post: ThomasL
  python script file not opening in IDLE editor srm 2 4,379 Jun-23-2019, 08:45 AM
Last Post: Larz60+
  Atom editor issue with python 3 johnmick 2 2,898 Jan-25-2019, 10:17 PM
Last Post: snippsat
  error with python and atom editor josebogota 1 2,697 Mar-20-2018, 06:47 PM
Last Post: micseydel
  Python development editor Venkatta 8 87,121 Dec-13-2017, 06:27 PM
Last Post: j.crater
  Python Editor sairam132033 17 9,388 Nov-29-2017, 03:57 PM
Last Post: p4t3x

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020