-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsec_conclusion.tex
More file actions
28 lines (26 loc) · 1.22 KB
/
sec_conclusion.tex
File metadata and controls
28 lines (26 loc) · 1.22 KB
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
%===============================================================================
\section{Conclusion}
%_______________________________________________________________________________
\subsection{Python vs Matlab ?}
%...............................................................................
\begin{frame}
\frametitle{Python vs Matlab}
\frameLR{6cm}{4cm}{%
\begin{itemize}
\footnotesize
\item Outils équivalents : matrices vs ndarray, console, script, graphisme, GUI, cell mode vs jupyter notebook \dots
\item Matlab, Matrix Laboratory, a des bibliothèques d'algèbre linéaire plus rapide que Numpy ou Scipy (sauf avec certaines distributions payantes).
\item Python est un langage de programmation.
\item Python est plus proche du code C pour prototyper.
\item Chargement des modules à la volée en Python.
\item Python est gratuit.
\item Votre code en Python peut être utilisé gratuitement.
\end{itemize}
}
{%
\myFig{width=4cm}{./fig/matlabLicenseManagerError4.png}
}
\end{frame}
%...............................................................................
%_______________________________________________________________________________
%===============================================================================