Click here to Skip to main content
15,887,027 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: Why I don't use python Pin
honey the codewitch7-Feb-24 4:19
mvahoney the codewitch7-Feb-24 4:19 
GeneralRe: Why I don't use python Pin
Richard MacCutchan7-Feb-24 4:50
mveRichard MacCutchan7-Feb-24 4:50 
GeneralRe: Why I don't use python Pin
honey the codewitch7-Feb-24 4:59
mvahoney the codewitch7-Feb-24 4:59 
GeneralRe: Why I don't use python Pin
Chris Maunder7-Feb-24 6:55
cofounderChris Maunder7-Feb-24 6:55 
GeneralRe: Why I don't use python Pin
megaadam7-Feb-24 11:07
professionalmegaadam7-Feb-24 11:07 
GeneralRe: Why I don't use python Pin
honey the codewitch7-Feb-24 11:09
mvahoney the codewitch7-Feb-24 11:09 
GeneralRe: Why I don't use python Pin
megaadam7-Feb-24 11:46
professionalmegaadam7-Feb-24 11:46 
GeneralRe: Why I don't use python Pin
honey the codewitch7-Feb-24 11:53
mvahoney the codewitch7-Feb-24 11:53 
I've discovered a whole new reason to love C# and that is source generators. But also, I've now gotten to the point where my C# CLI apps are as short and succinct as anything similar in python, through the magic of metadata and some code I wrote. Complete with using screens, defaults, etc.

I wrote something to parse a C header file and extract relevant information. From conception to testing to delivery in two hours, about a page and a half of C# code.

Frankly, I agree with Mr. Pfeifer below. I don't need Python, I've got solid tools as it is.

And no goddammned signficant whitespace!**

** funny thing about that.

I actually use minimization in my .NET projects[^]

I do it as part of an alternative to static linking which isn't really available with C#. To save space (sometimes a meg of whitespace!), and to deliberately obscure these files and prevent me from modifying them - rather than modifying the source that they are generated from. I've gotten out of sync before. This keeps me honest.

Python can't do that. In fact, python makes code generation itself a royal pain because of the pigheaded insistence of imposing indents on you.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix

GeneralRe: Why I don't use python Pin
megaadam7-Feb-24 12:18
professionalmegaadam7-Feb-24 12:18 
GeneralRe: Why I don't use python Pin
honey the codewitch7-Feb-24 12:32
mvahoney the codewitch7-Feb-24 12:32 
GeneralRe: Why I don't use python Pin
Amarnath S7-Feb-24 3:27
professionalAmarnath S7-Feb-24 3:27 
GeneralRe: Why I don't use python PinPopular
Daniel Pfeffer7-Feb-24 3:52
professionalDaniel Pfeffer7-Feb-24 3:52 
GeneralRe: Why I don't use python Pin
theoldfool7-Feb-24 8:00
professionaltheoldfool7-Feb-24 8:00 
GeneralRe: Why I don't use python Pin
honey the codewitch7-Feb-24 8:30
mvahoney the codewitch7-Feb-24 8:30 
GeneralRe: Why I don't use python Pin
theoldfool7-Feb-24 8:57
professionaltheoldfool7-Feb-24 8:57 
GeneralRe: Why I don't use python Pin
honey the codewitch7-Feb-24 11:02
mvahoney the codewitch7-Feb-24 11:02 
GeneralRe: Why I don't use python Pin
Daniel Pfeffer7-Feb-24 9:46
professionalDaniel Pfeffer7-Feb-24 9:46 
GeneralRe: Why I don't use python Pin
theoldfool7-Feb-24 10:46
professionaltheoldfool7-Feb-24 10:46 
GeneralRe: Why I don't use python Pin
Daniel Pfeffer7-Feb-24 11:04
professionalDaniel Pfeffer7-Feb-24 11:04 
GeneralRe: Why I don't use python Pin
0x01AA9-Feb-24 5:29
mve0x01AA9-Feb-24 5:29 
GeneralRe: Why I don't use python Pin
Daniel Pfeffer10-Feb-24 5:31
professionalDaniel Pfeffer10-Feb-24 5:31 
GeneralWhy I use python Pin
StarNamer@work7-Feb-24 14:03
professionalStarNamer@work7-Feb-24 14:03 
GeneralRe: Why I don't use python Pin
jochance8-Feb-24 4:54
jochance8-Feb-24 4:54 
GeneralRe: Why I don't use python Pin
honey the codewitch8-Feb-24 5:19
mvahoney the codewitch8-Feb-24 5:19 
GeneralRe: Why I don't use python Pin
jochance9-Feb-24 6:07
jochance9-Feb-24 6: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.