First Commit

This commit is contained in:
2024-12-02 15:11:30 +01:00
commit 031f6004de
4688 changed files with 441558 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Books to read
- The pragmatic programmer by andy hunt and dave thomas
Blogs to read
- [https://www.reddit.com/r/Python/comments/1bbbwk/whats_your_opinion_on_what_to_include_in_init_py/](https://www.reddit.com/r/Python/comments/1bbbwk/whats_your_opinion_on_what_to_include_in_init_py/)
- [https://www.atlassian.com/git/tutorials/git-hooks](https://www.atlassian.com/git/tutorials/git-hooks)
- [https://hackernoon.com/automate-your-workflow-with-git-hooks-fef5d9b2a58c](https://hackernoon.com/automate-your-workflow-with-git-hooks-fef5d9b2a58c)
- [https://sigmoidal.io/automatic-code-quality-checks-with-git-hooks/](https://sigmoidal.io/automatic-code-quality-checks-with-git-hooks/)
- [https://www.guru99.com/unit-test-vs-integration-test.html](https://www.guru99.com/unit-test-vs-integration-test.html)
-
Python
- Learn how to work with interactive plots and exportsettings.