Ok, I think its time for Phase Two (See the OP). If I missed anyone, you can still reply to express your interest
Installing Python 3.2 for Windows and Mac
0. If you have a Mac, grab the Python 3.2 dmg. OSX comes with Python 2.x which is too old. I don't have a Mac but if you get stuck just fire a reply here! Hint: It puts its files at: /Library/Frameworks/Python.framework/Versions/3.2/Resources/Python.app/Contents/MacOS/Python
1. Head over to http://www.python.org/download/
2. Download and install the 32bit version of Python 3.2, do not get the 64bit one as it may break things later on.
Installing Python 3.2 for Linux
1. I assume you know how to use Linux somewhat, since you have it installed, so open up your terminal (look through the menus for a terminal application) and try some of these commands:
python3
python3.2
2. It should hopefully say Python 3.0, 3.1 or 3.2, if neither of these commands provides python 3 then you will have to install its package. Post a reply for more help.
Installing Aptana, Available for Windows, Linux and OSX!
0. Make sure you have installed Python first! See above.
1. Head over to http://www.aptana.com/products/studio3/download and download + install it.
2. Start it up, you always get this dialog, just click "Use this as default and do not ask again", then press Ok.
3. You should now be looking at this:
4. Go to File --> New --> PyDev Project
5. Fill in the project name, if you have any problems, try removing spaces or other weird characters. Set the Grammar Version to 3.0
6. Press the blue hyperlink near the bottom "Please configure an interpeter..."
7. Press Auto Config, press Ok to all the dialogs that come up. You can press Ok on this one too.
If your on a mac, You might have to set the interpreter manually, Try looking here:
/Library/Frameworks/Python.framework/Versions/3.2/Resources/Python.app/Contents/MacOS/Python
8. You should see your project come up on the left:
9. Right click on it, and go to New --> PyDev Module
10. Give the module a name, do not use spaces, use understore instead. Finish will be grayed out if you do it wrong.
11. Write your first hello world program as shown below and press Ctrl+F11 or the "green play button" as shown to run it. If you get a dialog come up, select "Python Run" and press Ok.
Report back when you have completed this or if you are experienced with Python, tell me this so I can make a note on the OP <-- Read Carefully!. I appreciate feedback too
Installing Python 3.2 for Windows and Mac
0. If you have a Mac, grab the Python 3.2 dmg. OSX comes with Python 2.x which is too old. I don't have a Mac but if you get stuck just fire a reply here! Hint: It puts its files at: /Library/Frameworks/Python.framework/Versions/3.2/Resources/Python.app/Contents/MacOS/Python
1. Head over to http://www.python.org/download/
2. Download and install the 32bit version of Python 3.2, do not get the 64bit one as it may break things later on.
Installing Python 3.2 for Linux
1. I assume you know how to use Linux somewhat, since you have it installed, so open up your terminal (look through the menus for a terminal application) and try some of these commands:
python3
python3.2
2. It should hopefully say Python 3.0, 3.1 or 3.2, if neither of these commands provides python 3 then you will have to install its package. Post a reply for more help.
Installing Aptana, Available for Windows, Linux and OSX!
0. Make sure you have installed Python first! See above.
1. Head over to http://www.aptana.com/products/studio3/download and download + install it.
2. Start it up, you always get this dialog, just click "Use this as default and do not ask again", then press Ok.
3. You should now be looking at this:
4. Go to File --> New --> PyDev Project
5. Fill in the project name, if you have any problems, try removing spaces or other weird characters. Set the Grammar Version to 3.0
6. Press the blue hyperlink near the bottom "Please configure an interpeter..."
7. Press Auto Config, press Ok to all the dialogs that come up. You can press Ok on this one too.
If your on a mac, You might have to set the interpreter manually, Try looking here:
/Library/Frameworks/Python.framework/Versions/3.2/Resources/Python.app/Contents/MacOS/Python
8. You should see your project come up on the left:
9. Right click on it, and go to New --> PyDev Module
10. Give the module a name, do not use spaces, use understore instead. Finish will be grayed out if you do it wrong.
11. Write your first hello world program as shown below and press Ctrl+F11 or the "green play button" as shown to run it. If you get a dialog come up, select "Python Run" and press Ok.
Report back when you have completed this or if you are experienced with Python, tell me this so I can make a note on the OP <-- Read Carefully!. I appreciate feedback too
Last edited: