lc-python-intro icon indicating copy to clipboard operation
lc-python-intro copied to clipboard

Python Intro for Libraries

Results 38 lc-python-intro issues
Sort by recently updated
recently updated
newest added

In the "For Loops" chapter of Python Intro for Libraries, NONE of the Challenges have Solutions (https://librarycarpentry.github.io/lc-python-intro/12-for-loops/) - Classifying Errors - Tracing Execution - Reversing a String - Practice Accumulating...

help wanted
good first issue

Please delete the text below before submitting your contribution. --- A quick note that when going through this lesson, I found it a bit jarring to have a section on...

Please delete the text below before submitting your contribution. --- def string_machine(input_string, iterations): """ Takes input_string and generates a new string with -'s and *'s corresponding to characters that have...

"If statements" are used for the first time in lesson 9 (For Loops) in "Identifying Variable Name Errors" and also multiple time in lesson 10 "Writing Functions". So lesson 13...

Encapsulating Data Analysis exercise on Lesson 10 could use some extra elaboration as to what it's trying to achieve. This is the first instance where pandas is in use in...

Taught this today. In episode https://librarycarpentry.org/lc-python-intro/02-variables/index.html the challenge titled "Swapping Values", the variable named `swap` confused learners who thought it might be a function or special keyword. I suggest we...

good first issue

@zkamvar We need to update style for this lesson so that jump lists (anchors for different sections) becomes automatically available for different levels of headings.

With the Conditionals episode, examples are given using the variable `mass` or `m` inconsistently throughout the page. Although the code executes without errors, it would be kinder to a beginning...

In the [Python Intro for Libraries Lesson: For Loops](https://librarycarpentry.org/lc-python-intro/12-for-loops/index.html) episode, it might be clearer to new learners if the first 2 blocks of code were reordered. When I've taught this...

I'm a member of The Carpentries Core Team and I'm submitting this issue on behalf of another member of the community. In most cases, I won't be able to follow...