diff options
author | ankitjavalkar | 2021-04-29 14:10:41 +0530 |
---|---|---|
committer | ankitjavalkar | 2021-04-29 14:10:41 +0530 |
commit | 3e197f459a42d73018351ee08c893dcf7246b07f (patch) | |
tree | 16e0b012a99a8bd031b9407a0924f7b410c3a157 /advanced_python | |
parent | 566b99ec9ae9e07b47439fc0c43c3771022baf3e (diff) | |
download | python-workshops-3e197f459a42d73018351ee08c893dcf7246b07f.tar.gz python-workshops-3e197f459a42d73018351ee08c893dcf7246b07f.tar.bz2 python-workshops-3e197f459a42d73018351ee08c893dcf7246b07f.zip |
Add reference to EDM, Add reference to Spyder, Fix terminal references
Diffstat (limited to 'advanced_python')
-rw-r--r-- | advanced_python/01_intro.tex | 1 | ||||
-rw-r--r-- | advanced_python/README.md | 1 |
2 files changed, 2 insertions, 0 deletions
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. |