Omitting slice indices#199
Merged
tbekolay merged 3 commits intoswcarpentry:gh-pagesfrom Jun 22, 2016
tobyhodges:Omitting_Slice_Indices
Merged
Omitting slice indices#199tbekolay merged 3 commits intoswcarpentry:gh-pagesfrom tobyhodges:Omitting_Slice_Indices
tbekolay merged 3 commits intoswcarpentry:gh-pagesfrom
tobyhodges:Omitting_Slice_Indices
Conversation
… effect of omitting the start or end index in a slice range.
Contributor
|
I think this will need to be cleaned up to flow better with the rest of the topic before the lesson release, but still a useful addition. Thanks @tobyhodges! |
rgaiacs
pushed a commit
to rgaiacs/swc-python-novice-inflammation
that referenced
this pull request
May 6, 2017
…e-coding-feedback Add feedback suggestions for live-coding exercise
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Includes sections covering slicing of sequences, with examples and an exercise to test a grasp on simple slicing. The second section then covers slicing from the beginning or to the end of a sequence by omitting the first or second range index respectively.