exe files and Python
- by Sorush Rabiee
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?