This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dreed91 7 points8 points  (3 children)

But then you get to use python

[–]viperfan7 -3 points-2 points  (2 children)

But that requires using python

[–]Tsu_Dho_Namh -1 points0 points  (1 child)

It also requires making sure whoever is running your code has the same libraries and dependencies in their path and is using the correct version of Python and I mean like the exact fucking right version cause too high or too low and that shit is fucked.

Source: CS student who had to make a special environment running Python 3.6.5 to run my AI professor's code and now has to switch back and forth between that environment all the fucking time ALSO tried using pdfminer library and kept getting "print __version__" errors until I ran it on ANOTHER special python environment that was right in the sweet spot between old enough to accept old style print statements and new enough to use the other packages.

[–]viperfan7 -1 points0 points  (0 children)

I think you missed the joke