Click here to Skip to main content
15,887,214 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
Sander Rossel2-Jun-20 1:51
professionalSander Rossel2-Jun-20 1:51 
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 
I find Python's type hints to be very useful in my own code.

As you mentioned, they aren't checked when Python compiles your source into bytecode. But good tooling catches errors pretty quickly. Pycharm does a good job of screaming at me if I do anything that violates my type-annotated Python code.

As for performance, it depends on what you're doing. Most of Instagram's UI is still data from a Django app, so big Python apps running at massive scale can work if you're careful. Might not work as well for other types of applications, though.
GeneralRe: I have such mixed feelings about python Pin
Marc Clifton2-Jun-20 8:50
mvaMarc Clifton2-Jun-20 8:50 
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!" PinPopular
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 

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.