问题描述
我正在寻找一些资源,这将有助于我用Python编写程序,这将为我工作的地方创建日常工作计划。我们仍在手动制作DWP-s,需要花费大量时间。
问题是,这是一种工作,每个人都不做所有类型的工作,而且每天都不同,所以我不能重用旧的工作计划。
我的尝试:
我以为关于使用SQL数据库,记录所有工作人员以及他们做什么类型的工作,但我不知道如何构建程序......
问题是它对我们没有任何意义,描述太模糊了。
因为每个工作有自己的组织,没有人能用这么少的信息来帮助你。
[]
[]
I am looking for some resources, that would help me write a program in Python, that would create a daily work plan for the place that I work at. We are still making DWP-s manually and it takes a whole bunch of time.
The problem is, it is a type of work, where everyone doesn't do all the types of work and also every day is different, so I cant just reuse old work plans.
What I have tried:
I thought about using an SQL database, to log all of the workers and what type of work they do, but I dont know how to go about structuring the program...
The problem is that it means nothing to us, the description is too vague.
Since about each job have its own organization, nobody can help you with so little informations.
Asking questions is a skill[^]
Some guidelines for posting questions in the forums[^]
这篇关于Python中的Workplan创建者的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!