datacarpentry / python-ecology-lesson

Data Analysis and Visualization in Python for Ecologists
https://datacarpentry.org/python-ecology-lesson
Other
160 stars 310 forks source link

Introducing len() built-in python function #449

Closed pr4deepr closed 1 year ago

pr4deepr commented 4 years ago

Making changes as suggested by @wrightaprilm and @maxim-belkin. Added an extra question introducing the built-in len() function in lesson 1, and also emphasizing that both lists and tuples are iterable types, just that tuples are immutable.

Please delete this line and the text below before submitting your contribution.


Thanks for contributing! If this contribution is for instructor training, please send an email to checkout@carpentries.org with a link to this contribution so we can record your progress. You’ve completed your contribution step for instructor checkout just by submitting this contribution.

Please keep in mind that lesson maintainers are volunteers and it may be some time before they can respond to your contribution. Although not all contributions can be incorporated into the lesson materials, we appreciate your time and effort to improve the curriculum. If you have any questions about the lesson maintenance process or would like to volunteer your time as a contribution reviewer, please contact The Carpentries Team at team@carpentries.org.


tobyhodges commented 1 year ago

I'm helping the current lesson Maintainers process outstanding pull requests on this repository, in preparation for transition to the new lesson infrastructure.

@pr4deepr thank you for returning and contributing this suggested change in response to the former Maintainers' comments in #376. I have closed that previous PR, and will merge this now.

pr4deepr commented 1 year ago

Thanks @tobyhodges and sorry for the late response..