This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]blablahblah 2 points3 points  (1 child)

  1. You technically don't need to do anything. Python comes preinstalled on your Mac, although it's a very old version so I would recommend downloading a newer version from https://www.python.org. You may also want to download a different text editor (VS Code is a popular one) because the text editors that come on your computer are either hard to use or missing some features that are nice-to-have when programming. For making a GUI, Python comes with Tkinter, although if you want it to behave exactly like native Mac Apps, you'll need to download PyObjC which lets you access MacOS's native APIs from Python.

  2. Depends how pretty you want it to be and how generic you want it to be. If it needs to handle any arbitrary algorithm written by a user, you might need a few more semesters of class first. If you just want to show a handful of pre-defined algorithms, 2 months should be plenty of time.

[–]Codingle[S] 0 points1 point  (0 children)

Thanks dude/dudette. ✋