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 /advanced_python | |
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 'advanced_python')
-rw-r--r-- | advanced_python/01_intro.tex | 3 | ||||
-rw-r--r-- | advanced_python/README.md | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/advanced_python/01_intro.tex b/advanced_python/01_intro.tex index ce75248..f0216c6 100644 --- a/advanced_python/01_intro.tex +++ b/advanced_python/01_intro.tex @@ -34,15 +34,14 @@ \item Uses Python 3.x exclusively \item Use any reasonable editor \begin{itemize} - \item Canopy \item Spyder \item Emacs/Vim \item VS Code \url{code.visualstudio.com} \end{itemize} \item Any Python environment works \begin{itemize} - \item Canopy/EDM \item Conda/Anaconda + \item Enthought Deployment Manager (EDM) \item Standard Python \end{itemize} \item IPython diff --git a/advanced_python/README.md b/advanced_python/README.md index e7fb8cd..8251e64 100644 --- a/advanced_python/README.md +++ b/advanced_python/README.md @@ -12,7 +12,7 @@ and requires the use of yaksh for practice, self-assessment, and assessment. - Students should have completed the basic Python programming material. - One should have a Python 3.x installation with IPython installed. -- 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. |