Python Forum
Newbie question about running Python via GUI on OSX
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Newbie question about running Python via GUI on OSX
#2
Quote:and I was hoping to get a working solution
working solutions are created by programming languages, python being one of them.
If python presented 'working solutions' it would be considered an application, not a programming language.

By OSX GUI, am I correct in assuming that you mean Aqua?

if so, the python community offer the following 'packages' (for subject aqua): https://pypi.org/search/?q=Aqua
All (or most) of these include the source code that created the packages. That is (usually) stored in a repository named GitHub, you can see the source code for each package, by clicking on the Homepage link on pypi.

If you like what you see in a package, you can (again usually, as some installs are a bit more complicated) install using the 'pip' sample pip install aqua for any other package just replace 'aqua' with the (pypi) package name.

If you'd like to study the source code for any package,
  1. First Install git (if not already installed):
  2. Now, from command line, navigate to the directory where you would like to place the source code
  3. On the package GitHub page (get there by clicking Homepage in PyPi) you will see a green 'Code' page.
    • Copy that link
    • from command line, type git clone
    • paste link to end of line above and press enter. All of the code will be copied to your directory
Reply


Messages In This Thread
RE: Newbie question about running Python via GUI on OSX - by Larz60+ - Jan-31-2021, 07:40 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How is pandas modifying all rows in an assignment - python-newbie question markm74 1 770 Nov-28-2023, 10:36 PM
Last Post: deanhystad
  newbie question - can't make code work tronic72 2 752 Oct-22-2023, 09:08 PM
Last Post: tronic72
  Newbie question about switching between files - Python/Pycharm Busby222 3 683 Oct-15-2023, 03:16 PM
Last Post: deanhystad
  Newbie.... run for cover. OpenCV question Stevolution2023 2 1,034 Apr-12-2023, 12:57 PM
Last Post: Stevolution2023
  numpy newbie question bcwilly_ca 4 1,248 Feb-10-2023, 05:55 PM
Last Post: jefsummers
  Python newbie laleebee 2 1,395 May-24-2022, 01:39 PM
Last Post: laleebee
  Question from complete python's newbie Davicom 3 2,455 Jun-09-2021, 06:09 PM
Last Post: bowlofred
  super newbie question: escape character tsavoSG 3 2,543 Jan-13-2021, 04:31 AM
Last Post: tsavoSG
  newbie question....importing a created class ridgerunnersjw 5 2,742 Oct-01-2020, 07:59 PM
Last Post: ridgerunnersjw
  Dumb newbie question JonEdward 5 3,357 Jul-22-2020, 10:06 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020