diff options
author | Prabhu Ramachandran | 2021-05-14 16:52:14 +0530 |
---|---|---|
committer | GitHub | 2021-05-14 16:52:14 +0530 |
commit | 5be924e4f1db66b12e6000ffdfa29486e6012c5e (patch) | |
tree | 16e0b012a99a8bd031b9407a0924f7b410c3a157 /data_analysis/README.md | |
parent | d2b6f1cda2d3d8b498a8b8a7a516cb76a2b9562c (diff) | |
parent | 3e197f459a42d73018351ee08c893dcf7246b07f (diff) | |
download | python-workshops-5be924e4f1db66b12e6000ffdfa29486e6012c5e.tar.gz python-workshops-5be924e4f1db66b12e6000ffdfa29486e6012c5e.tar.bz2 python-workshops-5be924e4f1db66b12e6000ffdfa29486e6012c5e.zip |
Merge pull request #2 from ankitjavalkar/remove-canopy
Remove references to Canopy
Diffstat (limited to 'data_analysis/README.md')
-rw-r--r-- | data_analysis/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data_analysis/README.md b/data_analysis/README.md index a00b95d..3809dc2 100644 --- a/data_analysis/README.md +++ b/data_analysis/README.md @@ -22,7 +22,7 @@ attendees links to some useful material. - One should have a Python 3.x installation with the following packages: - IPython, scipy, matplotlib - pandas, statsmodels -- Use a reasonable editor, Canopy will work. +- Use a reasonable editor, Spyder will work. - If one desires a more advanced editor, I suggest VS Code (https://code.visualstudio.com/) which is free, open source, and very powerful. |