by stop50 on 2/7/2024, 8:37:31 PM
by pmcf on 2/7/2024, 7:55:59 PM
Python for analyzing data and crunching numbers? Awesome!
Python for serving HTTP? This could get expensive—the why, what, and choices teams have in deploying AI applications.
by torunar on 2/7/2024, 10:53:57 PM
AI does not have a Python problem. It has a YouTube problem, as apparently everyone does videos instead of text nowadays.
by 1vuio0pswjnm7 on 2/8/2024, 8:04:28 AM
I liked Torch better when it was Lua, before it starting using Python.
HTTP is only really good for clientside. For Serverside there the urllib could be improved, since the parsing is full python and hasn't changed much. The GIL ist in the process of getting solved.