Add a Quick-start guide to Python geared toward Ecologists#26
Conversation
Co-authored-by: Sam <samuel.robert.stevens@gmail.com>
Written primarily by ABC PIs and ecologists
Includes ABC community resources and more Co-authored-by: Tessa Rhinehart <tessa.rhinehart@gmail.com>
NetZissou
left a comment
There was a problem hiding this comment.
The Py guide is a great resource. The new glossary terms are very informative!
Co-authored-by: Colin Sweeney, Ph.D. <colinpsw@gmail.com>
Co-authored-by: Colin Sweeney, Ph.D. <colinpsw@gmail.com>
Include info on R venv management
f2b85cd to
ad14b68
Compare
ColinPSweeney
left a comment
There was a problem hiding this comment.
Looks good. One suggested change: Line 28 should be adjusted slightly for R consistency (Also, a "Project" in R is a specific file structure that organizes multiple R files and folders).
"Generally in Python, you want to scope a single environment for a particular project or task. Similar to R, specific libraries are loaded for a specific script or project. A key difference in Python is that the environment will also fix a particular version of Python and consist of all packages installed in that specific environment. Python can also selectively import set libraries (similar to R's "library" function) but python can also load single modules (or functions) within libraries used for a particular script."
Co-authored-by: Colin Sweeney, Ph.D. <colinpsw@gmail.com>
Thanks! I added your suggestion. |
This includes an update to the ABC Glossary with terms sourced from the community at our 2024 and 2025 All-Hands.
Screenshot of the top of the page:

Video navigating through the page and the Glossary (I did fix the Eco Model definition heading to match the CS one after I took the video):
video1584398838.mov