Sorry, Trump bros…but the most based programming language to ever exist has just told the Trump admin to fuck off and reaffirmed their commitment to diversity, equity, and inclusion.https://pyfound.blogspot.com/2025/10/NSF-funding-statement.htmlTrump: 0Devs: 1
>>520059144Watch MIGAs start making up conspiracy theories to explain this because they cannot comprehend that someone could have the integrity to put their principles before money.
The Dutchman keeps winning.
>>520059144Python isnt based, its a language for tards. Its the modern day BASIC. Its a glue language used by fuckwits to pull together other peoples code because they dont have the ability to write C/C++, Rust or assembly code themselvesAlso this move has backfired, even within the Python community which is mostly politically pretty hard left. All they were asked to do was to not break the law around discrimination for free money. Instead they virtue signaled their way into fucking it up even though they desperately need the money
>>520059794The world runs on Python, retard. Sure, there may be some other code on the backend that no one uses, but Python is the glue holding everything together. Also, it’s the most in demand language for jobs.
oh my god they denied a free handout after applying for it. guess what python is spelled backwards anon?
>>520059794>RustOpinion discarded. You were almost there, but you couldn't help letting your Jewishness seep through. Which is why you rats will never infiltrate /pol/.
>>520059144only niggers and pajeets use python. the second gayest language to node i call it node because it was so gay that it fucked itself it was originally known as javascript but they fucked themselve so much over that they call it node now.
>>520059933>The world runs on Python, retardActual retard. If anything java runs most small to mid applainces and all the servers rely on C not your gay as llm python.
>>520059794Let me guess, Your imaginary code is poetry.You lost, Ronald McDonald
>>520059933No, the world runs on C. Some of the orchestration is done by python however there is way more bash code deployed in that role than python. There is zero mission critical code that is written in python. Show me a kernel written in python. Or a networking layer, a critical embedded system, a database or any other piece of critical infrastructure. Its C/C++ or assembly all the way with some Rust entering into the equation latelyThe jobs asking for python are the jobs being replaced by AI. They are jeet jobs, low level, low tech glue sniffers who use python so that they can leverage other peoples work which is written in a language thats too complicated for them to use efficientlyThere is zero demand for python in embedded systems, operating systems development, networking code, database servers or any infrastructure or backend stuff. Python, like javascript is the tool for low level, low skill "front end" developers. People to stupid to write real code. 15 years ago they did website front ends in JS. Now they other front ends in python
>>520060896>Open source repositories
>>520060435I personally dont like Rust. Its a mess at the minute but it is one of the few languages capable of systems level development. You can write a kernel in it unlike pythonI would rather see the (frankly overhyped) memory safety optimizations in Rust applied to C
>>520059144um, sorry sweaty, money printer only go brrrr for chud inclusion programs
>>520059144keep your syntactic whitespace and fuck off, faggots
>>520060896>Let me point you to a meaningless statistic that shows that the easiest to use language is the most used by beginners and retards even though its not used in any serious systems level development. Shocking!Nice strategy anon, Im not sure thats going to work for you though
>>520059144A giant swath of really smart but hideous engineers becoming trannies I have to admit I did not see coming. I mean absurd things. This one dude was 6’4” built like a broke shit house running around in a dress. Utter fucking clown world.
>>520059144dev posturing is the worstbut attempts to make you submit to some homo political stance for your tech project handout is even worse
>>520060909>>520060896>>520060772>>520059933Can you code niggers help me with my homework on regular expressions. It’s so fucking retarded I don’t even think we will ever need to use the regular expressions in code anyways. The meta characters I understand since we already use it but not the regular expressions.Let’s practice some codeDef Open4ChanFileCode(filename): Try: file = open(filename, “r”)Return file Except: print(“Cannot open”, filename)Return file
>>520060896>More retards posting more codeWowsies!
>>520061355Too many trannies and jeets in code.>>520061202Do you need regular expressions & stuff like that in everyday code or is it useless.
>>520061441>>520061366>>520061355>>520061315Supposedly I need to know the Regex for shit like the IPv4 how do you do this. What’s the point of this
>>520059144Pyhton is for retards who can't even code
>>520061441nigga fuck this code. I just wanna become a millionaire through day trading & crypto
>>520061415Anon, there is no regex in your python boilerplate. I wont help you with python just on principle but I can help you with regex question or implementing in a language that isnt for fucktards
>>520061646>>520061672arrays are mostly used in basic Python code
>>520061752Is regex even useful in actual work life when you need to know the code. It seems retarded and pedantic for no reason
>>520059794I don't have time to build wrappers around the obscure libraries that mostly don't exist in other languages. Python has the libraries I need.If I need speed, scalability, and throughput, i tell a software monkey to refactor my prototype code into something more reasonable.
>>520061646It's true. I don't know how to code but I regularly use Python for work
>>520060909>There is zero demand for python in embedded systemsHorseshit, plenty of industrial measurement and control devices use MicroPython. But I get the Python hate. However Python, unlike Rust, is at least useful in certain applications. >>520061172You can write a kernel in it unlike pythonYou can write a kernel in Brainfuck or any number of toy languages. So what? The only real questions are (1) why are so many Jews inorganically trying to push Rust and (2) why did 90% of the Rust hype die down right around the time that it became evident that Ukraine was losing the war? The answer was that Rust or some required component like the compilers or packaging is probably some kind of Jewish Trojan horse riddled with zero-days. Maybe those zero-days are all designed to work with other zero-days baked into other Jewish shit, like Intel processors.
>>520059933>The world runs on PythonOh so that's why everything is so fucking slow now.
>>520059144I have no problem with this.Faggots can be discriminatory faggots all they want as long as they don't ask the government for anything. A private company should be able to do DEI nonsense and a private company should be able to not hire jeets, women or niggers.
>>520061819>>520061846Do you guys use regex for your day to day programming
>>520062038I do my text editing with ed
>>520061415>Exceptkys
>>520059144Trump is pro-DEI as long as jews are on top
>>520061605So you want a regex to match a valid IPv4 address?
>>520062038The only time I have ever used regex is if I need to do something complicated in a jinja2 template
>cutting off your nose to spite your face
>>520061672Python has zero-indexing. You're thinking of Lua.
>>520059144You mean now we dont get to give them 1.5 million dollars? Aww shucks. I guess we have to live this way now. Not giving money away.
>>520059144And I just started learning python ...Instant regret.
>>520061485This was white guys though. I could give a fuck what jeets do.
>>520061814Yes its very useful for matching patterns and most serious developers and even system administrators will be using them dailyLets say for example you need to write a script to change the IP address on an embedded system. There is no NetworkManager or other such code due to space constraints so you have no UI to change the various files that need changing. You would probably write a script to perform these actions so the end user has a way to change the IP address (or set DHCP). If you wear womens clothing you might do it in python but in most cases its probably going to be a shell script. So you write a bash script to ask the user for the required IP info but before your script makes the changes you want it to validate the info to make sure its not garbage. A regex is very useful here. Below is a simple sh / bash function that you can call to validate that an IP address and netmask are valid by checking against a regex. If they are it sets the ipvalid variable to "yes"checkip () { [[ "$ip" =~ ^(([1-9]?[0-9]|1[0-9][0-9]|2([0-4][0-9]|5[0-5]))\.){3}([1-9]?[0-9]|1[0-9][0-9]|2([0-4][0-9]|5[0-5]))$ ]] && [[ "$netmask" =~ ^(([1-9]?[0-9]|1[0-9][0-9]|2([0-4][0-9]|5[0-5]))\.){3}([1-9]?[0-9]|1[0-9][0-9]|2([0-4][0-9]|5[0-5]))$ ]] && ipvalid="yes"}
>>520062240\d{3}\.\d{3}\.\d{3}\.\d{3}I actually love that shit and use it all the time, but never in production code.
>>520062842Yours is a great example of why that shits not allowed in real code.
So they passed over a free $1.5M and are going to do the work anyway?
>>520059417Did you eat your foreskins today kike?
>>520060896Lol. Hardest of these shown languages (good coding, not fast shit) on the last place. Huh? Strange right? Why is one of the easiest ones on 1? Wooow that means it's the best.Number one of any painting tools? The craaaaayons. Look how much people use crayons. It have to be the best to paint a Rafael.Stupid nigger.
>>520062037>a private company should be able to not hire jeets, women or niggers.Ok, but they aren’t currently allowed to actually do this but can still implement DEI.
>>520062977That doesnt really work because you can still match out of range entries such as 999.888.666.555 as an IP. Its a good simplified almost match though for basic use cases thoughI love regex, it simplifies life so much
>>520060896And BTW: php isnt even a language by all standards. Dumb nigger.
>Python: Simple is better than complex. Complex is better than complicated.>also Python:
>>520063341YoU cAn'T wRiTe A dRiVeR Or A kErNeL In PyThOn, I wRiTe dRiVeRs AnD kErNeLs EvErYdAy!>Python is sufficient for approximately 80% of applications on average across diverse domains.You can keep using a chainsaw to cut through bread tho, just like the dumb faggot that you are.
Is package management in python still a nightmare or did uv fix it yet?
>>520062038It depends on what you're doing. I work in an old-school corporate type environment, mostly on random bullshit that was built in the 1980s, and it's rare but not unheard of. I'll be leaving the industry in a couple of years due to it being complete cancer and faggotry nowadays, but I need to complete another degree first. Honestly, don't even bother with CS, it's so fucked it's not even funny.t. dev since 2010
>>520063135Whats wrong with it? Its simple and easy to understand. Yes you wouldnt structure it as a one liner like that in production code
You're not a real programmer unless you know COBOL or Fortran
>>520059794confederate flag and talks about following laws, the irony
>>520063810Nope, PIP is still dogshit and vulnerable to supply chain attacks. Not nearly as bad as NPM but still terrible
>>520060909100% accurate. Well said.
>>520059794python is ok, having said that, I do judge people as incompetent if they can only use python
>>520064415>Im a tard and I dont have a valid response or rebuttal so Im going to talk about flagsVery nice anon. You really showed me
>>520064163Where you going? I'm an OSA and shit is falling apart, helping users is like a scene from idiocracy. I want out of this hell hole, did normies learn less about computers over the years?
>>520059144we got rejected for a grant so we made a WE DIDN"T WANT IT ANYWAYS BECAUSE MY DEI
>>520059144Python is a shit language used to teach children how to code. You are supposed to grow up and learn a real language
>>520060896>programing language>include a bunch of scripting language librariesWell we're fucked if this is the future of the tech industry.
>>520064163>Honestly, don't even bother with CS, it's so fucked it's not even funnyThis. Unless you are already at the top of your game or exceptionally talented then its a dead end. Most CS jobs are going to be replaced by AI. The industry is fucked
>>520064739
>>520059144Translation:>We hate white men so much, even large sums of money can persuade us to stop discriminating against them!
Lmao you guys think antthing is changing? I drive by a correctional facility with a gay flag on it.America is sodom and gomorah.Even if things change a little bit, they are never getting rid of the gay shit. Because the upper echelons of the government is a bunch of gays.Gay people are disgusting, they need to be killed
>>520064739This. Its the modern day BASIC
>>520059144all programmers are trannies. that's why.
>>520059794>>520060435>>520060772>>520060909Take it easy, anons. No need to argue. Every single developer community is cucked to hell nowadays.
>>520059417>principlesIt's defiance. They probably hired MORE browns exclusively to defy trump and not for any other reason.
Notice how gays like Jussie Snollet or the gay sex tape in congress get out of getting into trouble for their CRIMES.America is sodon and gomorah. Gays need to be KILLED
>>520064993s/can/can't/
Biden required DEI for these types of grants. Tech foundations were absolutely fine with that as they wanted to spend public money on teaching web shit to trannies from Togo. Trump simply inverted the requirement to prohibit DEI. Now these tech foundations are throwing virtue signaling temper tantrums. The purpose of the grant should be to advance the Python ecosystem and not to push some social agenda. Python's leadership was quite fine with there being strings attached when those strings were thing they liked, even though they were non-tech related.
>>520059417Your principles are gay. And you are gay.
>>520059144time to unistall python gay ass language anyways
>>520059144>Python hires Indians>Python language is the most widely used in AI>AI takes jobs from leftiesEverything is balanced
its been a very wrong pathway to travelpretending and telling niggers that they arent dumb as fuck.its time to admit santa aint realniggers are stupidthe only way you see blacks and brown souther hemisphere 'humanoids' get smarter is when they have european DNA somewhere up their tree.niggers are dumb
>>520059794>Python isnt based, its a language for tards. Its the modern day BASIC. Its a glue language used by fuckwits to pull together other peoples code because they dont have the ability to write C/C++, Rust or assembly code themselvesYou're right. That's why it's used in AI: because even Indians can understand it.
>>520059794>, Rustthought you could sneak yourself in without anyone noticing, tranny?
>>520059933I can tell you just got out of school or bootcamp and have not yet worked in the industry.The vast majority of code "the world runs on" is COBOL, C, C++, JAVA, Javascript, and PHP, in roughly that order.Python may be popular with noobs and non-programmers, but popular does not equate to most commonly used.Faggot.
>>520065636I dont like Rust as I already stated here >>520061172However it is a full systems language not a scrupting language like python and thanks to DEI money and trannies it is sadly getting some traction in the systems world. Blame Linus for accepting it into the kernel
>>520065060you keep yapping, tranny but we've yet to see your code.
>>520065806YWNBAW
>>520065690It's seeing a large spike due to AI, but it will soon be replaced, especially as AI tools are increasingly able to use lower level programming languages to code themselves. Soon you will be able to describe what you want to an agent and it will write a program for you in machine native code. The resulting programs will run far more efficiently than something like Python, but they will be unintelligible to humans or Indians.
>>520059144Why did everyone side with Dutch SJWs instead of Japanese Mormons?
>>520065931Im literally the only person who has posted code into this thread you downs syndrome child>>520065936I hope not
>>520066201Ruby was nice but its performance was horrific in early versions. Matsumoto was also a bit of a dick to work with.The Rails framework was actually pretty good for beginner MVC projects. I thought that Rails would go far in the early years but web devs stuck with PHP
>>520059794rust is exclusively for trannies
>>520059144Okay. Good for them. They will be put out of business by companies that take the money.
>>520066898Yes pretty much. Sadly there are a lot of trannies at RedHat / IBM, Canonical, Mozilla, etc
>>520062364Lua and a few other offenders guilty of the same mistake: trying to design a language for people with no training (Lua was designed for petroleum engineers)
>>520066323>Im literally the only person who has posted code into this thread you downs syndrome child>faggy snippedlook, I posted code
>>520064993>international community of python programmersI think it's more that they operate in a bunch of countries, some of which subsidize DEI and some of which oppose it, and the US bid wasn't nearly enough to make them stop. 1.5 M isn't that much.
>>520059144DEI is White GenocidealsoEvery language after Java is a fag language.
>>520059144HAHAHAHADEI faggots lost fundingTOO BAD
>>520059144Good, FUCK white people, it should be illegal to hire white men anywhere
>>520067319He was responding to someone who said he didn't.
>>520059933python is not that good. The reason it is popular is because it is easy to learn and good for certain applications. It is also very useful for its space. It is strange however that they would deny a grant based on wanting to violate the civil rights act however. Diversity equity and inclusion by fiat is not conducive to a proper work environment or equality.
>>520060896C is a dying language. COBOL will go first and then C. We shouldn’t be using languages that are damn near 60 years old.
>>520059144Python is a language. This foundation is four or five soys. >>520059794What’s the appeal of Rust?
>>520068996soysonions
STUNNING & BRAVE!
>>520059144Retarded devs
>>520059417their principles are shit and shouldn't be subsidized by my tax.
>>520059144>everyone calls Rust "tranny." >never a peep about DEI babby python. I want you all to apologize, right now.
>>520068844he didnt, show me his link to his github or something.
>>520068872You kids mock COBOL but nobody ever launched a SQL Injection attack with a punch card.
theres no reason tax money should be going to python in the first place
>>520070804The money was supposedly for PyPI security research and improvement. Unfortunately for all of us, a lot of assholes use Python for basically everything, both appropriate and otherwise.
>>520070317>Github or somethingLook at the jew moving the goalposts>>520062842
>>520071276>checkip () {[[ "$ip" =~ ^(([1-9]?[0-9]|1[0-9][0-9]|2([0-4][0-9]|5[0-5]))\.){3}([1-9]?[0-9]|1[0-9][0-9]|2([0-4][0-9]|5[0-5]))$ ]] && [[ "$netmask" =~ ^(([1-9]?[0-9]|1[0-9][0-9]|2([0-4][0-9]|5[0-5]))\.){3}([1-9]?[0-9]|1[0-9][0-9]|2([0-4][0-9]|5[0-5]))$ ]] && ipvalid="yes"}wow, such impressive code, omg. fag
>>520061814>Here's your new zoomoid team member to train, bro
>>520063248Wait kike shill too stupid to understand the picture he posted...
>>520065122What is a "brown"? Is that actually how you talk about your school friends, neighbors, people who go to church with you?
>>520059794>Its a glue language used ... to pull together other peoples code because they dont have the ability to write C/C++That's the point retard, most people don't need to reinvent the wheel to do whatever it is they want to do.
>>520059144Well its saved the government money the fags not getting the money are going to get more niggersYou got that scoreboard wrong.
Why are you liberal faggots spinning this as a win for Python? Trump policies just cost them a big grant. That is a win for MAGA. Fuck Python, enjoy not having that money and not innovating that product.
>>520063806>Medpack is mad because his training-wheels coding language is for babbies.I'm shocked
>>520059794>Python isnt based, its a language for tards.Genuinely... who the fuck cares?
>>520071348>he didn't post code>"I posted code," big deal>he didn't post code, link his github>wow, the code he posted is really insignificantGradually, I came to hate them
>>520071910terminally online /g/tards who are obsessed with language wars.
>>520071531Imagine being friends with a brown or living near them
>>520072148that shit snippet is not code and I'd be embarrassed to post something so pathetic while claiming to be c/c++ dev
The future is open source.
>>520072371If only Deepseek would add this.
>>520061814regex is a decent starting lexer if you don't write DoS'able garbage and know how far to push it. A lot of tooling will sometimes only support basic regex for matching and basic string substitutions as well. The biggest problem is every language and ecosystem has a different engine so you'll feel like you have your regex down, but then you hit cases where:Old Unix shit uses BRE or EREJavaScript has a retardedly powerful backtracking regex engine, but doesn't support basic shit like "verbose." Most lower level language ones, like Google RE2, Boost regex and the Rust regex crate don't support backtracking.
>>520072345you keep yapping, tranny but we've yet to see your code.
>>520059144Good the homosexuals behind Python are annoying giga wokies for years now. They also completely sold out to Microsoft by phasing out older versions and not making any effort into supporting legacy software through python. >>520062038No not really. But its extremely useful to know if you work with strings or anything with text. Its unlikely you will use it much nowadays but for any string field with custom user input in a database or any textual parsing you'll want knowledge of regex.
>>520064866> Most CS jobs are going to be replaced by AI. The industry is fuckedThey can't. Maybe the garbage work that was sourced to India or the pure dev / tech types. If you can automate cs, you can probably automate almost any service.
>>520072610ooh lookie, exposed tranny moving goalposts.. look at my shitty regex snippet, now you post code. you have to go back, jeet tranny
>>520059144>something sucks and is already failing anyway>they grandstand about their commitment to DEIit checks out
>>520059144>EquityI remember when it said equality.
>>520065119hey now we don't talk about dead people here they are UNALIVED you BIGOT
>>520059144wow, i didnt think python was gay and javascripts problems started when brendan eich was fired for donating to resistance against fag marriage
>>520059144There's a lot of low tier intuition autists in tech. They have the spectrum, but lack higher order discernment. Consequently the "equity" agenda easily flips them and turns them golem.
>>520059144White people are insane
>>520060435This. He's a sneaky hand rubber for liking rust.
>>520059144Based. Fuck DEI bullshit.
>>520073407You still haven't posted code
>>520061243This. It doesn't matter what else Python does, a langauge based on this level of immorality and depravity cannot be allowed to stand.
>>520062115>I do my text editing with edI kneel
>>520059417No it means they're full of pedophiles
>>520062115Of course. It is the standard text editor. What else would one use?
>>520066054>Soon you will be able to describe what you want to an agent and it will write a program for you in machine native code.Not anytime soon. Also sounds like a debugging nightmare.
>>520073543Equality's not good enough now. They have to have better opportunities and preferential treatment to you. They literally have to hold the niggers hand every step of the way instead of just admitting they're dumb and inferior.We're less than 10 years from the "Whitey gotta pay" revenge arc unless gen-z actually wise up to the jews and realise what they took from them.
>>520062977There is no good reason to avoid it in production code. The theory and the libraries are both well developed and well defined -- it is more likely to be robust than any home grown solution. You just have to be diligent and breaking stuff up to keep the code level. RE's are basically just FSMs under the hood. They are dead simple.
>>520059144> The PSF Board voted unanimously to withdraw our application.Unanimously? What happened to Diversity?
>>520064415It’s fucking bait, shitass. Finish your fucking peas
>>520059447Unrelated but important pointThe Dutch need to be purged from earth immediately before or after the Jews are
>>520072260Or going to a school that allows them in.
>>520059933>The world runs on Python>t.
>>520075279stackoverflow is going the direction of C. It’s over.
>>520059447>"dutch"shalom, guido van rossum is a kike and python has always sucked dick
>>520059417the term MIGA is used by jews to praise israel on 4chan and get away with it scot free by hiding behind the shield of "im just making fun of those dang trumpies!"
>>520075697came here to post thisalso why the fuck is my tax dollars going to this bullshitDEI or not the amount you should get is FUCKING ZERO
>>520075697all jews are spies
>>520059144So we're dropping python now, that's ok.
>>520059144python has always been gaypython 2 eol was a fucking shitshow, and I don't fucking care why or if it needed or not to happen
>>520063423PHP is a language you dip shit. Laravel is the fucking king and you'll be learning it soon enough.
>Shared diversity, community, inclusion values Not a credible argument when everybody is Indian and everyone else is barred
>>520059417>>520059144The reason they jumped into the DEI bandwagon is that they DON'T have principles.
>>520060686turn off the vpn faggot bot.
>>520077441>we are doing x>can we all agree on x>what are our feelings on x>can I get a temperature check on x>is it okay to like x>what is our response to x