Results 51 - 75 of about 264 results out of about 3454 pages. (2.08 seconds)

FrontPage . . . 8 matches
...rogramming language. Some pages are protected against casual editing - see [[WikiEditingGuidelines]] for more information about editing content. [[http://www.python.org/|Python]]...

8.1k - rev: 625 (current) last modified: 2018-09-16 15:22:36

Documentation . . . 8 matches
... to Python or are considering trying Python after using other languages. * [[BeginnersGuide|Python for Beginners]] * [[IntermediatesGuide|Python for Intermediates]] * Language...

3.3k - rev: 66 (current) last modified: 2022-03-11 09:30:05

PyQt/GraphicsView_-_SimpleAnimation . . . 7 matches
...chu (samp[dot]krystian[monkey]gmail.com), November 2006 import sys from PyQt4 import QtGui, QtCore class MyView(QtGui.QGraphicsView): def __init__(self): QtGui.QGrap...

1.6k - rev: 1 (current) last modified: 2014-06-06 23:42:03

PyQt/Extend Two QPixmap . . . 7 matches
...red him: {{{ #!python ''' combine 2 pixmaps into one. ''' from PyQt4 import QtCore, QtGui IMAGE1 = "/home/neil/www/openmolar.com/images/om_screenies/client.png" IMAGE2 = "/home...

0.9k - rev: 1 (current) last modified: 2014-06-06 23:53:27

MovingToPythonFromOtherLanguages . . . 7 matches
...thon program, so feel free to skip "Hello World" and move right to file administration, GUI programming, and numerical analysis. You may definitely be much farther with Python dur...

8.3k - rev: 41 (current) last modified: 2021-01-16 07:35:23

FxPy . . . 7 matches
...n extension module that provides an interface to the [[http://www.fox-toolkit.org|FOX]] GUI toolkit. FOX is a C++ based toolkit for developing graphical user interfaces easily an...

2.4k - rev: 10 (current) last modified: 2017-07-04 06:56:46

PythonThreeDotOh . . . 6 matches
...ng point for discussion. Some of the items on the seed lists are based on comments that Guido has made about changes he would like to make in a future Python release. Some of the ...

17.8k - rev: 22 (current) last modified: 2008-11-15 14:01:02

PythonInMusic . . . 6 matches
...e/pytone/|Pytone]]''' - Pytone is a music jukebox written in Python with a curses based GUI. While providing advanced features like crossfading and multiple players, special empha...

42.0k - rev: 160 (current) last modified: 2024-01-09 21:57:16

PyQt/Third_Party_Packages_and_Modules . . . 6 matches
...stingApplications|Some Existing Applications]] page. == Camelot == Camelot is a python GUI framework on top of Sqlalchemy and !PyQt, inspired by the Django admin interface.<<BR>>...

4.7k - rev: 3 (current) last modified: 2018-06-04 08:58:37

PyQt/SampleCode . . . 6 matches
...code snippets. Longer, more detailed code examples can be found via the [[Overviews_and_Guides]] page. <<TableOfContents()>> '''Put any code snippet for PyKDE and !PyQt that you...

10.6k - rev: 6 (current) last modified: 2019-08-06 22:59:05

PyQt/QML callback function . . . 6 matches
...L callback function. This can be useful for passing data from the python backend to the GUI and having the GUI be responsible for updating the graphical elements (via the callback...

4.8k - rev: 1 (current) last modified: 2014-11-16 23:48:57

JythonSprint . . . 6 matches
...ercome as well. = Some other targets = [[http://wiki.python.org/jython/JythonDeveloperGuide/PleaseAdoptMe]] = Design Ideas = This is the result of some ideas from the sprint o...

13.5k - rev: 15 (current) last modified: 2008-11-15 13:59:57

Git . . . 6 matches
... help -a`` to list help topics for all available commands; ``git help -g`` to list help guides, i.e. help topics that aren't commands. Quick start =========== Download and inst...

41.0k - rev: 12 (current) last modified: 2020-01-23 01:24:04

ConfigParserShootout . . . 6 matches
...g/site_content/traits would allow options to be set in all three places - command line, GUI and options file. -- Donald 'Paddy' McCarthy My implementation (http://cfgparse.s...

41.1k - rev: 90 (current) last modified: 2014-04-02 18:08:02

PythonCdPackages . . . 5 matches
...= IDEs (Integrated Development Environments) == * [[eric]]3 - a very nice and powerful GUI IDE * [[IDLE]] - a simpler, but also popular GUI IDE * DrPython - another GUI IDE * ...

1.4k - rev: 10 (current) last modified: 2008-11-15 13:59:51

PyQt/simple1 . . . 5 matches
...ucky enough to have a good book on Py Qt programming (such as Mark Summerfield's "Rapid GUI Programming with Python and Qt", Prentice Hall, you can read a detailed explanation of ...

5.8k - rev: 1 (current) last modified: 2014-06-08 13:19:05

PyQt/Using_Python_Custom_Widgets_in_Qt_Designer . . . 5 matches
...gnals so that it can connect them to slots in other widgets. {{{ class PyAnalogClock(QtGui.QWidget): __pyqtSignals__ = ("timeChanged(QTime)", "timeZoneChanged(int)") }}} We...

14.6k - rev: 2 (current) last modified: 2014-06-08 00:43:40

PyCon2006/Tutorials/GettingStartedWithWxPython . . . 5 matches
...atform graphical user interfaces for their programs. Those interested in understanding GUI frameworks and the relationship between the different program components in an event-dr...

1.4k - rev: 3 (current) last modified: 2008-11-15 14:00:30

HelpOnGraphicalEditor . . . 5 matches
... Graphical Editor = <<TableOfContents>> MoinMoin comes with a GUI editor<<FootNote(Based on [[http://docs.cksource.com/FCKeditor_2.x|FCKeditor]])>>. It requires Firefox (1.5+), C...

3.1k - rev: 1 (current) last modified: 0

GermanPythonBooks . . . 5 matches
..., 298 pages (2002) German translation of Python Standard Library. ---- '''Python und GUI-Toolkits''' Michael Lauer ISBN:3826608445, mitp Verlag, 528 pages (2002) Detailed ov...

8.0k - rev: 24 (current) last modified: 2015-02-20 08:05:29

CloudPyPI/Proposal . . . 5 matches
...onths seen several outages with the index being unavailable to both users using the web GUI interface as well as package administration tools such as easy_install from setuptools....

17.5k - rev: 1 (current) last modified: 2011-01-26 10:54:17

BuildPyQt4Windows . . . 5 matches
...{{{ #!rst ====================================================== The No-fuss Guide to Building PyQt on Windows XP ====================================================== :Date:...

6.7k - rev: 1 (current) last modified: 2014-06-08 00:21:50

Wax . . . 4 matches
...= Wax Gui Toolkit = Wax is a GUI toolkit. It sits on top of wxPython, removing some of the low-level aspects of that GUI, and adding some useful abstractions. The goal is that W...

0.5k - rev: 7 (current) last modified: 2014-03-13 13:56:07

TeachingPythonBof . . . 4 matches
...ful. There are lots of people who have difficulty with words and numbers, and found the gui more accessible. Try to reach people in all the different learning modes. Pictures on ...

5.5k - rev: 24 (current) last modified: 2008-11-15 13:59:47

SummerOfCode/2005 . . . 4 matches
.../NoteBook]] == Outcome == The students have successfully implemented a prototype of a GUI and the underlying machinery for document transformation. Currently the WXPython-based...

20.5k - rev: 8 (current) last modified: 2008-11-15 14:00:01

Previous 1 2 3 4 5 6 7 8 9 10 Next

Unable to edit the page? See the FrontPage for instructions.