Skip to content

Added a useful resource #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ The spiritual successor to spyder, in that it is designed specifically for scien

# Beginner Recommendations

* First, install python through anaconda, which will also give you the packages you're about to use.
* First, [install python](https://www.scaler.com/topics/python/how-to-install-python-in-windows/) through anaconda, which will also give you the packages you're about to use.
* Write your code in either `pycharm` (if you want a professional IDE), `spyder` or `jupyterlab` (if you're used to MatLabs' environment).
* Become familiar with `numpy`, the fundamental numeric object in python, and `matplotlib`, the standard way to plot.
* Next, wrap your data into clearer, higher-level objects with either `Pandas` or `xarray` (use `xarray` if your data has more than one dimension).
Expand Down