-
Notifications
You must be signed in to change notification settings - Fork 1
/
sec_environment.tex
127 lines (127 loc) · 5.25 KB
/
sec_environment.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
%===============================================================================
\section{Distributions et Environnements de travail}
%===============================================================================
%_______________________________________________________________________________
\subsection{Python Software Foundation}
%...............................................................................
\begin{frame}
\frametitle{Python.org}
\framesubtitle{Official}
\frameCC{%
\begin{itemize}
\item Python 2.7 ou 3.x téléchargeable sur \urlPython.
\item Livré uniquemenent avec la bibliothèque standard.
\item Inclus l'interpréteur Python natif accessible à partir de l'environnement système.
\item Parfait pour tester des petits bouts de codes.
\end{itemize}
}%
{\myFig{width=7cm}{./fig/interpreter.png}}
\end{frame}
%...............................................................................
%...............................................................................
\begin{frame}
\frametitle{Python IDLE}
\framesubtitle{official}
\frameCC{%
\begin{itemize}
\item Python livré avec un Integrated DeveLopment Environment (IDLE) :
\begin{itemize}
\footnotesize
\item Une console Python : coloration automatique, autocomplétion \dots
\item Un éditeur de texte : indentation automatique, coloration syntaxique, debuggueur, \dots
\end{itemize}
\end{itemize}
}%
{\myFig{width=7cm}{./fig/Idle.png}}
\end{frame}
%_______________________________________________________________________________
%_______________________________________________________________________________
\subsection{Enthought}
\begin{frame}
\frametitle{Enthought Canopy}
\begin{itemize}
\item \myFig{height=0.5cm}{./fig/enthought-logo.png}\ : \url{https://www.enthought.com/products/canopy/}
\item Contient Python et +100 librairies orientées applications scientifiques.
\item Canopy express \em{free license for all users}.
\end{itemize}
\end{frame}
%_______________________________________________________________________________
%_______________________________________________________________________________
\subsection{Enthought}
\begin{frame}
\frametitle{Enthought Canopy}
\begin{itemize}
\footnotesize
\item \myFig{height=0.5cm}{./fig/enthought-logo.png}\ : \url{https://www.enthought.com/products/canopy/}
\item \em{Easy installation and update}.
\end{itemize}
\centering\myFig{width=7cm}{./fig/enthought_canopy_manager.png}
\end{frame}
%_______________________________________________________________________________
%_______________________________________________________________________________
\subsection{Enthought}
\begin{frame}
\frametitle{Enthought Canopy}
\begin{itemize}
\footnotesize
\item \myFig{height=0.5cm}{./fig/enthought-logo.png}\ : \url{https://www.enthought.com/products/canopy/}
\item + Jupyter notebook + Canopy editor.
\end{itemize}
\centering\myFig{width=7cm}{./fig/enthought_canopy_editor.png}
\end{frame}
%_______________________________________________________________________________
%_______________________________________________________________________________
\subsection{Anaconda}
%_______________________________________________________________________________
%_______________________________________________________________________________
\begin{frame}
\frametitle{Anaconda}
\framesubtitle{}
\begin{itemize}
\item \myFig{height=0.5cm}{./fig/anaconda_logo_web.png}\, \url{https://www.anaconda.com}
\end{itemize}
\only<1>{\centering\myFig{width=8cm}{./fig/anaconda_distribution.png}}
\only<2>{\centering\myFig{width=8cm}{./fig/anaconda_launcher.png}}
\end{frame}
%_______________________________________________________________________________
%_______________________________________________________________________________
\begin{frame}
\frametitle{Spyder}
\framesubtitle{}
\frameCC{%
\begin{itemize}
\footnotesize
\item Spyder (multiplateforme) : environnement de type Matlab pour Python.
\item \url{https://github.com/spyder-ide/spyder}
\end{itemize}
}
{\myFig{width=8cm}{./fig/Spyder.png}}
\end{frame}
%_______________________________________________________________________________
%_______________________________________________________________________________
\subsection{Autres}
%_______________________________________________________________________________
%_______________________________________________________________________________
\begin{frame}
\frametitle{Autres distributions}
\begin{itemize}
\item SageMath \myFig{height=0.5cm}{./fig/sage_logo.png} \, \url{http://www.sagemath.org}
\item PythonXY \myFig{height=0.5cm}{./fig/PythonXYLogo.png}\ \url{https://code.google.com/p/pythonxy/}
\item ?
\end{itemize}
\end{frame}
%_______________________________________________________________________________
%_______________________________________________________________________________
\begin{frame}
\frametitle{Editeurs de texte et Integrated Development Environment (IDE)}
\framesubtitle{}
\frameCC{%
\begin{itemize}
\small
\item Tout éditeur de texte avec coloration syntaxique : Emacs, Vim, jEdit, gedit, Textpad, Eclipse, Atom, Visual Studio...
\end{itemize}
}
{\myFig{width=7cm}{./fig/jEdit.png}}
\end{frame}
%_______________________________________________________________________________
%===============================================================================