Skip to content
#

programming

Here are 562 public repositories matching this topic...

💎 免费的编程资源大全,持续更新!🔥 覆盖各种语言和方向(Java \ Python \ C++ \ JavaScript \ Golang \ 前端 \ 后端等)的学习路线、贴心教程、项目实战、编程书籍、面试合集、实用资源等,对程序员非常有帮助!

  • Updated Mar 30, 2021
  • HTML
dechavezv
dechavezv commented Dec 6, 2021

The Unix Shell, Episode 05 line 48 (https://swcarpentry.github.io/shell-novice/05-loop/index.html).

I just think that It may be useful to add a note explaning that the general for loop (see below) should give an erro as "thing" and "ist_of_things" do not exist in our working directory.

for thing in list_of_things
do
operation_using $thing # Indentation within the loop is not requir

help wanted type:clarification good first issue
OMahoneyM
OMahoneyM commented Aug 30, 2021

In Episode 8: Collaborating, there are many gendered pronouns that should be changed to better fit with the model of inclusivity that the Carpentries has built.

To accept access to the Owner’s repo, the Collaborator needs to go to https://github.com/notifications. Once there she can accept access to the Owner’s repo.

  • The s
help wanted good first issue
umnik20
umnik20 commented May 4, 2020

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

good first issue
dsmanufacturing
dsmanufacturing commented Apr 15, 2022

In the second episode I believe that it would be more usefull to have the sections "Python is case-sensitive" and "Use meaningful variable names" right after "Use variables to store values". It would keep all the information and instructions for using and allocating variables in one place before going into printing and slicing.

help wanted type:enhancement good first issue
Hacktoberfest_2021

Improve this page

Add a description, image, and links to the programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the programming topic, visit your repo's landing page and select "manage topics."

Learn more