About 73,900 results
Open links in new tab
  1. macos - What's a good IDE for Python on Mac OS X? - Stack Overflow

    29 I use TextMate for all my Python programming needs. It's not an IDE per se, but it does a lot of stuff that an IDE does (without all the cruft of an IDE). It has syntax highlighting, code folding, integration …

  2. how do I launch IDLE, the development environment for Python, on …

    Jan 9, 2012 · In the stock Mac OS X python installation, idle is found in /usr/bin, which is not (easily) accessible from Finder and not indexed by Spotlight. The quickest option is to open the Terminal …

  3. How can I fix the "zsh: command not found: python" error? (macOS ...

    I use brew install brew install [email protected], after installation success I want to know the version of python, I run command python --version, and I got the problem zsh: command not found: python.

  4. Create a directly-executable cross-platform GUI app using Python

    318 First you will need some GUI library with Python bindings and then (if you want) some program that will convert your python scripts into standalone executables. Cross-platform GUI libraries with Python …

  5. python - How to make IDLE window more readable? Font too small for …

    Apr 14, 2016 · Your 'window' tag isn't specific enough to know what you're asking about. If you mean the python IDE, please use the python-idle tag. Otherwise use a tag telling us which …

  6. Running Python from Atom - Stack Overflow

    3 To run the python file on mac. Open the preferences in atom ide. To open the preferences press 'command + . ' ( ⌘ + , ) Click on the install in the preferences to install packages. Search for …

  7. python - What is the shortcut key to comment multiple lines using ...

    Feb 8, 2022 · This heavily depends on where you're writing your python code. If you're writing it in Notepad, there won't be a shortcut for commenting a line. However, if you use an IDE, you will …

  8. exec: "python": executable file not found in $PATH on Arduino IDE

    Feb 16, 2022 · I do have python3 installed on my Mac but it goes to /usr/bin/python3 and Mac automatically installs python, I want python3 to go to /usr/bin/python Running which python returns …

  9. python - Spyder on m1 chip - Stack Overflow

    Jul 21, 2022 · I am getting a new mac with m1 pro chip and want to install Python with Spyder IDE. I will be using conda to manage Python environments. I gather that as of now Spyder does not run …

  10. Is there a way to clear Python's IDLE window? - Stack Overflow

    Type python and hit enter to turn windows command prompt to python idle (make sure python is installed). Type quit() and hit enter to turn it back to windows command prompt. Type cls and hit …