Please who can with best explanation tell me what is Standalone | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please who can with best explanation tell me what is Standalone

Is it a language?

12th Jul 2022, 5:39 PM
Jordan Alloy ✝️
Jordan Alloy ✝️ - avatar
7 Answers
+ 3
Python has a built-in GUI package, which allows easy building of forms like this: The package used in this example is tkinter. The form above takes the value, entered in the entry field, squares it and displays it back in the entry field, thus the square button can be clicked again. Quite a standard application. The interesting part in this article is to make the application Stand Alone, and send it to someone, who does not have python installed and does not need to see the console. These are the 3 small steps needed, once the code is written: Save the python code as *.pyw Install “pip install pyinstaller” Generate the exe file with “pyinstaller -w InputOutputConsole.pyw” Once these steps are ready, this is the result in the same folder:
13th Jul 2022, 8:44 AM
😇🌟SWATI🌟😇
😇🌟SWATI🌟😇 - avatar
+ 7
Standalone is a word which is used in technial naming and describe something, often a device, which works independent from other devices and is not a modul / part of another biger device.
12th Jul 2022, 6:54 PM
JaScript
JaScript - avatar
+ 3
Have you tried to research the term via Google etc.? https://en.m.wikipedia.org/wiki/Standalone_software
12th Jul 2022, 5:59 PM
Lisa
Lisa - avatar
+ 2
What do you mean by "contributing ideas"? If you skimmed the Wiki entries, you could find that it is not a language but a software.
12th Jul 2022, 6:04 PM
Lisa
Lisa - avatar
+ 2
Here you can find out about mentors: https://www.sololearn.com/sololearn-mentors
12th Jul 2022, 6:31 PM
Lisa
Lisa - avatar
0
Lisa i have. Wanting to know more from contributing ideas.
12th Jul 2022, 6:00 PM
Jordan Alloy ✝️
Jordan Alloy ✝️ - avatar
0
Lisa i honestly posted this before going wiki. Thanks anyways!
12th Jul 2022, 6:07 PM
Jordan Alloy ✝️
Jordan Alloy ✝️ - avatar