this post was submitted on 09 May 2024
472 points (96.8% liked)
Memes
45536 readers
187 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hahaha python
They don’t even have math in the base language, you have to import numpy to do basically anything.
Not many languages let you do advanced math with their base, usually libraries do the heavy lifting and in numpy's case it isn't even written in python.
Do you never
import math
?Go parse JSON with standard library C++. Hahaha
I'll start
include regex.h
Good luck! https://stackoverflow.com/a/8751940
Parse html then.