|
| 1 | +--- |
| 2 | +layout: splash |
| 3 | +classes: flowing |
| 4 | +permalink: /python-packaging-science.html |
| 5 | +title: "Python packaging resources for scientists" |
| 6 | +excerpt: "We make the scientific Python package ecosystem easier to navigate through peer review and packaging resources." |
| 7 | +header: |
| 8 | + overlay_image: images/header.jpg |
| 9 | + overlay_filter: 0.8 |
| 10 | +intro: |
| 11 | + - excerpt: "There are many tools and approaches that can be used to create a Python package. We build resources that help you both understand the tool ecosystem and also learn how to create a Python package using modern best practices." |
| 12 | +peer-review: |
| 13 | + - image_path: images/pyopensci-people-at-computer.jpg |
| 14 | + alt: "A pencil sketch of a round table with people from different backgrounds sitting around it, working on laptops and also writing together." |
| 15 | + excerpt: "We run an open peer review process for scientific Python software. Peer review helps maintainers improve the quality, usability and long-term maintainability of scientific software." |
| 16 | + title: Raising the bar for scientific Python software" |
| 17 | + url: https://www.pyopensci.org/about-peer-review/index.html |
| 18 | + btn_label: Learn more and get involved with peer review today. |
| 19 | + btn_class: btn--primary |
| 20 | +packaging-easier: |
| 21 | + - image_path: images/pyopensci-working-together.png |
| 22 | + alt: "A black and grey sketch of a group of people sitting at a desk in front of a monitor smiling." |
| 23 | + title: "Get Involved: Help us improve our scientific Python packaging resources" |
| 24 | + excerpt: " |
| 25 | + We need your help! Our packaging content is community-created and reviewed through an open review process on GitHub. The more feedback that we get, the more useful our resources are to the community. Get involved by: |
| 26 | +
|
| 27 | + * Opening an issue about problems that you find in our guidebook |
| 28 | +
|
| 29 | + * Submitting a pull request that fixes a typo or mistake in the guide. |
| 30 | +
|
| 31 | + * Get credit for your contribution |
| 32 | +
|
| 33 | +
|
| 34 | + All contributions are recognized both on our website and in the guidebook's citation. |
| 35 | + " |
| 36 | + url: https://github.com/pyOpenSci/python-package-guide/pulls |
| 37 | + btn_label: <i class="fa-solid fa-arrow-up-right-from-square"></i> See what we're working on now |
| 38 | + btn_class: btn--success |
| 39 | +community-created: |
| 40 | + - image_path: images/pyopensci-people-working-together.png |
| 41 | + image_size: 500px |
| 42 | + alt: "A group of people working on a tetris like set of building blocks, trying to stack the blocks together. " |
| 43 | + title: "Community-created Python Packaging Guide" |
| 44 | + excerpt: " |
| 45 | + Our packaging guide is a living document that will help you navigate the Python packaging ecosystem and learn about modern Python packaging best practices. |
| 46 | +
|
| 47 | + * Created & curated by the community |
| 48 | +
|
| 49 | + * Reviewed by beginner to expert level Pythonistas |
| 50 | +
|
| 51 | + * Accurate, modern & beginner-friendly |
| 52 | +
|
| 53 | +
|
| 54 | + All contributions are recognized both on our website and in the guidebook's citation. |
| 55 | + " |
| 56 | +toc: false |
| 57 | +--- |
| 58 | + |
| 59 | +{% include feature_row id="intro" type="center" %} |
| 60 | + |
| 61 | +<div class="pyos-section purple"> |
| 62 | +<div class="content" markdown="1"> |
| 63 | + |
| 64 | +{% include feature_row id="community-created" type="right" %} |
| 65 | + |
| 66 | +<div class="subsection" markdown="1"> |
| 67 | +### Scientific Python packaging guidebook sections |
| 68 | + |
| 69 | +<div class="tutorial__container"> |
| 70 | +{% for atutorial in site.packaging %} |
| 71 | + {% include tutorial-grid.html %} |
| 72 | +{% endfor %} |
| 73 | +</div> |
| 74 | + |
| 75 | +</div> |
| 76 | +<div class="clearfix"></div> |
| 77 | + |
| 78 | +</div> |
| 79 | +</div> |
| 80 | + |
| 81 | +{% include div_purple_bottom.html %} |
| 82 | + |
| 83 | +<div class="pyos-section"> |
| 84 | +<div class="content" markdown="1"> |
| 85 | + |
| 86 | +## Beginner friendly Python packaging tutorials |
| 87 | + |
| 88 | +Beginner-friendly Python packaging tutorials that will take you through |
| 89 | +the full process of creating a Python package, following modern best |
| 90 | +practices. |
| 91 | + |
| 92 | +<div class="tutorial__container"> |
| 93 | +{% for atutorial in site.tutorials %} |
| 94 | + {% include tutorial-grid.html %} |
| 95 | +{% endfor %} |
| 96 | +</div> |
| 97 | + |
| 98 | +<div class="clearfix"></div> |
| 99 | + |
| 100 | +</div> |
| 101 | +</div> |
| 102 | + |
| 103 | +{% include div_purple_top.html %} |
| 104 | + |
| 105 | +<div class="pyos-section purple" markdown="1"> |
| 106 | +<div class="content" markdown="1"> |
| 107 | +{% include feature_row id="packaging-easier" type="left" %} |
| 108 | + |
| 109 | +</div> |
| 110 | +</div> |
| 111 | + |
| 112 | + |
| 113 | +{% include div_purple_bottom.html %} |
0 commit comments