summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankitjavalkar2021-04-08 16:21:32 +0530
committerankitjavalkar2021-04-08 16:21:32 +0530
commitd0197a9282870401fd565ebcb73c1c282c1c3cac (patch)
tree3f25fadb632b9e039dc8372017b3aaa53dc68ec6
parent5e578d3fb6e8701d585f16a1516405c3859c90ec (diff)
downloadpython-workshops-d0197a9282870401fd565ebcb73c1c282c1c3cac.tar.gz
python-workshops-d0197a9282870401fd565ebcb73c1c282c1c3cac.tar.bz2
python-workshops-d0197a9282870401fd565ebcb73c1c282c1c3cac.zip
Remove references to VSCode and replace with Spyder
-rw-r--r--scipy/basic/02a_anaconda.tex6
-rw-r--r--scipy/basic/03_ipython_plotting.tex2
-rw-r--r--scipy/basic/04_saving_scripts.tex10
3 files changed, 8 insertions, 10 deletions
diff --git a/scipy/basic/02a_anaconda.tex b/scipy/basic/02a_anaconda.tex
index 986e50a..13f4d6f 100644
--- a/scipy/basic/02a_anaconda.tex
+++ b/scipy/basic/02a_anaconda.tex
@@ -162,11 +162,9 @@ Python}
\end{frame}
\begin{frame}[plain]
- \frametitle{Setup VSCode}
+ \frametitle{Launch Spyder IDE}
\begin{itemize}
- \item Download the installer for your platform
- \item Install it
- \item Start VSCode
+ \item Start Spyder IDE from the Anaconda GUI
\end{itemize}
\end{frame}
diff --git a/scipy/basic/03_ipython_plotting.tex b/scipy/basic/03_ipython_plotting.tex
index d7e67b4..f28372d 100644
--- a/scipy/basic/03_ipython_plotting.tex
+++ b/scipy/basic/03_ipython_plotting.tex
@@ -138,7 +138,7 @@ Python}
\begin{frame}
\frametitle{Checklist}
\begin{enumerate}
- \item Editor - we recommend \alert{VSCode}
+ \item Editor - we recommend \alert{Spyder}
\item IPython
\item Data files:
\begin{itemize}
diff --git a/scipy/basic/04_saving_scripts.tex b/scipy/basic/04_saving_scripts.tex
index a3df3c3..02ce491 100644
--- a/scipy/basic/04_saving_scripts.tex
+++ b/scipy/basic/04_saving_scripts.tex
@@ -201,7 +201,7 @@ Saves from history the commands entered on line numbers \alert{16, 18, 19, 20, \
\item Save lines relevant for the review problem
\item Hint: example\\ \typ{\%save four_plot.py 16 18-27}
\item Choose the lines carefully
- \item Edit \typ{four_plot.py} on VSCode
+ \item Edit \typ{four_plot.py} on Spyder
\item Make sure all the lines are correct
\item Save the script
\end{itemize}
@@ -211,7 +211,7 @@ Saves from history the commands entered on line numbers \alert{16, 18, 19, 20, \
\begin{frame}[fragile]
\frametitle{Creating scripts: alternative}
\begin{itemize}
- \item Create a new file on VSCode
+ \item Create a new file on Spyder
\item Copy commands for assignment with your mouse
\item Save the script to \typ{four_plot.py}
\end{itemize}
@@ -388,13 +388,13 @@ show()
\end{frame}
\begin{frame}
- \frametitle{Using VSCode and Anaconda}
+ \frametitle{Using Spyder and Anaconda}
\begin{itemize}
\item Much easier
\item Write code in the editor
- \item Embedded IPython
+ \item Embedded IPython Console
\item Save (Ctrl-S or Cmd-S)
- \item Run selection: Ctrl-Shift-R (Cmd-Shift-R on OS X)
+ \item Run selection: F9
\item Run code: Ctrl-R (Cmd-R on OS X)
\item Change directory with menu (\typ{\%cd})
\end{itemize}