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

Part 2 of "Data Analysis and Visualization in Python for Ecologists": Short Intro to Programming in Python #545

Open lisamch opened 1 year ago

lisamch commented 1 year ago
Interpreter Goes from "Command Line" to "Python" with no direction on how to interact with Python in Command Line Since this lesson uses Anaconda as a starting point, rather than starting with the command line and confusing Microsoft versus Mac versus Linux users, this lesson could start using the Spyder IDE. That way, the command line doesn't confuse users who haven't used the command line before. A learner might wonder why they just downloaded and installed the whole of Anaconda and returned to using the command line to open Python. It's also unclear in the description of the transition from Bash to Python in the lesson: ![bashpython](https://user-images.githubusercontent.com/96744133/235946637-754764d1-f7cf-4867-a6a9-bf735e5adb48.png) Maybe make crystal clear what is happening here?
btovar commented 1 year ago

@lisamch Thank you for your suggestion. This section is meant to show that python can be executed from the command line, as it shown in the first bullet point "interactively". Would you like to submit a pr with a sentence or two that explains what's going on?