Click here to Skip to main content
15,887,676 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: 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 
GeneralRe: Python and Option Explicit Pin
Member 1410085024-Feb-22 20:41
Member 1410085024-Feb-22 20:41 
PraiseRe: Python and Option Explicit Pin
den2k8824-Feb-22 20:46
professionalden2k8824-Feb-22 20:46 
GeneralRe: Python and Option Explicit Pin
JohanDuPlessisAtGMail24-Feb-22 21:23
JohanDuPlessisAtGMail24-Feb-22 21:23 
No! It is about the right tool for the job.I love C++, Java, SQL and Python but all of them require different ways of thinking and is for solving different problems. If you approach Python like C++ it will frustrate you to no end.

However, for the right problem Python is an absolute blast to use! If you need to get something done quickly, with lots of uncertainty and you have the opportunity to iterate Python is amazing. I love it when you can work with an interface/dataset which you only need a small portion of and you don't have to define and type the stuff you are not interested (which happens a LOT in the data world). Of course lots of people hate that uncertainty and would love for everything they work with to be 100% defined, but defining something 100% of which you only use 10% is literally a waste of time.


Of course that depends on context. If you deal with transactional banking you want everything defined 100% and I will stick to Java/C++. If you are trying to extract value from an enterprise data lake quickly where you don't know all the data, will have no opportunity to know all the data then using Python for ML and other purposes is awesome.
GeneralRe: Python and Option Explicit Pin
den2k8824-Feb-22 21:29
professionalden2k8824-Feb-22 21:29 
GeneralRe: Python and Option Explicit Pin
Chris Maunder25-Feb-22 10:55
cofounderChris Maunder25-Feb-22 10:55 
GeneralRe: Python and Option Explicit Pin
Julian Ragan26-Feb-22 13:16
Julian Ragan26-Feb-22 13:16 
GeneralUncertain times.... PinPopular
Andreas Mertens24-Feb-22 3:05
professionalAndreas Mertens24-Feb-22 3:05 
GeneralRe: Uncertain times.... Pin
Richard MacCutchan24-Feb-22 3:31
mveRichard MacCutchan24-Feb-22 3:31 
GeneralRe: Uncertain times.... Pin
craig robbins MN24-Feb-22 3:42
craig robbins MN24-Feb-22 3:42 
GeneralRe: Uncertain times.... Pin
jeron124-Feb-22 4:15
jeron124-Feb-22 4:15 
GeneralRe: Uncertain times.... Pin
dandy7224-Feb-22 5:17
dandy7224-Feb-22 5:17 
GeneralRe: Uncertain times.... Pin
jeron124-Feb-22 5:33
jeron124-Feb-22 5:33 
GeneralRe: Uncertain times.... Pin
Andreas Mertens24-Feb-22 5:48
professionalAndreas Mertens24-Feb-22 5:48 
GeneralRe: Uncertain times.... Pin
Slacker00724-Feb-22 9:07
professionalSlacker00724-Feb-22 9:07 
GeneralWhen your customer plans on opening a branch on the moon... Pin
Sander Rossel24-Feb-22 1:17
professionalSander Rossel24-Feb-22 1:17 
GeneralRe: When your customer plans on opening a branch on the moon... Pin
OriginalGriff24-Feb-22 1:32
mveOriginalGriff24-Feb-22 1:32 
GeneralRe: When your customer plans on opening a branch on the moon... Pin
Sander Rossel24-Feb-22 1:39
professionalSander Rossel24-Feb-22 1:39 
GeneralRe: When your customer plans on opening a branch on the moon... Pin
OriginalGriff24-Feb-22 1:50
mveOriginalGriff24-Feb-22 1:50 
GeneralRe: When your customer plans on opening a branch on the moon... Pin
honey the codewitch24-Feb-22 1:59
mvahoney the codewitch24-Feb-22 1:59 
GeneralRe: When your customer plans on opening a branch on the moon... Pin
Sander Rossel24-Feb-22 2:23
professionalSander Rossel24-Feb-22 2: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.