Connecting Tech Pros Worldwide Help | Site Map

How is Software Made?

tharden3's Avatar
Site Addict
 
Join Date: Jul 2008
Location: Ocala, FL (United States)
Posts: 817
#1: Jul 23 '08
Do they use scripting languages in combination with GUI development? Is building software different from building a GUI app in say.... wxPython or others?
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,387
#2: Jul 23 '08

re: How is Software Made?


You can build software with any programming language. It depends on what you want to do. Python is a good programming language to make software with.
Expert
 
Join Date: Aug 2007
Posts: 674
#3: Jul 23 '08

re: How is Software Made?


Quote:
How is Software Made?
That’s an incredibly broad question to ask. Software can refer to anything that is programmed, and there is no set method of making software.

Quote:
Do they use scripting languages in combination with GUI development?
It could be possible, depending on what is being built. A GUI for a firefox extension, for example, uses the framework that Mozilla provides, which includes XUL and Javascript. Or you could have a Java GUI. Or one in C++. Or maybe it’s in Python, but C++ is used as a host language along with Python for a program. Maybe it’s using Adobe AIR, with HTML and Javascript. There’s no set mechanism.

Quote:
Is building software different from building a GUI app in say.... wxPython or others?
Building a GUI app is building software.
tharden3's Avatar
Site Addict
 
Join Date: Jul 2008
Location: Ocala, FL (United States)
Posts: 817
#4: Jul 23 '08

re: How is Software Made?


Quote:

Originally Posted by oler1s

That’s an incredibly broad question to ask. Software can refer to anything that is programmed, and there is no set method of making software.

It could be possible, depending on what is being built. A GUI for a firefox extension, for example, uses the framework that Mozilla provides, which includes XUL and Javascript. Or you could have a Java GUI. Or one in C++. Or maybe it’s in Python, but C++ is used as a host language along with Python for a program. Maybe it’s using Adobe AIR, with HTML and Javascript. There’s no set mechanism.

Building a GUI app is building software.

very helpful. There is so many terms, not enough definitions when your new to this stuff. Thanks :)
RedSon's Avatar
Site Moderator
 
Join Date: Jan 2007
Location: America
Posts: 3,387
#5: Jul 23 '08

re: How is Software Made?


Quote:

Originally Posted by tharden3

very helpful. There is so many terms, not enough definitions when your new to this stuff. Thanks :)

You can't be that new you have almost 100 posts.
tharden3's Avatar
Site Addict
 
Join Date: Jul 2008
Location: Ocala, FL (United States)
Posts: 817
#6: Jul 23 '08

re: How is Software Made?


Quote:

Originally Posted by RedSon

You can't be that new you have almost 100 posts.

ehh, I guess. Maybe not new so much as clueless.
Reply