i want to learn python i downloaded and installed the setup.
I want the help from you guys , How to compile a programs?.
I want a example with one input and one output, if anybody give the links for the tutorial that will be helpful for me.
How to compile the python
Page 1 of 14 Replies - 2313 Views - Last Post: 26 April 2008 - 12:18 AM
Replies To: How to compile the python
#2
Re: How to compile the python
Posted 02 February 2007 - 09:21 PM
Generally speaking, python is not a compiled language, it is an interpreted one.
Are you looking to understand how to write and run a python program? If so, everything you need is here:
http://wiki.python.o...ide/Programmers
http://docs.python.org/tut/
Or are you specifically referring to the more specialized act of having your python applications compiled into some sort of .exe, as opposed to their native .py files?
Are you looking to understand how to write and run a python program? If so, everything you need is here:
http://wiki.python.o...ide/Programmers
http://docs.python.org/tut/
Or are you specifically referring to the more specialized act of having your python applications compiled into some sort of .exe, as opposed to their native .py files?
#3
Re: How to compile the python
Posted 10 March 2007 - 06:29 PM
Outstanding link, I was looking into learning Python but did no where to start. thanks.
#4
Re: How to compile the python
Posted 25 April 2008 - 09:05 AM
Python doesn't really have an Assembler, so you can't really say it's "compiled".
#5
Re: How to compile the python
Posted 26 April 2008 - 12:18 AM
Python source code is "compiled" to python byte code and it is usually stored in PYC file
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|