summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--advanced_python/01_intro.tex1
-rw-r--r--advanced_python/README.md1
-rw-r--r--data_analysis/README.md1
-rw-r--r--scipy/basic/04_saving_scripts.tex4
4 files changed, 5 insertions, 2 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.
diff --git a/data_analysis/README.md b/data_analysis/README.md
index 6f34cc8..3809dc2 100644
--- a/data_analysis/README.md
+++ b/data_analysis/README.md
@@ -22,6 +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, 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.
diff --git a/scipy/basic/04_saving_scripts.tex b/scipy/basic/04_saving_scripts.tex
index 02ce491..e7f1698 100644
--- a/scipy/basic/04_saving_scripts.tex
+++ b/scipy/basic/04_saving_scripts.tex
@@ -269,7 +269,7 @@ In []: show()
\begin{frame}[fragile]
\frametitle{Running with Python}
\begin{itemize}
- \item Start a new IPython terminal
+ \item Start a new terminal
\item Change directory to where you saved \typ{four_plot.py}
\item Run the script as:
\end{itemize}
@@ -315,7 +315,7 @@ plot(x, x, 'b')
\begin{frame}[fragile]
\frametitle{Try again}
\begin{itemize}
- \item On IPython terminal
+ \item On terminal
\item Run the script as:
\end{itemize}
\begin{lstlisting}