I want to automate general office admin tasks at work am looking into using Python as my programming language. I am new to coding and understand basics but need guidance. I am proficient at using most me office programs and know sql but want to start automating tasks so that I can make time to further my coding skills. Any advice would be helpful. Thanks!
Asked
Active
Viewed 1,008 times
-2
-
Thanks for the advice. I am new to stack and new at forums as well so I'll be sure take the tips into consideration. – Raul Lemus May 10 '17 at 05:49
1 Answers
0
If you are dealing with Windows Office, then you will need to get started by downloading the pywin32 module. Pywin32 will allow you to interact with Office products. https://pypi.python.org/pypi/pywin32
If you need help installing, see this post How to install pywin32 module in windows 7
How to get started, see here: How do I get started with PyWin32

Community
- 1
- 1

Sterling Beason
- 622
- 6
- 12
-
Thank you for the response and I will definitely look into the pywin32 and apiwin modules. I have already installed python 2.7 and have attempted to write code. I am stuck in trying to figure out which functions to use out of the many modules available. Do you have any resources for easy tutorials on how to discover and explore modules? – Raul Lemus May 10 '17 at 05:45
-
I would recommend something like the following resource to learn the basics https://www.codecademy.com/learn/python – Sterling Beason May 10 '17 at 05:50
-
@RaulLemus pywin32 is a great tool to work with Office products. Hope my solution helped. If so, please consider selecting it a correct. Thanks! – Sterling Beason May 11 '17 at 04:16