this post was submitted on 01 Nov 2023
1569 points (98.5% liked)

Linux Gaming

14748 readers
412 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 9 months ago (3 children)

I'm an actuarie and a Linux user at home. At work I'm forced to use excel but I do everything I can on python.

[–] [email protected] 2 points 9 months ago

I ran across this in another thread yesterday. Sounds like you might think it's as cool as I do!

[–] [email protected] 2 points 9 months ago (3 children)

I think Microsoft recently introduced Python support in Excel, so maybe you can combine both.

[–] [email protected] 5 points 9 months ago

It's tied up with their azure cloud service and I kinda combine both already with pandas.read_excel() and DataFrame.to_excel().

[–] [email protected] 4 points 9 months ago

As far as I know, the only thing that the new python integration helps with is that users don't have to install Python or have to know how to use pip to install packages like pandas, because Python doesn't run locally. It is neat how you can visualize data and show it inline with the Excel document though. My industry is very regulated, so we won't be able to use it since the data you pass to Python goes to Azure for processing

[–] [email protected] 2 points 9 months ago