Click here to Skip to main content
15,886,699 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: The ongoing Russian / Ukrainian situation: Wales announces harsh new sanctions. Pin
Eddy Vluggen24-Feb-22 22:13
professionalEddy Vluggen24-Feb-22 22:13 
GeneralRe: The ongoing Russian / Ukrainian situation: Wales announces harsh new sanctions. Pin
Jörgen Andersson24-Feb-22 22:18
professionalJörgen Andersson24-Feb-22 22:18 
GeneralRe: The ongoing Russian / Ukrainian situation: Wales announces harsh new sanctions. Pin
Dan Neely25-Feb-22 3:23
Dan Neely25-Feb-22 3:23 
GeneralRe: The ongoing Russian / Ukrainian situation: Wales announces harsh new sanctions. Pin
Richard MacCutchan25-Feb-22 1:02
mveRichard MacCutchan25-Feb-22 1:02 
GeneralRe: The ongoing Russian / Ukrainian situation: Wales announces harsh new sanctions. Pin
den2k8824-Feb-22 10:47
professionalden2k8824-Feb-22 10:47 
GeneralRe: The ongoing Russian / Ukrainian situation: Wales announces harsh new sanctions. Pin
yacCarsten24-Feb-22 12:44
yacCarsten24-Feb-22 12:44 
GeneralRe: The ongoing Russian / Ukrainian situation: Wales announces harsh new sanctions. Pin
Slow Eddie25-Feb-22 1:54
professionalSlow Eddie25-Feb-22 1:54 
RantPython and Option Explicit Pin
den2k8824-Feb-22 4:07
professionalden2k8824-Feb-22 4:07 
Please someone adds an Option Explicit to Python.

The fact that something like this is even conceivable, let alone valid, is atrocious:
Python
class Empty:
  pass

Empty.completelyNewAttribute = "seriously?" # adds a class member

obj = Empty()
obj.randomTypo = 10  # adds an instance member only to obj

Every new programmer makes fun of C++ for being unnecessarily hard to use but I think that a language like Python, with all the possible ways it enables programmers to shoot themselves, is 10 times harder than C++.

And yes, my opinion that Python is VB with different clothes is only becoming stronger. Ugh.
GCS d--(d-) s-/++ a C++++ U+++ P- L+@ E-- W++ N+ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

GeneralRe: Python and Option Explicit Pin
Slacker00724-Feb-22 4:37
professionalSlacker00724-Feb-22 4:37 
GeneralRe: Python and Option Explicit Pin
den2k8824-Feb-22 4:40
professionalden2k8824-Feb-22 4:40 
GeneralRe: Python and Option Explicit Pin
obermd24-Feb-22 6:01
obermd24-Feb-22 6:01 
GeneralRe: Python and Option Explicit Pin
Slacker00724-Feb-22 7:18
professionalSlacker00724-Feb-22 7:18 
GeneralRe: Python and Option Explicit Pin
obermd25-Feb-22 2:59
obermd25-Feb-22 2:59 
GeneralRe: Python and Option Explicit Pin
Tokinabo25-Feb-22 8:25
professionalTokinabo25-Feb-22 8:25 
GeneralRe: Python and Option Explicit PinPopular
Richard MacCutchan24-Feb-22 5:01
mveRichard MacCutchan24-Feb-22 5:01 
GeneralRe: Python and Option Explicit Pin
den2k8824-Feb-22 9:16
professionalden2k8824-Feb-22 9:16 
GeneralRe: Python and Option Explicit Pin
scedastic25-Feb-22 3:47
scedastic25-Feb-22 3:47 
GeneralRe: Python and Option Explicit Pin
David Crow24-Feb-22 5:06
David Crow24-Feb-22 5:06 
GeneralRe: Python and Option Explicit Pin
Richard MacCutchan24-Feb-22 5:28
mveRichard MacCutchan24-Feb-22 5:28 
GeneralRe: Python and Option Explicit Pin
den2k8824-Feb-22 9:22
professionalden2k8824-Feb-22 9:22 
GeneralRe: Python and Option Explicit Pin
Marc Clifton24-Feb-22 7:19
mvaMarc Clifton24-Feb-22 7:19 
GeneralRe: Python and Option Explicit Pin
den2k8824-Feb-22 9:17
professionalden2k8824-Feb-22 9:17 
JokeRe: Python and Option Explicit Pin
englebart24-Feb-22 12:16
professionalenglebart24-Feb-22 12:16 
GeneralRe: Python and Option Explicit Pin
den2k8824-Feb-22 20:23
professionalden2k8824-Feb-22 20:23 
GeneralRe: Python and Option Explicit Pin
Jeff Laing24-Feb-22 21:23
professionalJeff Laing24-Feb-22 21:23 

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.