Avec des `minipage` :
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{graphicx}
\usepackage[greek,french]{babel}
%\usepackage{xcolor}
\usepackage{tikz}
\usetikzlibrary{shapes}
\usepackage{graphicx}
\begin{document}
\section{Théorème de pythagore}
\subsection{Biographie de Pythagore}
\noindent%
\begin{minipage}{.6\textwidth}%
Pythagore (\foreignlanguage{greek}{Πυθαγόρας}) est né vers 580 avant JC et est mort vers 495 avant JC.
C'est un philosophe présocratique, mathématicien et scientifique
\end{minipage}%
\hfill
\begin{minipage}{.35\textwidth}%
\includegraphics[width=\textwidth]{example-image-duck}
\end{minipage}%
\end{document}
----
Si vous avez assez de texte, on peut utiliser l'extension `wrapfig` :
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{graphicx}
\usepackage[greek,french]{babel}
%\usepackage{xcolor}
\usepackage{tikz}
\usetikzlibrary{shapes}
\usepackage{graphicx}
\usepackage{wrapfig}
\begin{document}
\section{Théorème de pythagore}
\subsection{Biographie de Pythagore}
\begin{wrapfigure}[9]{r}{.4\textwidth}
\includegraphics[width=.4\textwidth]{example-image-duck}
\end{wrapfigure}
Pythagore (\foreignlanguage{greek}{Πυθαγόρας}) est né vers 580 avant JC et est mort vers 495 avant JC.
C'est un philosophe présocratique, mathématicien et scientifique
Pythagore (\foreignlanguage{greek}{Πυθαγόρας}) est né vers 580 avant JC et est mort vers 495 avant JC.
C'est un philosophe présocratique, mathématicien et scientifique
Pythagore (\foreignlanguage{greek}{Πυθαγόρας}) est né vers 580 avant JC et est mort vers 495 avant JC.
C'est un philosophe présocratique, mathématicien et scientifique
Pythagore (\foreignlanguage{greek}{Πυθαγόρας}) est né vers 580 avant JC et est mort vers 495 avant JC.
C'est un philosophe présocratique, mathématicien et scientifique
\end{document}
![alt text][2]
text][1]
[1]: https://texnique.fr/osqa/upfiles/Screen_Shot_2019-07-08_at_22.23.54.png
[2]: https://texnique.fr/osqa/upfiles/Screen_Shot_2019-07-08_at_22.30.03.pnghttps://texnique.fr/osqa/upfiles/Screen_Shot_2019-07-08_at_22.39.21.png