How we can use python to develop softwares | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How we can use python to develop softwares

24th Apr 2018, 6:49 PM
Vikrant Tej
Vikrant Tej - avatar
2 Answers
+ 2
Get an idea, learn what you need to make it, find the libraries required, and write the code
24th Apr 2018, 6:57 PM
Ariela
Ariela - avatar
+ 2
1st make sure what you want to build. Lets, for example, you want to make a calculator. So write the codes as you normally do to make the calculator. You may want to use tkinter for a nice GUI or matplotlib to a plot. Now to ship it as a standalone software you need to bundle the python interpreter and all the required modules. There are quite a few options available for this job but my favorite is pyinstaller https://www.pyinstaller.org
24th Apr 2018, 7:04 PM
Koushik Naskar
Koushik Naskar - avatar