About 349,000 results
Open links in new tab
  1. oop - How do I implement interfaces in python? - Stack Overflow

    There are third-party implementations of interfaces for Python (most popular is Zope's, also used in Twisted), but more commonly Python coders prefer to use the richer concept known as an …

  2. user interface - Creating GUI for a simple python script - Stack …

    Apr 17, 2013 · Frustration trying to create GUI for python script Hot Network Questions My former university is trying to have its name removed from my papers (probably as revenge for …

  3. user interface - How to write GUI in Python? - Stack Overflow

    Depends on what application you are writing. I would use Python for a simple GUI, yes. Use a proper toolkit (such as PyQt - Python bindings for the popular Qt) Sure; Hello world in PyQt: …

  4. user interface - Python - Best GUI library for the job ... - Stack …

    Innovative open-source library. Supports both 2.x and 3.x versions of Python. Kivy - Open source Python library for rapid development of applications that make use of innovative user …

  5. user interface - creating an interactive Python GUI that generates a ...

    Jul 2, 2013 · This GUI will then give the user the ability to select items in the list and move them over to another list. So the list item would visually move from one "table" (table1) to the other …

  6. user interface - Create a directly-executable cross-platform GUI …

    Having said that, it is possible to build executables that include the python interpreter, and any libraries you use. This is likely to create a large executable, however. MacOS X even includes …

  7. Creating GUI with Python in Linux - Stack Overflow

    Jan 22, 2017 · As important as the toolkit is its underpinnings, with PyGTK you use GLib as well, with its filesystem abstractions (python module gio) that are very important for the Linux …

  8. user interface - Is it possible to fully customize a UI application in ...

    May 3, 2020 · UI Design: A visual designer application must be available to design and update the GUI interface definition (in a text file that can be loaded by the Python code). UI Styling : It …

  9. python - How can I build a GUI to use inside a jupyter notebook ...

    Mar 9, 2017 · The idea is to be able to build and use the GUI inside the notebook, so working with a long function that has a lot of parameters is more efficient than just typing the characters in …

  10. Creating Graphical User Interface (GUI) in Python [closed]

    May 9, 2013 · I work mostly with Matlab but I am little bit familiar with Python as well. I have never created a GUI before, however, I have been suggested to develop a GUI for an important …

Refresh