Python

Started by
7 comments, last by Mr T 87 15 years, 9 months ago
I have two questions. Is there a way to make an executable with Python? Where can I find a good tutorial for python. Thanks.
** boolean010 **
Advertisement
1) http://www.py2exe.org/
2) http://www.diveintopython.org/
Quote:Original post by boolean010
Is there a way to make an executable with Python?
Yes, you can use py2exe on Windows, and py2app on Mac. I don't know offhand of a similar tool for linux.

Quote:Where can I find a good tutorial for python.
You may like to try the official tutorial - it isn't necessarily the best tutorial, but it is the most comprehensive I am aware of.

Tristam MacDonald. Ex-BigTech Software Engineer. Future farmer. [https://trist.am]

Thanks for the quick reply. I'll check those out.
** boolean010 **
byte of python :)

A really nice python tutorial in my opinion, im just a beginner aswell... but you might want to try this out:

http://www.ibiblio.org/swaroopch/byteofpython/read/index.html

Best of luck!
I went to http://www.py2exe.org, but I'm unsure which one to download.

Thanks.
** boolean010 **
Quote:Original post by boolean010
I went to http://www.py2exe.org, but I'm unsure which one to download.

Thanks.

"Download py2exe from SourceForge" is probably a good bet....

Steven Yau
[Blog] [Portfolio]

I also recomend A byte of python. Im using it to learn python as well.
good luck with whichever book you choose. ;)
---------------------------------------------------------------------------------------Exercise, eat right and be the best you can be!Translation: Play video games for finger streangth and eat lots of hot pockets to be at top programming efficiency.
If your using another OS than Windows try searching for CX_Freeze which is platform independant.

Regards,
Adam
<iframe scrolling="no" marginheight="0" marginwidth="0" frameborder="0" style="width:240px;height:26px;margin:3px;padding:0;border:1px solid #dde5e9;background-color:#ffffff;" src="http://cid-ff6c6c9c2a46861c.skydrive.live.com/embedrow.aspx/Software/Cool.Down%201.0.msi"></iframe>

This topic is closed to new replies.

Advertisement