Monday, May 24, 2010

Hi! You know how c# uses visual studio compiler, my question is what do i use for Python and where do i downld

so where do i dwnld it from pls and if possible i need a tutorial on python

Hi! You know how c# uses visual studio compiler, my question is what do i use for Python and where do i downld
this :)


enjoy
Reply:Look for a Python that works under .net following is a link or try iron Python. If you already know C# this will be easiest.


http://sourceforge.net/project/showfiles...





Other way is to find alternate IDE like active state is. Active state is IDE for Python /Perl and quite a bit of other free languages. The compiler is free but you have to pay for IDE.


www.ActiveState.com





Samples and documentation can be found with Iron Python


http://www.codeplex.com/IronPython


http://www.thescripts.com/tutorial.html
Reply:Python doesn't require compilation as it is an interpreted language (although there are programs to turn python code into native exe I think py2exe is the package?)





The previous link provided will be good to get the python interpreter loaded on your computer... I recommend BoaConstructor for your dev environment... and for tutorials just look at some code... if you're comfortable with c#, you should be able to pick up python relatively quickly.


No comments:

Post a Comment