[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Why the fuck does /g/ hate it?

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 45
Thread images: 4

File: python.png (80KB, 1000x1000px) Image search: [Google]
python.png
80KB, 1000x1000px
Why the fuck does /g/ hate it?
>>
Py-ness envy.
>>
sneks are literally the devil

the bible says so
>>
>>58406655
I like Python
I am a script kiddy :3
>>
>>58406666
Fok yo bible
>>
/g/ hates itself more than anything

I just hate space delimited language
>>
I don't hate it, but syntactic whitespace is stupid
>>
>>58406684
I only know the basics of Python, but that's my major gripe as well
>>
Well, Python 2 aimed to be a simple, easy-to-understand language with some nice features like list comprehension.

People built tools like pip for dependency management, and it was awesome.

Then came Python 3, which suddenly made handling strings difficult, with UTF-8 strings etc. It also broke package management, because Python 2 code often times won't run in Python 3.

So I guess that's why it sucks.
>>
>>58406666

to be honest and looking at your 666 quads, there really is no point on having snakes on this planet other than to install fear into people. Probably truly is an evil animal Satan put here to mess with us.
>>
>>58406684
>>58406693
>it's based to enforce good code practices

I see you must enjoy Pajeets C code
>>
>>58406666
Ha!
>>
>>58406655
/g/ doesn't hate python
>>
>>58406655
The problem is not really python. It's great for introducing newbies or kids to programming and for quick and dirty system apps. The problem are the people who learn it and never advance from it, they get stuck in that comfort zone trying to apply to tasks it was never made for.
>>
>>58406693
it is not
code is shorter and more readable when you get used to it
>>
>>58406655
It's the pinnacle of mediocre language design and implementation.
>>58406666
sounds like you would know, satanic quads
>>
>>58406704
nice bait
>>
20% of /g/ are weaboo femboys
20% of /g/ are mactoddlers
20% of /g/ are pure idiots
rest of /g/ likes python
>>
>>58406975
>not listing the gaymers

hmmm
>>
>>58406992
Include them into pure idiots.
>>
>>58406655
because it's inferior to JavaScript.
>>
>>58406838
>It's the pinnacle of mediocre language design and implementation.

this and then they compact more shitty syntax with new releases into the grammars to keep up with better designed languages.
>>
>>58406655
>caring what /g/ thinks

also I use python to automate my homework for college / generate textbooks from shitty online ebook sites (fuck you mcgraw / learnsmart)
>>
>>58406655
python is to programming languages as nosql is to databases. it trims a lot of fat, but in many cases the fat solved an actual problem, and so the ad-hoc "pythonic" solution is an unplanned mess

it's excellent for prototyping and by extension research. but if you try to write a serious system you will be tortured by the GIL, the "type system," and ten thousand calls through the C API
>>
File: hidamari sketch hoshimittsu.gif (3MB, 480x270px) Image search: [Google]
hidamari sketch hoshimittsu.gif
3MB, 480x270px
>>58406975
>tfw I am apparently 80% of /g/
>>
>>58406655
Never had an opinion on it until I started using/seeing Python heavy software or programs. That shit can be a fucking mess especially on the user's end.
>>
>>58406655
Too easy to learn, so can't be used for dick-measuring-contest. Haskell is better for that.
>>
File: stop-liking.jpg (125KB, 321x360px) Image search: [Google]
stop-liking.jpg
125KB, 321x360px
>>58406655
The only people who hate Python are the people who went through CS courses learning *unnecessarily difficult* languages from the 1970s. They believe their way is the only way to become a True Programmerâ„¢

They hate change, basically. They're technical conservatives - and modern, easily readable languages really steams their beans.
>>
File: kde.png (104KB, 500x537px) Image search: [Google]
kde.png
104KB, 500x537px
>>58406655
Because /g/ is a bunch of cunts that haven't figured out the magic that is PyQt5.
>>
>>58407410
>>58407486
Is /g/ just filled with dogmatic autistics then?
>>
>>58407565
pretty much, yeah
>>
>>58407565
yes, and it's also what this guy said >>58407410

A lot of the tech world, especially /g/, is filled with people whose lives ARE tech. They don't have much else to be proud of, so they use their tech skills as a dick measuring contest.
>>
>>58407565
Yes, this board needs to be nuked badly.
>>
>>58406716
666 isn't static dumbass, it's just some ancient person catholics hated, like Obama.
>>
>>58407015
>Javascript
Found the bait
>>
There is a lot of FUD about Python, mostly about it being slow and unsafe, both of which may apply to big projects but not smaller ones which is where Python shines because development is super fast and it's very easy to learn. Mind you, it being easy to learn is already reason enough for some people to hate it because how dare that person that just started programming a year ago build a program in a week when it takes me a month in C++!
>>
>>58406655
Meme scripting language that is slower than frozen shit and isn't actually any faster to develop in except perhaps if you need certain libraries.

Also: this >>58406693
>>
>>58408149
>because how dare that person that just started programming a year ago build a program in a week when it takes me a month in C++!
I don't hate C++ but jezus that language is a fucking mess. It's not even the pointers that give me a headache, it's the messy way how OOP is shoved into the C syntax and how it's just shit on top of shit on top of shit. No wonder languages like C# and D were made.
>>
>>58408149
>smaller ones which is where Python shines

Yup Python is so good for short stuff. It can even be good for larger projects if you're an OOP master.
It's also *great* if you want to do something like write an API wrapper for e.g. 4chan, reddit, youtube, twitter, whatever.

tl;dr
Write less code, write extremely readable code, and get it done quickly.
>>
becuz jizz is poor and dont have 10k computer so use c becuz dey need speed n sheeeit
>>
>>58406693
No, it isn't. People tend to interpret the meaning code based on indentation anyway, using whitespace instead of traditional block delimiters helps prevent things like:

if(foo())
bar();
goto hell;


>>58408149
Python seems slow to start-up even for small programs, though the same is true of Java
>>
>>58409468
>Python seems slow to start-up even for small programs
It is.
That's just another demonstration that CPython devs can't into interpreters.
>>
>>58406655
Python is a language for high graded dudes like scientists and mathematicians.

4chan is full of fat belly dudes who live with their parents and that are to lazy or/and poor to study. Python remembers them they are underdogs with pity life. :(
>>
>>58406655
I like how it produces less boiler plate garbage codes. But it's horribly slow, compared to C++

In real world, all the end user cares about is efficiency, That's why no big projects like games, kernels, drivers are written in python.

Poor python will forever be confined within the restriction of small scripts, server side scripts, shitty widgets and small GUI apps. Meanwhile C/C++ will continue to dominate the market.

That being said, if I were to pick python or C# or Java I'd pick python any day. I'd code in C++ instead of those POS **va or C-**arp
>>
>>58411161
I beg to differ
Thread posts: 45
Thread images: 4


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.