Click here to Skip to main content
15,902,007 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: Work-Life balance Pin
User 110609791-May-18 6:56
User 110609791-May-18 6:56 
GeneralRe: Work-Life balance Pin
raddevus1-May-18 7:13
mvaraddevus1-May-18 7:13 
GeneralRe: Work-Life balance Pin
James Lonero1-May-18 6:57
James Lonero1-May-18 6:57 
GeneralRe: Work-Life balance Pin
Ravi Bhavnani1-May-18 10:44
professionalRavi Bhavnani1-May-18 10:44 
GeneralRe: Work-Life balance Pin
Jacquers1-May-18 20:41
Jacquers1-May-18 20:41 
GeneralPython a snake in the grass... Pin
glennPattonWork31-May-18 6:03
professionalglennPattonWork31-May-18 6:03 
GeneralRe: Python a snake in the grass... Pin
Richard MacCutchan1-May-18 6:27
mveRichard MacCutchan1-May-18 6:27 
GeneralRe: Python a snake in the grass... Pin
Marc Clifton1-May-18 12:58
mvaMarc Clifton1-May-18 12:58 
Python is not unique in this. Haskell, F#, other FP languages... Basically, you get used to it. At least I did, pretty quickly.

Because it can get fuzzy, I tend to use a blank line to separate the end of an "if" or "loop" so I know something important is happening. That, and writing very small functions in Python. I have been known to write (psuedocode example, my Python is getting rusty!)
OperateOnList(someList)
  foreach(item in somelist)
    DoSomething(item)
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: Python a snake in the grass... Pin
jmussetter2-May-18 9:23
jmussetter2-May-18 9:23 
GeneralThis Weekend's Car Show - Update Pin
#realJSOP1-May-18 5:31
professional#realJSOP1-May-18 5:31 
GeneralRe: This Weekend's Car Show - Update Pin
glennPattonWork31-May-18 6:10
professionalglennPattonWork31-May-18 6:10 
GeneralRe: This Weekend's Car Show - Update Pin
Gary Wheeler1-May-18 6:13
Gary Wheeler1-May-18 6:13 
GeneralRe: This Weekend's Car Show - Update Pin
User 84201-May-18 6:27
User 84201-May-18 6:27 
GeneralRe: This Weekend's Car Show - Update Pin
dandy721-May-18 12:07
dandy721-May-18 12:07 
JokeRe: This Weekend's Car Show - Update Pin
Daniel Pfeffer2-May-18 0:22
professionalDaniel Pfeffer2-May-18 0:22 
GeneralRe: This Weekend's Car Show - Update Pin
#realJSOP2-May-18 1:34
professional#realJSOP2-May-18 1:34 
GeneralRe: This Weekend's Car Show - Update Pin
dandy722-May-18 6:36
dandy722-May-18 6:36 
GeneralRe: This Weekend's Car Show - Update Pin
The pompey1-May-18 23:34
The pompey1-May-18 23:34 
GeneralRe: This Weekend's Car Show - Update Pin
#realJSOP1-May-18 23:55
professional#realJSOP1-May-18 23:55 
GeneralThought of the Day Pin
OriginalGriff1-May-18 4:55
mveOriginalGriff1-May-18 4:55 
GeneralRe: Thought of the Day Pin
W Balboos, GHB1-May-18 5:14
W Balboos, GHB1-May-18 5:14 
GeneralRe: Thought of the Day Pin
lopatir1-May-18 5:57
lopatir1-May-18 5:57 
QuestionHow many here use or plan to use Docker? Pin
Nish Nishant1-May-18 1:48
sitebuilderNish Nishant1-May-18 1:48 
JokeMet a docker once Pin
CHill601-May-18 2:00
mveCHill601-May-18 2:00 
GeneralRe: Met a docker once Pin
Pete O'Hanlon1-May-18 3:39
mvePete O'Hanlon1-May-18 3:39 

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.