Results 76 - 100 of about 264 results out of about 3508 pages. (1.86 seconds)

SpanishLanguage . . . 4 matches
...re Python de la */ /* Wikipedia rusa contiene mucha informaciĆ³n). */ /* BIG TODO: Seguir el ejemplo de la pĆ”gina turca (TurkishLanguage) */ [[http://www.python.org/|Python]] ...

24.1k - rev: 149 (current) last modified: 2021-02-11 18:01:32

PythonTraining . . . 4 matches
...n of the page: {{{ * '''Trainer''' offers training on ... }}} and this format for the GUI version of the page: * '''Trainer''' offers training on ... Please ''avoid excessive...

140.2k - rev: 663 (current) last modified: 2024-01-04 11:15:34

PythonGlossary . . . 4 matches
...'BDFL''' - Acronym for "Benevolent Dictator For Life" - a.k.a. [[http://www.python.org/~guido/|Guido van Rossum]], Python's primary creator, figurehead and decision-maker. * '''...

20.4k - rev: 37 (current) last modified: 2019-10-19 23:04:47

PythonGameLibraries . . . 4 matches
...le main menu screen ties all these activities together. http://ocemp.sourceforge.net/gui.html . OcempGUI is an abbreviation for Ocean Empire GUI. and denotes a toolkit, whic...

13.4k - rev: 60 (current) last modified: 2023-05-15 19:49:37

PyQt/simple0 . . . 4 matches
...ign the main form. Qt Designer is a graphical tool that is well explained with superior gui. The image of the application can be easily created and here is a result of a little mo...

4.4k - rev: 1 (current) last modified: 2014-06-08 13:10:31

PyQt/Handling context menus . . . 4 matches
...l screen coordinates. {{{ #!python import sys from PyQt4.QtCore import Qt from PyQt4.QtGui import * class TableWidget(QTableWidget): def __init__(self, parent = None): ...

4.7k - rev: 1 (current) last modified: 2014-06-07 00:01:10

PyConDC2004/Feedback . . . 4 matches
... || Crypto || || 7 || Basic tutorials || || 6 || IronPython || || 6 || VoIP || || 5 || GUI || || 3 || Wrapper generators (SWIG, etc) || || 3 || Databases || || 2 || OO programmin...

3.4k - rev: 6 (current) last modified: 2008-11-15 14:01:08

PyConDC2003/Speakers . . . 4 matches
... are pinpointed quickly, before other developers are inconvenienced by the failure. The guilty developer can be identified and harassed without human intervention. By running the ...

39.5k - rev: 2 (current) last modified: 2008-11-15 14:00:07

JonathanGardnerPyQtTutorial . . . 4 matches
...uccessfully regenerated at_auto.py. === Theory === The idea here is that you want the GUI developer to be able to go and make changes to the GUI interface (like moving stuff aro...

12.0k - rev: 30 (current) last modified: 2014-04-14 04:47:53

Asking for Help . . . 4 matches
...questions should appear in this list: 1. [[Asking for Help/How to delete files in the GUI|Asking for Help/How to delete files in the GUI]] 1. [[Asking for Help/How do you creat...

22.0k - rev: 144 (current) last modified: 2019-11-04 14:47:35

AppsWithPythonScripting . . . 4 matches
...ent analysis, modeling, and visualization. Python is embedded for command scripting and GUI extensibility. || ||[[http://www.esri.com/software/arcgis/|ArcGis]] || || || ||[[http:/...

17.4k - rev: 104 (current) last modified: 2019-07-05 23:27:31

WxGlade . . . 3 matches
...wxGlade is a GUI designer written in Python with the popular GUI toolkit wxPython, that helps you create WxWidgets/ WxPython user interfaces. At the moment it can generate Python,...

0.7k - rev: 5 (current) last modified: 2014-03-15 06:19:23

SummerOfCode/2014/python-core . . . 3 matches
...ed in contributing to core Python should take a look at the [[http://docs.python.org/devguide/|Developers guide]] ---- == Projects == === Email === ==== Possible email projects ...

3.6k - rev: 9 (current) last modified: 2014-03-11 18:30:41

PythonSpeed/PerformanceTips . . . 3 matches
...y if you are using older versions of Python (before 2.4) does the following advice from Guido van Rossum apply: An alternative way to speed up sorts is to construct a list of tup...

27.8k - rev: 88 (current) last modified: 2023-03-30 15:21:14

PythonDebuggingTools . . . 3 matches
...ython programs with a graphical user interface. It uses bdb (part of stdlib) but adds a GUI and has some powerful features like object browser, windows for variables, classes, fun...

13.4k - rev: 70 (current) last modified: 2022-05-01 20:51:18

PySide . . . 3 matches
...utorials === * [[https://www.mfitzp.com/courses/pyside/|PySide Tutorial, Create Python GUIs with Qt]], Martin Fitzpatrick. Includes code for PySide 2 & PySide 6 === Books === ...

1.5k - rev: 10 (current) last modified: 2021-05-14 10:08:25

PyQt/simplefinis . . . 3 matches
...nished''' is a relative term - there are features which could usefully be added to this GUI program, but they may well be contrary to the aim of keeping the example as simple as p...

12.4k - rev: 2 (current) last modified: 2014-06-08 13:43:42

PyQt/simple4 . . . 3 matches
...== "Simple" Stage 4 == The program has now progressed and the GUI begins to look like GUIs usually look. Visually, the most noticeable change is the presence of several icons on ...

7.7k - rev: 1 (current) last modified: 2014-06-08 13:48:21

PyQt/simple2 . . . 3 matches
...py #'''A really simple editor program in PyQt4 - simple.py''' import sys from PyQt4.QtGui import (QMainWindow, QApplication) from PyQt4.QtCore import SIGNAL from ui_simple impo...

4.8k - rev: 1 (current) last modified: 2014-06-08 13:45:03

PyQt/Unit_Testing . . . 3 matches
...is page covers approaches and solutions for unit testing !PyQt applications. The [[PyQt/GUI_Testing|GUI Testing]] page contains a list of GUI testing resources. == unittest == ...

0.3k - rev: 1 (current) last modified: 2014-06-04 21:26:42

PyQt/PyKDE_and_xattr . . . 3 matches
... just like a web application. Web applications generally suffer by having little to no gui, or having the gui locked in the web browser. You should consider where the action wou...

24.3k - rev: 1 (current) last modified: 2014-06-08 00:00:03

PyQt/PyInstallerOnMacOSX . . . 3 matches
...ding to [[http://works13.com/blog/mac/installing-eric4-on-mac-os-x-leopard.htm | this]] guide. The following versions were used: OS-X 10.6.2, Python 2.6.1, Qt 4.6.2., !PyQt 4.7, s...

4.9k - rev: 1 (current) last modified: 2014-06-08 00:19:06

PyQt/MathTran_Equation_Editor . . . 3 matches
...!MathTran service before using this example. == Modules == We use the `QtCore` and `QtGui` modules to provide the basic infrastructure and user interface for our utility. {{{ i...

6.9k - rev: 2 (current) last modified: 2014-06-08 00:09:23

PyFltk . . . 3 matches
...= pyFLTK: Multi Platform GUI Toolkit = pyFLTK is a Python wrapper for the [[FLTK]] GUI toolkit. It utilizes SWIG and wraps the current stable version of FLTK. == GNU/Linux insta...

1.7k - rev: 6 (current) last modified: 2014-04-18 05:09:49

PerlPhrasebook . . . 3 matches
...Other references: [[http://pleac.sourceforge.net/|PLEAC]]. -- Thanks to David Ascher, Guido van Rossum, Tom Christiansen, Larry Wall and Eric Daniel for helpful comments. -- T...

47.2k - rev: 53 (current) last modified: 2012-04-26 23:22:09

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

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