lesson
Here are 428 public repositories matching this topic...
-
Updated
Aug 27, 2017 - Jupyter Notebook
Dear Carpentries Contribution Reviewer Team,
in order to complete my contribution step for the instructor checkout process, I proof-read lesson "Version Control with Git" and would like to suggest improvements for section "Don't Lose Your HEAD" in "Episode 5 - Exploring History".
There are basically five suggestions I have which are targeting the introduction and explanation of the state "de
This suggestion is especially with respect to Windows machines.
We recently set up the software carpentry webpage for our upcoming SWC session. I like that there were step by step instructions for the attendees on how to install Git Bash, nano and Anaconda to get ready for the workshop. There are also video tutorials which are quite helpful.
However, I notice that on the Unix Shell lesson s
I suggest either adding a short code piece to use the rename() function to change the column "genus" to "genera" (thus alerting the learners to their relationship here, while adding a new function) or changing the column name in the original dataset. Otherwise, I've found that using the correct plural for genus confuses learners who are not biologists. Although it's the R ecology lesson and one
-
Updated
Feb 12, 2020 - Ruby
NB: Good first issue label (cannot be added because not in contributor list)
Exercise Reading error Messages - Lesson "Error and Exceptions"
(http://swcarpentry.github.io/python-novice-inflammation/09-errors/index.html)
- As dictionaries are not introduced previously in lesson (maybe a consequence of reducing the lesson) I suggest the following:
- Moving this exercise at the end of th
In the tutorial /lesson1/chapter3, it informs the users to start the react front end with the command npm init react-app my-app but I think it was meant to be npx create-react-app my-app? npm init react-app simply creates a package.json. If this is an issue I can fix!
In Managing a Diverse Classroom, the CoC section should link to the guidelines in the handbook. The recommendations in the IT curriculum should also align with the recommendations in the handbook. For example the curriculum says:
If you are an instructor, and believe that someone in a workshop has violated the Cod
The text uses two different articles when referring to files with the .R extension (i.e. "an .R file" and "a .R file"). This should be standardized. When referring to the file extension in speech, the ".R" is generally spoken as "dot are", so using the article "a" seems most appropriate.
The help pane could use additional calling out; the section describing mathematical functions (sin/cos/t
Python Basics
Python basics for new programmers
Title: Python basics for new programmers
Author: Sheryl Bernard
Time to Complete: < 2hrs
Gives a very high level overview of python in a fun way
Admittedly, I'm not a pythonista, but I wonder whether there would be value in using bash versions of the three python scripts. For whatever reason, I'm running into problems with getting python installed correctly on my Mac. Once I got it pointed in the right direct, I ran into problems with installing numpy. It's quickly becoming a tutorial on installing python rather than make :)
I suspect the
Dear Community,
There is a typo in the section titled "The StringsAsFactors argument" after the second block of code that demonstrates the use of the str() function. Right after the code boxes is written "We can see that the $Color and $State columns are factors and $Speed is a numeric column", but the box shows that the $Color column is a vector of strings.
Regards,
Rodolfo
In the Making Plots With plotnine lesson, there is a disclaimer that shows how to load plotnine.
I would recommend also mentioning here a reminder that plotnine is not in the standard Anaconda package and needs to be installed separately.
-
Updated
May 12, 2020 - GDScript
-
Updated
May 16, 2018 - JavaScript
In this lesson, we learn that you can use a slice to get a substring and that "Numbers are not stored in the written representation, so they can’t be treated like strings." However, what about adding a short follow up to this part of the assignment to teach the students how to convert an integer to a string? For example, if you type in the code:
a = str(123)
print(a[1])
instead of the code
hello, in Lesson 3, item 3 you say
Modify home_scene.xml to route to the new screen components by replacing what is there with the following: function init()
? "[home_scene] init"
m.center_square = m.top.findNode("category_screen")
m.center_square.setFocus(true)
end function
However, that is what should go in the brs file. the contents of the xml file should also change
In episode _episodes_rmd/12-time-series-raster.Rmd
There is a big chunk of code that can probably be made to look nicer via dplyr:
# Plot RGB data for Julian day 133
RGB_133 <- stack("data/NEON-DS-Landsat-NDVI/HARV/2011/RGB/133_HARV_landRGB.tif")
RGB_133_df <- raster::as.data.frame(RGB_133, xy = TRUE)
quantiles = c(0.02, 0.98)
r <- quantile(RGB_133_df$X133_HARV_landRGB.1, q
-
Updated
Jun 7, 2020 - PHP
In Instructions part 16-resources, Connecting to Nodes does not work on all clusters.
Depending on exact OS versions deployed on cluster nodes these instructions do not work.
Using ssh to connect to the cluster node on which your job runs results in
your ssh session being in a different cgroup (if cgroups are used) from your job.
Depending upon your OS, these cgroups will potentially ha
Have you taught this lesson? One way you can help us improve it is by filing issues here about typos you've discovered, but you can also help us fill out the instructor notes!
- What did you find difficult?
- Where was it too fast?
- What exercises could be improved?
- What did learners struggle with?
- What did you emphasize? W
https://swcarpentry.github.io/sql-novice-survey/01-select/index.html has hyperlinked reference-words like "relational database"
Currently, these words 404 as they are pointing at https://swcarpentry.github.io/reference.html#relational-database. They should be pointing at https://swcarpentry.github.io/**sql-novice-survey**/reference.html#relational-database. Looking at the code, this is rendered
Improve this page
Add a description, image, and links to the lesson topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lesson topic, visit your repo's landing page and select "manage topics."


This is something that I'm currently working on, but this should allow people like me that learn from example better than from documentation and standalone examples to grasp the idea of the lang easier. I'm creating a fork in which I will implement this in the english version.