looking into python...

Ben Finney ben+python at benfinney.id.au
Wed Mar 2 17:20:14 EST 2016


crankypuss <invalid at invalid.invalid> writes:

> "Python code can be packaged into stand-alone executable programs for 
> some of the most popular operating systems, allowing the distribution of 
> Python-based software for use on those environments without requiring 
> the installation of a Python interpreter." (wikipedia)
>
> How correct is that?  Which "most popular operating systems" are
> those?

Python's web site covers this. The Python environment is available for
download <URL:https://www.python.org/downloads/> for all major operating
systems.

Python is used in a huge range of fields, in organisations large and
small <URL:https://www.python.org/about/success/>.

> Is there a good site to read for a quick overview of how one would use
> python with a qt binding to write some GUI utilities?

GUI programming is covered at the Python wiki
<URL:https://wiki.python.org/moin/GUI%20Programming%20in%20Python>.

-- 
 \           “I prayed for twenty years but received no answer until I |
  `\          prayed with my legs.” —Frederick Douglass, escaped slave |
_o__)                                                                  |
Ben Finney




More information about the Python-list mailing list