From 408a31a6d744d80ee26f5f4d28df5e5d706ae9a5 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Fri, 5 Feb 2021 15:03:57 +0530 Subject: Remove or edit references to Canopy in README files --- advanced_python/README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'advanced_python') diff --git a/advanced_python/README.md b/advanced_python/README.md index e7fb8cd..cf142ea 100644 --- a/advanced_python/README.md +++ b/advanced_python/README.md @@ -12,7 +12,6 @@ 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. - If one desires a more advanced editor, I suggest VS Code (https://code.visualstudio.com/) which is free, open source, and very powerful. -- cgit From 580382054c0835531107e3596f14f93bfb823678 Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Fri, 5 Feb 2021 15:29:35 +0530 Subject: Remove/Edit references to Canopy in advanced_python/01_intro.tex and scipy/basic/02_prelims.tex --- advanced_python/01_intro.tex | 2 -- 1 file changed, 2 deletions(-) (limited to 'advanced_python') diff --git a/advanced_python/01_intro.tex b/advanced_python/01_intro.tex index ce75248..9aa2e25 100644 --- a/advanced_python/01_intro.tex +++ b/advanced_python/01_intro.tex @@ -34,14 +34,12 @@ \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 Standard Python \end{itemize} -- cgit From 3e197f459a42d73018351ee08c893dcf7246b07f Mon Sep 17 00:00:00 2001 From: ankitjavalkar Date: Thu, 29 Apr 2021 14:10:41 +0530 Subject: Add reference to EDM, Add reference to Spyder, Fix terminal references --- advanced_python/01_intro.tex | 1 + advanced_python/README.md | 1 + 2 files changed, 2 insertions(+) (limited to 'advanced_python') diff --git a/advanced_python/01_intro.tex b/advanced_python/01_intro.tex index 9aa2e25..f0216c6 100644 --- a/advanced_python/01_intro.tex +++ b/advanced_python/01_intro.tex @@ -41,6 +41,7 @@ \item Any Python environment works \begin{itemize} \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 cf142ea..8251e64 100644 --- a/advanced_python/README.md +++ b/advanced_python/README.md @@ -12,6 +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, 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. -- cgit