Ask your own question, for FREE!
MIT 6.189 A Gentle Introduction to Programming Using Python (OCW) 24 Online
OpenStudy (anonymous):

Anyone else using Python 2.7 on Ubuntu vs Mac OS? I have a virtual box with Ubuntu and like Python's IDLE a bit better.

OpenStudy (rsmith6559):

The Mac does have IDLE, somewhere. Ubuntu will launch Python faster than a Mac. I don't like IDLE because it changes my tabs to spaces and creates problems while I'm debugging. Try using Spotlight to find IDLE. I think they've moved it to /usr/bin, so just typing "idle &" in a shell to launch it. If IDLE is still buried, I have this script in /usr/bin to launch Python 2.5: #!/bin/bash /usr/bin/python /System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/idlelib/idle.py & exit 0

OpenStudy (anonymous):

I am using on Debian but there are many pythons IDE's as text editors with coloring and autocomplete so using python is fast and easy here.

OpenStudy (anonymous):

I have it on both windows 7 and ubuntu. I like the ubuntu version best.

OpenStudy (anonymous):

I prefer the Ubuntu's version, plus with Oracle VM inside, I can run two operating systems concurrently. Still favor the Ubuntu's IDLE.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!