Click here to Skip to main content
15,913,141 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I have such mixed feelings about python Pin
Richard MacCutchan2-Jun-20 1:25
mveRichard MacCutchan2-Jun-20 1:25 
GeneralRe: I have such mixed feelings about python Pin
honey the codewitch2-Jun-20 1:29
mvahoney the codewitch2-Jun-20 1:29 
GeneralRe: I have such mixed feelings about python Pin
Richard MacCutchan2-Jun-20 5:20
mveRichard MacCutchan2-Jun-20 5:20 
GeneralRe: I have such mixed feelings about python Pin
kalberts2-Jun-20 13:00
kalberts2-Jun-20 13:00 
GeneralRe: I have such mixed feelings about python Pin
Marc Clifton2-Jun-20 1:36
mvaMarc Clifton2-Jun-20 1:36 
GeneralRe: I have such mixed feelings about python Pin
honey the codewitch2-Jun-20 1:43
mvahoney the codewitch2-Jun-20 1:43 
GeneralRe: I have such mixed feelings about python Pin
Ryan Peden2-Jun-20 3:54
professionalRyan Peden2-Jun-20 3:54 
GeneralRe: I have such mixed feelings about python Pin
Marc Clifton2-Jun-20 8:50
mvaMarc Clifton2-Jun-20 8:50 
honey the codewitch wrote:
Usually because of duck typing and lack of full compilation and such errors can be harder to track down.


Oi, that is definitely the worst thing. I wrote a complicated application to run on an rPi that dealt with hardware inputs and outputs, various configurations, etc., and it was painful, and I mean PAINFUL, to run the program only to discover I had some stupid typo.

PyLint helped a lot! As did mocking the classes that did the hardware interface (with a UI written in GTK, yuck), and running the thing on my PC first. Which was awesome, being able to test and debug on Windows before shuffling the code over to the rPi!

GeneralRe: I have such mixed feelings about python Pin
Jörgen Andersson2-Jun-20 1:44
professionalJörgen Andersson2-Jun-20 1:44 
GeneralRe: I have such mixed feelings about python Pin
honey the codewitch2-Jun-20 1:46
mvahoney the codewitch2-Jun-20 1:46 
GeneralRe: I have such mixed feelings about python Pin
Jörgen Andersson2-Jun-20 1:49
professionalJörgen Andersson2-Jun-20 1:49 
GeneralRe: I have such mixed feelings about python Pin
kalberts2-Jun-20 3:30
kalberts2-Jun-20 3:30 
GeneralRe: I have such mixed feelings about python Pin
BillWoodruff2-Jun-20 5:56
professionalBillWoodruff2-Jun-20 5:56 
GeneralRe: I have such mixed feelings about python Pin
Amarnath S2-Jun-20 2:16
professionalAmarnath S2-Jun-20 2:16 
GeneralRe: I have such mixed feelings about python Pin
BillWoodruff2-Jun-20 5:46
professionalBillWoodruff2-Jun-20 5:46 
GeneralRe: I have such mixed feelings about python Pin
BillWoodruff2-Jun-20 2:19
professionalBillWoodruff2-Jun-20 2:19 
GeneralRe: I have such mixed feelings about python Pin
kalberts2-Jun-20 3:14
kalberts2-Jun-20 3:14 
GeneralRe: I have such mixed feelings about python Pin
BillWoodruff2-Jun-20 5:41
professionalBillWoodruff2-Jun-20 5:41 
JokeRe: I have such mixed feelings about python Pin
kalberts2-Jun-20 8:18
kalberts2-Jun-20 8:18 
GeneralRe: I have such mixed feelings about python Pin
Rick York2-Jun-20 5:52
mveRick York2-Jun-20 5:52 
GeneralPoeple say that "60 is the new 40!" Pin
OriginalGriff2-Jun-20 0:23
mveOriginalGriff2-Jun-20 0:23 
GeneralRe: Poeple say that "60 is the new 40!" Pin
Mike Hankey2-Jun-20 0:53
mveMike Hankey2-Jun-20 0:53 
GeneralRe: Poeple say that "60 is the new 40!" Pin
John R. Shaw2-Jun-20 1:34
John R. Shaw2-Jun-20 1:34 
GeneralRe: Poeple say that "60 is the new 40!" Pin
Richard Deeming2-Jun-20 3:07
mveRichard Deeming2-Jun-20 3:07 
GeneralRe: Poeple say that "60 is the new 40!" Pin
Duncan Edwards Jones2-Jun-20 3:21
professionalDuncan Edwards Jones2-Jun-20 3:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.