Results 1 - 25 of about 28 results out of about 3781 pages. (0.21 seconds)

AdvancedBooks . . . 216 matches
...[[https://www.amazon.com/Mastering-PostgreSQL-Python-Comprehensive-Guide/dp/B0C9S1498Z|Mastering PostgreSQL using Python Vol 1: A Comprehensive Guide]] Abhishek Singh ISBN: 979-...

347.9k - rev: 331 (current) last modified: 2023-07-15 05:07:48

PyQt/Creating_GUI_Applications_with_PyQt_and_Qt_Designer . . . 10 matches
...= Creating GUI Applications with PyQt and Qt Designer = This presentation was given as a scheduled talk at !PyCon UK 2007. The material presented covered the following subjects: ...

1.4k - rev: 3 (current) last modified: 2014-06-08 00:36:39

GuiProgramming . . . 64 matches
... = GUI Programming in Python = Python has a huge number of GUI frameworks (or toolkits) available for it, from TkInter (traditionally bundled with Python, using Tk) to a number of...

15.2k - rev: 491 (current) last modified: 2024-04-09 18:58:46

PyQt/Using_Python_Custom_Widgets_in_Qt_Designer . . . 45 matches
...f PyQt contain something special for developers who use [[http://doc.qt.digia.com/4.3/designer-manual.html|Qt Designer]] to design the user interfaces for their applications. In ad...

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

GuiProgrammingShootout . . . 7 matches
...een discussed in comp.lang.python). But it could also be demo implementations of common GUI related tasks: * certain effects using layout managers * dynamic menus * loading...

2.0k - rev: 10 (current) last modified: 2010-01-26 21:22:13

PyQt/Tutorials . . . 30 matches
...== Getting Started with PyQt == !PyQt6: * [[https://www.pythonguis.com/pyqt6-tutorial/|PyQt6 tutorial, create a Python GUI with Qt6]] from basics to advanced topics by Martin Fit...

5.7k - rev: 24 (current) last modified: 2022-03-30 16:27:11

PythonSoftwareFoundation/FellowNominations . . . 27 matches
...hance to interact more directly with him, I reached out with an idea, and he helped me, guided me, offered to be a sponsor of a PEP, and has been a great guide and mentor in the p...

260.4k - rev: 262 (current) last modified: 2024-04-04 19:12:49

PyConDC2005/Presentations . . . 27 matches
...of "scripting" is central to the Unix philosophy, but it's always had spotty support in GUI operating systems. Early in the Mac OS's history, Apple recognized this deficiency and...

79.6k - rev: 30 (current) last modified: 2008-11-15 13:59:42

WebFrameworks . . . 16 matches
... a "mainloop" dispatching events to application code is very similar to that found in [[GuiProgramming|GUI programming]]. Generally, frameworks provide support for a number of ac...

36.2k - rev: 616 (current) last modified: 2024-03-20 14:10:26

PyQt4 . . . 16 matches
... until Qt 4.6) with PyQt4. * [[http://pyqt.sourceforge.net/Docs/PyQt4|PyQt4 Reference Guide]] * [[http://pyqt.sourceforge.net/Docs/PyQt5|PyQt5 Reference Guide]] PyQt exposes m...

4.4k - rev: 33 (current) last modified: 2014-06-07 23:26:15

IntegratedDevelopmentEnvironments . . . 16 matches
...tp://ask.slashdot.org/article.pl?sid=08/09/16/136219|Ask Slashdot: Best Cross-Platform, GUI Editor/IDE For Python?]] (Various, 2008-09-16) * [[http://www.drdobbs.com/linux-open-s...

14.1k - rev: 341 (current) last modified: 2024-01-03 23:14:50

PyCon2006/Talks . . . 14 matches
...An Object-oriented Easy-to-Use Toolkit for Building Recursive Descent Parsers''' PaulMcGuire pyparsing is a pure-Python module, containing a class library for easily creating re...

57.5k - rev: 65 (current) last modified: 2008-11-15 14:00:05

PythonEditors . . . 13 matches
...ighting, shell access, code completion, a program runner, a source browser, indentation guides, a white space indicator, autosaving, an edge line, multiple tabs, printing, jumping...

29.6k - rev: 590 (current) last modified: 2024-01-04 11:16:43

PyQt/simple0 . . . 13 matches
...torial and many other valuable suggestions.) '''We start this project''' in the Qt Designer in which we shall design the main form. Qt Designer is a graphical tool that is well ...

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

PyQt/EuroPython2006Talk . . . 13 matches
...Authors: Torsten Marek, ''David Boddie'' = Introducing PyQt4 for GUI Application Development = * ''We decided to use this title [[http://indico.cern.ch/contributionDisplay.py?c...

9.3k - rev: 1 (current) last modified: 2014-06-04 21:38:59

JonathanGardnerPyQtTutorial . . . 13 matches
... Rodrigo B. Vieira. <<TableOfContents>> == Abstract == We will cover: * Using Qt Designer to generate Qt ui files. * Using pyuic to generate python programs. * Using Qt Si...

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

PyQt . . . 12 matches
...Phil Thompson, the creator of PyQt. * '''[[https://www.learnpyqt.com/pyqt5-book|Create GUI Applications with Python & Qt]]''' by Martin Fitzpatrick, covers beginner and advanced ...

5.7k - rev: 105 (current) last modified: 2021-08-18 06:00:52

CodingProjectIdeas/Libraries . . . 11 matches
...tforms) * Revive the code or idea from [[http://www.cosc.canterbury.ac.nz/~greg/python_gui/|PyGUI]] or [[http://anygui.sourceforge.net/|Anygui]] These are Python-level cross...

10.3k - rev: 9 (current) last modified: 2014-02-09 11:39:15

PyQt/simple1 . . . 9 matches
...iscuss some more the code that we made in Stage 0. Most code was generated by the Qt Designer. Our own coding is very small in scope, but it is also significant. The '''Qt Design...

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

PyQt/SampleCode . . . 8 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

NumericAndScientific . . . 8 matches
...This project provides a python interface for the GNU scientific library (gsl). * FuncDesigner - http://openopt.org/FuncDesigner FuncDesigner is Python module to rapidly build func...

19.9k - rev: 151 (current) last modified: 2017-08-07 20:33:20

BuildPyQt4Windows . . . 7 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

PythonTraining . . . 6 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

WxGlade . . . 5 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

PyQt/simplefinis . . . 5 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

1 2 Next

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