-
Updated
Apr 1, 2019 - C++
pre-alpha
Here are 128 public repositories matching this topic...
-
Updated
Oct 18, 2018 - C++
-
Updated
May 17, 2021 - Python
-
Updated
Jul 7, 2021 - Python
-
Updated
Nov 13, 2020 - C
During the pilot lesson at CC@Home2020, learners were unclear on the meaning of . in the pip install . command. The material could be improved by expanding on this to make the use of a relative path explicit.
-
Updated
Jun 24, 2018 - C
-
Updated
Aug 2, 2021 - C++
egen help does not list sum as a valid function, it is total instead. We should update the examples.
sum works, but is deprecated
-
Updated
Oct 30, 2020 - HTML
-
Updated
May 26, 2017 - Python
-
Updated
Jul 5, 2021 - Python
-
Updated
Mar 8, 2021 - Python
-
Updated
Jul 15, 2021 - Python
-
Updated
Jul 1, 2021 - Python
On: https://librarycarpentry.org/lc-r/03-data-cleaning-and-transformation/index.html
Introducing regexes might be taxing on the learner. I suggest moving it below Putting it all together & Split Apply Combine. It could also work as an aside or a challenge that introduces new concepts.
-
Updated
May 21, 2021 - Jupyter Notebook
-
Updated
Jul 26, 2021 - Python
-
Updated
Jul 26, 2021 - Jupyter Notebook
-
Updated
Jul 27, 2021 - Python
-
Updated
Jul 14, 2021 - Python
-
Updated
May 19, 2020 - HTML
-
Updated
Mar 27, 2021 - Java
Adding a pre-commit hook that is able to ensure that the Markdown files have a consistent format and follow the carpentries style would be a great addition and would allow developers to concentrate on the contents rather than the formatting.
Best would be to use a carpentries-wide adopted/recommended tool and the same configuration file.
-
Updated
Apr 21, 2021 - Python
-
Updated
Nov 5, 2019 - HTML
-
Updated
Sep 7, 2019 - Python
-
Updated
Aug 18, 2020 - Python
Improve this page
Add a description, image, and links to the pre-alpha topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pre-alpha topic, visit your repo's landing page and select "manage topics."


It'd be great if by default geospatial plots did not truncate axis ticks.
In the meantime, there is an easy one liner to change a setting to display axis ticks without truncation:
plt.ticklabel_format(style="plain")I only found out about this later