Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Logging module stopped working!
Post: RE: Logging module stopped working!

For anyone who read the above post and also didn't know a solution, I now understand it better.  The truth is that "downstream modules" really aren't so downstream after all.  The modules I imported p...
llanitedave General Coding Help 1 7,957 Oct-18-2017, 06:45 AM
    Thread: Python Editor
Post: RE: Python Editor

I've been using Geany for a long time.  I'd like to be able to customize the syntax highlighting a little, and some of the menu choices are in odd locations (for me, anyway), but those are minor flaws...
llanitedave General Coding Help 17 9,385 Oct-17-2017, 05:16 AM
    Thread: Logging module stopped working!
Post: Logging module stopped working!

I'm building an application that contains some long-running operations in a separate thread from the user interface.  I've been using the logging module writing logging.info() statements to a .log fil...
llanitedave General Coding Help 1 7,957 Oct-17-2017, 04:14 AM
    Thread: How to protect P/Cython Code against Reverse Engineering / Decompilation
Post: RE: How to protect P/Cython Code against Reverse E...

(Sep-18-2017, 10:24 PM)Larz60+ Wrote: Dedicated hackers can pretty much reverse engineer anything (including the Beale ciphers, which were deciphered this January (2017), the treasure found was wort...
llanitedave News and Discussions 10 25,799 Sep-21-2017, 03:20 AM
    Thread: Coding style questions -- variables
Post: RE: Coding style questions -- variables

(Apr-23-2017, 09:40 AM)volcano63 Wrote: @llanitedave This is not actually right. Part of the "dynamic" means that re-assignment of a variable name - which is not a permanent container, like in compi...
llanitedave General Coding Help 12 9,095 Apr-23-2017, 03:22 PM
    Thread: Coding style questions -- variables
Post: RE: Coding style questions -- variables

@Luke_Drillbrain: Remember Python is dynamically typed, so assigning a type to a variable name is rarely a good idea.  Your int can easily turn into a float, or a string somewhere in the program.  Us...
llanitedave General Coding Help 12 9,095 Apr-23-2017, 07:00 AM
    Thread: Are lists Python's name for "variable array"
Post: RE: Are lists Python's name for "variable array"

You can use lists as arrays, but they are actually much more than that.  For one thing, they can hold objects of different data types in a single list.  The important thing to remember is that their m...
llanitedave Data Science 6 4,914 Apr-21-2017, 02:21 AM
    Thread: [Tutorial] Notespad - Create a text editor - W.I.P.
Post: RE: [WxPython][Tutorial] Notespad W.I.P.

Sizers were always my bane in wxPython. I've never been able to figure out their associated attributes.
llanitedave GUI tutorials 10 14,194 Sep-27-2016, 05:50 AM
    Thread: Tkinter VS PyQt
Post: RE: Tkinter VS PyQt

(Sep-26-2016, 10:40 PM)metulburr Wrote: switch tkinter -> Tkinter for py2 tkinter + pmw calc [Image: http://i.imgur.com/aRRqObh.png] PyQT calc [Image: http://3.bp.blogspot.com/-3GXyKtlfkm4/Ue......
llanitedave GUI 9 34,046 Sep-27-2016, 05:45 AM
    Thread: New Users Introduce Yourself
Post: RE: New Users Introduce Yourself

Hi, I'm a dabbler who rarely posts, but I've written a couple of workable applications and I've got a few others in mind.  I'm far from being a competent programmer, but I'm a decent geologist, and Py...
llanitedave Bar 431 228,514 Sep-27-2016, 05:39 AM

User Panel Messages

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