Editing My Python Coding Conventions
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 90: | Line 90: | ||
one from gui thread --> helper thread and from helper thread --> gui thread. I try to isolate the code for each thread into its own modules and classes, and | one from gui thread --> helper thread and from helper thread --> gui thread. I try to isolate the code for each thread into its own modules and classes, and | ||
comment the code as to the required thread in cases where I think there might be doubt. | comment the code as to the required thread in cases where I think there might be doubt. | ||
+ | |||
+ | === Parameters, INI files === | ||
+ | coming... | ||
=== Python Logging === | === Python Logging === |