Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Qt for Python
Post: Qt for Python

Quote:Pretty soon, developers can enjoy all the goodies from Qt in their Python applications, including official technical support, around the globe. Qt for Python will be released as a Technology Pr...
dvs1 News and Discussions 2 2,544 Apr-25-2018, 01:14 AM
    Thread: i need a better IDE/editor
Post: RE: i need a better IDE/editor

PyQt (Python) based: - https://github.com/spyder-ide/spyder - https://github.com/leo-editor/leo-editor "i'm thinking something that lets me "lay out" the structure and put in linear code in the str...
dvs1 News and Discussions 13 6,881 Jan-27-2018, 02:48 AM
    Thread: qutebrowser v1.1.0-1
Post: qutebrowser v1.1.0-1

"Initial support for Greasemonkey scripts." https://github.com/qutebrowser/qutebrowser/releases "qutebrowser is a keyboard-focused browser with a minimal GUI. It’s based on Python and PyQt5 and free...
dvs1 News and Discussions 0 2,181 Jan-26-2018, 03:37 AM
    Thread: Quod Libet 4.0 (music)
Post: Quod Libet 4.0 (music)

Quote:Quod Libet is a music management program. It provides several different ways to view your audio library, as well as support for Internet radio and audio feeds. It has extremely flexible metadata...
dvs1 News and Discussions 0 1,797 Jan-12-2018, 07:34 AM
    Thread: qutebrowser v1.0.0 released
Post: qutebrowser v1.0.0 released

"Completely rewritten configuration system which ignores the old config file. See link:qute://help/configuring.html[] for details." "QtWebEngine: Spell checking support, see the spellcheck.languages ...
dvs1 News and Discussions 0 3,292 Oct-18-2017, 11:57 PM
    Thread: Python Launcher's list of recent files
Post: Python Launcher's list of recent files

On macOS you can right-click the "Python Launcher" icon on the Dock and the context menu will have a list of recently launched files. Where is this list of files stored? The list doesn't seem to be i...
dvs1 News and Discussions 0 2,470 Oct-18-2017, 11:50 PM
    Thread: Have I chosen the wrong career path?
Post: RE: Have I chosen the wrong career path?

Quote:Without a degree, it gets very hard to get an interview, regardless of how impressive your skills are. However, it would not be prudent to assume you will get a job just because you have a degr...
dvs1 News and Discussions 29 16,252 Sep-13-2017, 11:14 PM
    Thread: Is there a Python programming environment like VB6 [meta-GUI: GUI making GUI]
Post: RE: Is there a Python programming environment like...

Qt Designer is probably the most advanced. There are some other options at the bottom of: https://wiki.python.org/moin/IntegratedD...vironments Here's a tkinter GUI designer: https://github.com/ale...
dvs1 GUI 21 17,367 Sep-11-2017, 12:06 AM
    Thread: Have I chosen the wrong career path?
Post: RE: Have I chosen the wrong career path?

If you like music, then you could still make use of your degree. - https://en.wikipedia.org/wiki/Music_software - https://en.wikipedia.org/wiki/Digital_audio_workstation - https://en.wikipedia.org/wi...
dvs1 News and Discussions 29 16,252 Sep-10-2017, 06:25 AM
    Thread: what is ,*, ?
Post: RE: what is ,*, ?

def test(a, b='test'): print(a) print(b) def test2(a, *, b='test'): print(a) print(b) test('hello', 'world') test2('hello', b='world')If you write: test2('hello', 'world') you ge...
dvs1 News and Discussions 24 11,670 Sep-09-2017, 10:54 PM
    Thread: Socialhome v0.4.0 (2017-08-31)
Post: Socialhome v0.4.0 (2017-08-31)

Quote:Socialhome is best described as a federated personal profile with social networking functionality. Users can create rich content using Markdown and even HTML/JS/CSS (if set as trusted user). All...
dvs1 News and Discussions 0 2,351 Sep-09-2017, 10:24 PM
    Thread: Spyder 3.2.2 (2017-09-05)
Post: Spyder 3.2.2 (2017-09-05)

New features: - Add a button to Find in Files to make searches case sensitive. - Extend Find in Files to select other search directories. - Add an option to set cursor blinking speed in miliseconds i...
dvs1 News and Discussions 0 2,449 Sep-09-2017, 08:25 PM
    Thread: the fastest-growing major programming language
Post: the fastest-growing major programming language

Quote:In this post, we’ll explore the extraordinary growth of the Python programming language in the last five years, as seen by Stack Overflow traffic within high-income countries. The term “fastest-...
dvs1 News and Discussions 0 2,169 Sep-07-2017, 02:50 AM
    Thread: PyPy3.5
Post: PyPy3.5

Quote:The PyPy team is proud to release both PyPy2.7 v5.7 (an interpreter supporting Python v2.7 syntax), and a beta-quality PyPy3.5 v5.7 (an interpreter for Python v3.5 syntax). The two releases are ...
dvs1 News and Discussions 0 1,892 Sep-07-2017, 02:02 AM
    Thread: Problem with Spyder IDE: Clear console doesn't actually clear the console
Post: RE: Problem with Spyder IDE: Clear console doesn't...

It looks like it was a qtconsole issue. -> https://github.com/spyder-ide/spyder/issues/5063 -> https://github.com/jupyter/qtconsole/issues/223
dvs1 News and Discussions 2 5,549 Sep-03-2017, 09:01 PM
    Thread: Problem with Spyder IDE: Clear console doesn't actually clear the console
Post: RE: Problem with Spyder IDE: Clear console doesn't...

It seems to work as expected with 3.2.1 Quote:I would have filed a bug report with them, but they don't seem to have the means to do such a thing on their website, and I don't think their Github page...
dvs1 News and Discussions 2 5,549 Sep-03-2017, 06:48 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020