make-your-code-count
make-your-code-count copied to clipboard
Create an open-source library in Python for your scientific research.
https://choice.npr.org/index.html?origin=https://www.npr.org/sections/health-shots/2020/05/13/855038708/combining-different-models-new-coronavirus-projection-shows-110-000-deaths-by-ju
See https://github.com/qutip/qutip-doc/issues/67 for more details.
Add info on [`pydocstyle`](https://pypi.org/project/pydocstyle/), which helps keep docstrings tidy, according to conventions. Can mention [`toqito`](https://github.com/vprusso/toqito) as toolbox using it.
Information on a template configuration file is found here http://www.sphinx-doc.org/en/master/usage/configuration.html#example-of-configuration-file
There's been a study that correlates the number of information available in Readme files and the popularity of libraries, in ML, with direct proportionality https://medium.com/paperswithcode/ml-code-completeness-checklist-e9127b168501 This could be added to...
See here: https://stackoverflow.com/questions/19048732/python-setup-py-develop-vs-install where setup.py install and develop are not suggested, whereas pip install -e . is suggested.
Add this link https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html
### ENH Add something about `git flow` and branching / forking best practices. https://nvie.com/posts/a-successful-git-branching-model/
This is a video course on how Docker works for how containers work ["Docker Tutorial for Beginners - A Full DevOps Course on How to Run Applications in Containers"](https://www.youtube.com/watch?v=fqMOX6JJhGo)
In unit testing, add information about the Hypothesis library, https://hypothesis.readthedocs.io/ Add more up to date information on continuous integration tools, as now even more integrated on Github (azure pipelines, release...