Click here to Skip to main content
15,891,567 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.

 
GeneralMini CCCs 109 Pin
Tim Deveaux13-Jul-19 18:44
Tim Deveaux13-Jul-19 18:44 
GeneralRe: Mini CCCs 109 Pin
OriginalGriff13-Jul-19 18:55
mveOriginalGriff13-Jul-19 18:55 
GeneralRe: Mini CCCs 109 - Done Pin
Tim Deveaux13-Jul-19 19:21
Tim Deveaux13-Jul-19 19:21 
GeneralRe: Mini CCCs 109 - Done Pin
OriginalGriff13-Jul-19 19:46
mveOriginalGriff13-Jul-19 19:46 
GeneralRecovery Weekend Pin
#realJSOP13-Jul-19 10:38
mve#realJSOP13-Jul-19 10:38 
RantRe: Recovery Weekend Pin
Hudson-Dar13-Jul-19 18:34
Hudson-Dar13-Jul-19 18:34 
GeneralRe: Recovery Weekend Pin
lopatir13-Jul-19 17:45
lopatir13-Jul-19 17:45 
Questionpython - tail stuck under the rocks? Pin
Nand3213-Jul-19 4:37
Nand3213-Jul-19 4:37 
Okay, that was an analogy.

I was trying a little piece of Python code. Got a bit surprised with the "positional"-indentation requirements in code. Just like how it used to be in older programming languages like Cobol. (I'm not sure if any other recent programming languages enforce these)

For example,
If x is a:
   do //indented & works


is different from

if x is a:
do  //Non-indented & throws error


It's funny, and doesn't this sound rudimentary and a bit annoying? Smile | :)

modified 13-Jul-19 12:00pm.

AnswerRe: python - tail stuck under the rocks? Pin
Richard MacCutchan13-Jul-19 4:47
mveRichard MacCutchan13-Jul-19 4:47 
GeneralRe: python - tail stuck under the rocks? Pin
Nand3213-Jul-19 6:00
Nand3213-Jul-19 6:00 
AnswerRe: python - tail stuck under the rocks? Pin
OriginalGriff13-Jul-19 4:55
mveOriginalGriff13-Jul-19 4:55 
GeneralRe: python - tail stuck under the rocks? Pin
Richard MacCutchan13-Jul-19 6:25
mveRichard MacCutchan13-Jul-19 6:25 
GeneralRe: python - tail stuck under the rocks? Pin
OriginalGriff13-Jul-19 6:31
mveOriginalGriff13-Jul-19 6:31 
GeneralRe: python - tail stuck under the rocks? Pin
Richard MacCutchan13-Jul-19 6:51
mveRichard MacCutchan13-Jul-19 6:51 
GeneralRe: python - tail stuck under the rocks? Pin
Sander Rossel13-Jul-19 9:10
professionalSander Rossel13-Jul-19 9:10 
GeneralRe: python - tail stuck under the rocks? Pin
Fueled By Decaff14-Jul-19 22:48
Fueled By Decaff14-Jul-19 22:48 
GeneralRe: python - tail stuck under the rocks? Pin
Sander Rossel14-Jul-19 23:30
professionalSander Rossel14-Jul-19 23:30 
JokeRe: python - tail stuck under the rocks? Pin
lopatir13-Jul-19 7:09
lopatir13-Jul-19 7:09 
GeneralRe: python - tail stuck under the rocks? Pin
OriginalGriff13-Jul-19 7:56
mveOriginalGriff13-Jul-19 7:56 
GeneralRe: python - tail stuck under the rocks? Pin
David O'Neil13-Jul-19 8:12
professionalDavid O'Neil13-Jul-19 8:12 
GeneralRe: python - tail stuck under the rocks? Pin
OriginalGriff13-Jul-19 8:20
mveOriginalGriff13-Jul-19 8:20 
GeneralRe: python - tail stuck under the rocks? Pin
David O'Neil13-Jul-19 11:31
professionalDavid O'Neil13-Jul-19 11:31 
GeneralRe: python - tail stuck under the rocks? Pin
kalberts15-Jul-19 0:03
kalberts15-Jul-19 0:03 
GeneralRe: python - tail stuck under the rocks? Pin
DerekT-P16-Jul-19 23:53
professionalDerekT-P16-Jul-19 23:53 
GeneralRe: python - tail stuck under the rocks? Pin
kalberts17-Jul-19 3:12
kalberts17-Jul-19 3:12 

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.