HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hcrad

no profile record

comments

hcrad
·4 anni fa·discuss
I have had the same experience and instead of Pandas have been using numpy-groupies to handle aggregate/groupby operations. It's quite performant and feels a bit cleaner to use than importing pandas for a couple operations.

https://github.com/ml31415/numpy-groupies
hcrad
·6 anni fa·discuss
Pyinstaller + Gooey has been my go-to combo for sharing executable python with simple/intuitive UIs.

https://github.com/chriskiehl/Gooey
hcrad
·6 anni fa·discuss
As far as quickly standing up an effective gui for python, I'd recommend gooey.

https://github.com/chriskiehl/Gooey