Skip to content

Commit 0be4bb2

Browse files
committed
adds learnscientificpython.org
1 parent 3d5c4d6 commit 0be4bb2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

manual/guides/software_templates.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ that can be useful in software development. If your project falls under the
1717
range of capabilities they have you can save a lot of time by using them or
1818
adapting them to start your project.
1919

20-
## Shablona
20+
## Scientific Python Development Tools
21+
[learnscientificpython.org](https://learn.scientific-python.org/development/guides/packaging-simple/)
22+
has templates and tutorials guiding development of python packages using the
23+
most updated standards and norms in the scientific python community.
24+
25+
## Shablona
2126
[Shablona](https://github.com/uwescience/shablona) is a template repository that
2227
is designed for scientific python projects. The template comes with everything a
2328
small-scale project might need, and can be easily adapted for python projects.

0 commit comments

Comments
 (0)