{ "cells": [ { "cell_type": "markdown", "metadata": { "nbsphinx": "hidden" }, "source": [ "[prev: Banque d'exercices](exercises.ipynb) | [home](../index.ipynb)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Encore plus d'exercices\n", "\n", "- https://inventwithpython.com/pythongently/\n", "\n", " 42 exercices bien expliqués pour découvrir python\n", "\n", "- https://dabeaz-course.github.io/practical-python/\n", "\n", " un cours complet, avec pleins d'exercices\n", "\n", "- https://nedbatchelder.com/text/kindling.html\n", "\n", " *\"Kindling projects\"*: plus gros qu'un exercice de cours, plus petit qu'un \"vrai\" projet \n une liste d'idées et de pointeurs vers des listes d'idée, accessibles aux débutants" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.4" } }, "nbformat": 4, "nbformat_minor": 4 }