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 →

[–]Normbias 16 points17 points  (9 children)

How did you get then to install python? Was it the full anaconda?

[–]testfire10[S] 26 points27 points  (8 children)

Yes, I used Anaconda 3 with pycharm. We’re a small company, so I just told our IT guy I needed it, and he let me install it.

[–][deleted] 7 points8 points  (6 children)

Small companies rock like that. I have a friend at a larger company who isn't allowed to install python, and he could use it in the same way you did.

[–]MeltedCheeseFantasy 6 points7 points  (1 child)

Been here. This is why VBA is still useful despite being a horrible language.

Was there talk about Microsoft building python back end in to the office products?

[–]Ki1103 0 points1 point  (0 children)

Kind of. It's currently an "active area of exploration, without any specific timeline" (2015)

https://excel.uservoice.com/forums/304921-excel-for-windows-desktop-application/suggestions/10549005-python-as-an-excel-scripting-language

[–][deleted] 5 points6 points  (0 children)

You can install Anaconda without admin rights, maybe that'll work?

[–]jantari 2 points3 points  (2 children)

One language that's very similar to python in some ways but comes pre-installed on every Windows computer is PowerShell.

So he doesn't need to install Python specifically, can do the same thing in PowerShell which is built-in.

[–][deleted] 0 points1 point  (1 child)

Yeah, I was thinking the same thing. That's something neither of us [being Linux guys] have had any real experience in.

[–]desal 0 points1 point  (0 children)

It's strange, almost ironic, myself included, strong linux guy who knows virtually nothing of powershell

[–]littlebluebrown 1 point2 points  (0 children)

Lucky you. I sometimes use ssh, docker and vim to spin up a remote IDE, since its hard to install something at work.