exe files and Python

Posted by Sorush Rabiee on Stack Overflow See other posts from Stack Overflow or by Sorush Rabiee
Published on 2010-03-22T21:29:46Z Indexed on 2010/03/22 21:31 UTC
Read the original article Hit count: 466

Filed under:

i have some questions about python:

1- How to build .exe files from .py files?

2- How to run a program with arguments and receive the result by python code?

3- How to load .NET library in python code (or write python in VS.NET IDE [!?])?

4- is built-in integer of python 3.1 something like a string? it calculates 200! in less than one second and calculates 2^1 to 2^7036 (by a simple recursive algorithm & writing them to a text file) with a 1.75GHz cpu in 4 minuets, so if it is a string, how it can be so fast like this? is there a great difference between memory type and logical calculation of python with c++?

5- what is the best python practice? how can i be an expert?

© Stack Overflow or respective owner

Related posts about python