How is Software Made?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tharden3
    Contributor
    • Jul 2008
    • 916

    How is Software Made?

    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
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    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.

    Comment

    • oler1s
      Recognized Expert Contributor
      • Aug 2007
      • 671

      #3
      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.

      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.

      Is building software different from building a GUI app in say.... wxPython or others?
      Building a GUI app is building software.

      Comment

      • tharden3
        Contributor
        • Jul 2008
        • 916

        #4
        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 :)

        Comment

        • RedSon
          Recognized Expert Expert
          • Jan 2007
          • 4980

          #5
          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.

          Comment

          • tharden3
            Contributor
            • Jul 2008
            • 916

            #6
            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.

            Comment

            Working...