um what if I run off lunux :(
Congratulations: you're probably running free software! Your computer is well on its way toward the ethical ideal!
lol thank you but will I be able to run Python on wine
Why would you use wine? Python does work on linux
ok thank you I have not tried any thing I just wanted to make sure big help thank you :)
What distro are you running? Is it a school computer?
Im using mint and yes it
dunno how the mint package manager works but yes, http://community.linuxmint.com/software/view/python Python is packaged for mint. The worst you'll have to learn is how to compile on the command line I think
Thank you :)
You can install python on any debian derivative(which Mint is) by running this command in the terminal: sudo apt-get install python It will require you to enter your password however.
hey thank you I found out it was already installed as a package I cant wait to start this course :)
And no need to put a :( after saying you are on linux in the question! We are not OS specific on OS! LINUX, Windows, and yes, even MacOS people are welcome here. Many of the C/C++ questions have been by Mac users. Python covers the range. We have .NET users on Windows. Etc.
Just a fellow Linux user chiming in. You may have to specify the proper version of Python and IDLE to install for this course. Linux Mint Debian Edition requires the use of: sudo apt-get install python2.7 (or alternatively python2.6 works as well)
As a simple test open a terminal and type python. What does it say?
Join our real-time social learning platform and learn together with your friends!