1
I’m a beginner in Python 3. I’m using Pycharm v.2017.3.3 and would like to know how to finish my project "Hello World" for a friend to run on your Windows. Someone could help me?
Grateful.
1
I’m a beginner in Python 3. I’m using Pycharm v.2017.3.3 and would like to know how to finish my project "Hello World" for a friend to run on your Windows. Someone could help me?
Grateful.
Browser other questions tagged python
You are not signed in. Login or sign up in order to post.
I can’t tell you what’s best, but one tool I used successfully in the past was cx_freeze. They recently upgraded (on January 7, 17) to version 5.0.1 and supports Python 3.6. Here is pypi https://pypi.python.org/pypi/cx_Freeze Docs show that there is more than one way to do it depending on your needs. http://cx-freeze.readthedocs.io/en/latest/overview.html
– Alciomar Hollanda
I’m new to stackoverflow.
– Fernando Barros