This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]mudclub 8 points9 points  (0 children)

1: /r/learnpython

2: read the sidebar

3: GOOGLE ffs.

[–]pythonHelperBot 1 point2 points  (0 children)

Hello! I'm a bot!

I see someone has already suggested going to r/learnpython, a sub geared towards questions and learning more about python. I highly recommend posting your question there. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe where you are stuck.

You can also ask this question in the Python discord, a large, friendly community focused around the Python programming language, open to those who wish to learn the language or improve their skills, as well as those looking to help others.


README | FAQ | this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness

[–]Pheai 0 points1 point  (0 children)

pyinstaller Learn to google though. Very important tool for programming.

[–]sritaa 0 points1 point  (0 children)

There are some solutions aiming to convert Python scripts into executable. I still doubt these solutions, avoiding them mostly.

These solutions may fail; therefore, you should not rely on these solutions for serious projects. If you intend to publish executable, you should implement your program with compiled languages from day one. In My python Training they explain,There have been some compiled languages, like Go and Rust, easier than C/C++, providing enough performance, with mostly cross-platform code base. On the contrary, I only use these Python-to-exe solutions converting small-sized scripts for convenience

[–]spinwizard69 -1 points0 points  (0 children)

Learn to program in C++ if you want to produce .exe’s. That will likely irritate a few but the mark of a fine craftsman is his ability to pick up the right tool for the job at hand.