-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject_Template.txt
More file actions
21 lines (21 loc) · 845 Bytes
/
Project_Template.txt
File metadata and controls
21 lines (21 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
1. Uniform project setup
1.1 use cookie cutter for template of each project
2.
3. log your results, taipy for logging, input and outputs
3.1 toml
3.2 papertrail cloud service
3.3 commet perfomance tool
4. data intermediate setups data science projects, preprocessing
4.1 csv and json data setups, micro problems data queries in database
5. move to code i plan on reusing to a shared package,
5.1 reusing code in jupyternotebook, create a package
5.2 add unittest
5.3 add style testing
5.4 abstract into package_name.sub_function(parameter1, param2)
6. move configurations settings to a seperate file
6.1 yaml file
6.2 toml file
6.3 env file **
6.4 cfg file taipy etc
7. Pycharm defualt settinsg, requirements.txt, black, youtrack, linting
8. Write unittest, coverage tests banners in readme.md