Python for Office | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 31

Python for Office

i will be giving a weekend class python for office. I think we do some pdf and ppt and introduce the module os. I would like to get some ideas for useful progs and libraries.

12th Jan 2020, 10:51 AM
Oma Falk
Oma Falk - avatar
23 Answers
+ 23
I don't know if this ebook could help you: https://automatetheboringstuff.com Maybe it could help to describe the normal tasks in your office.
12th Jan 2020, 12:12 PM
Denise Roßberg
Denise Roßberg - avatar
+ 8
Web scraping could also be a good topic, for example read fresh exchange rates or stock prices from a website every day. Could even combine it with pandas, save it as excel and send it in email :)
12th Jan 2020, 1:01 PM
Tibor Santa
Tibor Santa - avatar
+ 8
13th Jan 2020, 4:28 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 7
You could check this ressource, but I think there are a lot of more. https://www.xlwings.org/ Panda and sqlalchemy are useful todo.
13th Jan 2020, 7:47 AM
Laurent Chretien
Laurent Chretien - avatar
+ 7
I would like to see a course in GUI- and database-programming, preferably based on Tkinter and SQLite3, in order to create a knowledge-base. I often have the problem to find reports which I wrote years ago about a topic and when I now am dealing with a similar topic.
1st Jun 2020, 8:35 AM
pariii_kasliwal🎭
pariii_kasliwal🎭 - avatar
+ 6
Excel integration is really easy with pandas, just need the right libraries installed. pandas.read_excel() DataFrame.to_excel() https://www.dataquest.io/blog/excel-and-pandas/
12th Jan 2020, 12:57 PM
Tibor Santa
Tibor Santa - avatar
+ 5
Tibor Santa yes... excel is a must have. I am not familiar with pandas. Didnt know it can excel...
12th Jan 2020, 12:41 PM
Oma Falk
Oma Falk - avatar
+ 4
Denise Roßberg but so what from! Fortunately it is in my bookshelf.
12th Jan 2020, 12:28 PM
Oma Falk
Oma Falk - avatar
+ 4
pandas library for reading and handling data, and exporting to excel (you can probably just scratch the surface but I think Excel is a must topic)
12th Jan 2020, 12:40 PM
Tibor Santa
Tibor Santa - avatar
+ 3
Besides pandas. You can easily handle lower level excel operations from python itself. Using xlrd package.
13th Jan 2020, 5:41 AM
Shivam Pundir
Shivam Pundir - avatar
+ 1
openpyxl baybeeee
13th Jan 2020, 2:38 AM
Michael David
Michael David - avatar
+ 1
Thanks
13th Jan 2020, 3:52 PM
Hacker++--
Hacker++-- - avatar
+ 1
Whatever you choose, stress best practices and always document your code.
13th Jan 2020, 5:17 PM
SteveK
SteveK - avatar
+ 1
Yordam kere
13th Jan 2020, 7:21 PM
Amirbek
Amirbek - avatar
+ 1
You can make documentary for this for future use and enhancement
14th Jan 2020, 6:35 AM
Badal Gupta
Badal Gupta - avatar
13th Jan 2020, 3:03 AM
Hacker++--
Hacker++-- - avatar
0
Oma Falk When and where?
13th Jan 2020, 9:48 AM
Louis
Louis - avatar
0
Jan Markus if you continue to produce tkinter examples as by now and add sql, that would be it ;)
13th Jan 2020, 3:18 PM
Sasha Djekic
0
Hi
14th Jan 2020, 3:00 AM
Chainsmoker