merari42@lemmy.world to Programmer Humor@programming.dev · 4 months agoWhat Drove You to Madness?lemmy.worldimagemessage-square40fedilinkarrow-up1544arrow-down156
arrow-up1488arrow-down1imageWhat Drove You to Madness?lemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 4 months agomessage-square40fedilink
minus-squarewise_pancake@lemmy.calinkfedilinkarrow-up5·edit-24 months agoMost recently: I had to parse an html table with a column of printed python dictionaries, the dicts wrapped a mixed delimiter list of SQL statements of various types. It’s truly an abomination. I’ve never had to use pythons AST module to parse data before…
Most recently:
I had to parse an html table with a column of printed python dictionaries, the dicts wrapped a mixed delimiter list of SQL statements of various types.
It’s truly an abomination.
I’ve never had to use pythons AST module to parse data before…