Thread 105687514 - /g/ [Archived: 791 hours ago]

Anonymous
6/24/2025, 8:49:08 AM No.105687514
1727237297189952
1727237297189952
md5: 750efaafa13f0dbc6a9e8b9deb12731f🔍
Pyjeet takes over the world.

That's the only aspect not mentioned in the futuristic movie: "Idiocracy"
Python is the Crocs of modern, dumbed down society.
Replies: >>105687635 >>105687700 >>105688597 >>105688773 >>105690115
Anonymous
6/24/2025, 9:05:21 AM No.105687608
perl detroit
perl detroit
md5: fec18bc7203977cf7d3304c7cd734605🔍
Nah, that was Perl in the '90s.
Python is a well designed language, its popularity is not an accident.
Replies: >>105687611 >>105692395
Anonymous
6/24/2025, 9:06:29 AM No.105687611
>>105687608
Python and Perl are both badly designed. Perl is just funny about it.
Replies: >>105687691
Anonymous
6/24/2025, 9:10:18 AM No.105687635
>>105687514 (OP)
Can I make apps with this? Like how JS is a web language but you can make desktop apps with electron. Is there an equivalent function/framework for python?
Replies: >>105687668
Anonymous
6/24/2025, 9:14:47 AM No.105687668
>>105687635
tkinter is built into python but it's shit.
Other than that is is literally everything, pygobject, pyqt, django...
Anonymous
6/24/2025, 9:17:32 AM No.105687691
>>105687611
perl is executable line noise. python at least looks like a programming language
Replies: >>105688646
Anonymous
6/24/2025, 9:19:06 AM No.105687700
>>105687514 (OP)
kek this monkey still think he is leet coder and doesnt understand AI has already taken over his job. When I need a script in python or bash I ask AI an my script is written without errors. My productivity enhanced in mere seconds.

I am so happy i didnt fall for the coding/computer science meme and actually did engineering. We learned to code, C, Java, Python during out studies and now the knowledge is nto needed anymore.
Replies: >>105687726
Anonymous
6/24/2025, 9:25:10 AM No.105687726
>>105687700
Yeah engineering isthe way to go
I've seen one of you guys build a diy electron microscope, which in me eyes is very impressive ngl
Anonymous
6/24/2025, 12:16:20 PM No.105688597
1725688187206806
1725688187206806
md5: ad460dc7de48c21651f52fc055358bae🔍
>>105687514 (OP)
Another low effort surface level opinion post.
Anonymous
6/24/2025, 12:17:18 PM No.105688603
programming language tree choice
programming language tree choice
md5: 71e707ac9965e365bb12b7f631bf9c5d🔍
There are worse choices
Replies: >>105688679
Anonymous
6/24/2025, 12:24:48 PM No.105688646
1729976913736129
1729976913736129
md5: 16f49bba1e4abe3829774dc174f80098🔍
>>105687691
>perl is executable line noise
Regurgitated taking point. Camel-GODS have achieved Zen.
Anonymous
6/24/2025, 12:30:08 PM No.105688679
>>105688603
Where's lisp?
Anonymous
6/24/2025, 12:44:30 PM No.105688773
>>105687514 (OP)
What's the difference between these?

print("Hello" + varname)
and
print("Hello", varname)

It was explained that the first one is one argument, while the second is two arguments, but what's the use case difference? When is one better than the other? Should I even use the first one when I can just do f strings all the time?
Replies: >>105689023 >>105690173
Anonymous
6/24/2025, 1:27:05 PM No.105689023
>>105688773
how to hack you dumb noob?
Anonymous
6/24/2025, 3:49:13 PM No.105690115
1750513566251094
1750513566251094
md5: 49ae819283f6dee8b66819a83dec3b67🔍
>>105687514 (OP)
>Python is the Crocs of modern, dumbed down society
Thats because you don't know how to use it
>what is pyenv, venv, conda etc
>what is class inheiritance
>what is function annotation (both for input and return)
Replies: >>105690153
Anonymous
6/24/2025, 3:53:08 PM No.105690153
>>105690115
when you actually use python the way it's supposed to you end up hating what people did with it newfag
Replies: >>105690173
Anonymous
6/24/2025, 3:55:24 PM No.105690173
1736353279860004
1736353279860004
md5: d92d69b1aca33409a453f0e45a1f10d6🔍
>>105688773
>but what's the use case difference?
both are basically print(*args), you are just preemptively concatenating them prior to function call
why?
maybe varname's class doesnt have a __str__ method or the __repr__ method doesnt return a string. With the first option, assuming you know what varname is you can manipulate it so you don't get an exception thrown

>>105690153
>when you actually use python the way it's supposed to you end up hating what people did with it newfag
Yeah i know, some people's code look like ass
Replies: >>105690648
Anonymous
6/24/2025, 4:48:51 PM No.105690648
>>105690173
considering you are using POOP (python object oriented programming) I don't think you are using it properly. python is great for automating tasks and prototyping but for big boy programming it's best to have a low level language manage memory and architecture and you interop with python. this is something you haven't done and it's obvious
Replies: >>105690927
Anonymous
6/24/2025, 5:25:37 PM No.105690927
1721392486808645
1721392486808645
md5: 3a62a41dd1d7a4b91e4236a75c2a230d🔍
>>105690648
>it's best to have a low level language manage memory and architecture and you interop with python. this is something you haven't done and it's obvious
I've used gc (garbage collector) in MicroPython to manually manage memory on constrained hardware. I've also worked with C# for use in streamer.bot but desu, most my logic is in python
Anonymous
6/24/2025, 8:16:30 PM No.105692395
guido-sicp
guido-sicp
md5: a852b2c567772d8bb935420379c171e2🔍
>>105687608
>python is a well designed language
Kek
Replies: >>105692549
Anonymous
6/24/2025, 8:33:50 PM No.105692549
>>105692395
are you saying lisp is?
Replies: >>105694411
Anonymous
6/25/2025, 12:06:12 AM No.105694411
alien
alien
md5: 36d605ac6471c2b28917fd3f95e8d445🔍
>>105692549
Yes.
Lisp is the most powerful programming language.