{"id":18075652,"url":"https://github.com/alainlebret/python-et-ia-1","last_synced_at":"2026-04-04T22:34:12.728Z","repository":{"id":259423402,"uuid":"861641941","full_name":"alainlebret/python-et-ia-1","owner":"alainlebret","description":"Ressources personnelles du cours \"Python \u0026 IA\" en 2e année GPSE à l'ENSICAEN","archived":false,"fork":false,"pushed_at":"2024-10-24T10:32:13.000Z","size":399,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-25T08:54:23.671Z","etag":null,"topics":["artificial-intelligence","image-processing","machine-learning","matplotlib","numpy","python","scikit-image","scikit-learn"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alainlebret.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-23T09:15:24.000Z","updated_at":"2024-10-24T10:32:17.000Z","dependencies_parsed_at":"2024-10-31T00:46:27.973Z","dependency_job_id":null,"html_url":"https://github.com/alainlebret/python-et-ia-1","commit_stats":null,"previous_names":["alainlebret/python-et-ia-1"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alainlebret/python-et-ia-1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alainlebret%2Fpython-et-ia-1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alainlebret%2Fpython-et-ia-1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alainlebret%2Fpython-et-ia-1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alainlebret%2Fpython-et-ia-1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alainlebret","download_url":"https://codeload.github.com/alainlebret/python-et-ia-1/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alainlebret%2Fpython-et-ia-1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificial-intelligence","image-processing","machine-learning","matplotlib","numpy","python","scikit-image","scikit-learn"],"created_at":"2024-10-31T11:06:47.718Z","updated_at":"2026-04-04T22:34:12.708Z","avatar_url":"https://github.com/alainlebret.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [824-1] Cours \"Python et intelligence artificielle\" / Course \"Python and artificial intelligence\"\n\n---\n\n### Aperçu\n\nCe dépôt contient la première partie des blocs-notes Jupyter du cours **\"Python et intelligence artificielle\"** dispensé en deuxième année de la filière [GPSE](https://www.ensicaen.fr/formation/diplomes-dingenieurs/formation-statut-etudiant/genie-physique-et-systemes-embarques/) à l'[ENSICAEN](https://www.ensicaen.fr). Ces blocs-notes sont spécialement adaptés aux étudiants des filières \"Ingénierie Physique et Capteurs\" (IPC) et \"Génie Nucléaire et Énergie\" (GeNE).\n\n### Séances\n\n#### Partie 1\n\n- **Séance n°1 :** [Bases du langage](./seance_01.ipynb)\n- **Séance n°2 :** [Visualisation avec Matplotlib](./seance_02.ipynb)\n- **Séance n°3 :** [Fonctionnalités avancées du langage](./seance_03.ipynb)\n- **Séance n°4 :** [Introduction à la programmation orientée-objet](./seance_04.ipynb)\n- **Séance n°5 :** [Polymorphisme et programmation orientée-objet](./seance_05.ipynb)\n- **Séance n°6 :** [Concepts avancés de programmation orientée-objet](./seance_06.ipynb)\n\nPour accéder à la partie 2, consultez le dépôt suivant : [partie 2](https://github.com/alainlebret/python-et-ia-2)\n\n### Licence\n\n![CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)\n\nCe cours est mis à disposition selon les termes de la [Licence Creative Commons Attribution-NonCommercial 4.0 International](https://creativecommons.org/licenses/by-nc/4.0/).\n\n---\n\n### Overview\n\nThis repository contains the first part of the Jupyter notebooks for the course **\"Python and artificial intelligence\"** given in the second year of the [GPSE](https://www.ensicaen.fr/formation/diplomes-dingenieurs/formation-statut-etudiant/genie-physique-et-systemes-embarques/) program at [ENSICAEN](https://www.ensicaen.fr).\n\n### Sessions\n\n#### Part 1\n\n- **Session 1:** [Basics of Python language](./seance_01.ipynb)\n- **Session 2:** [Visualization with Matplotlib](./seance_02.ipynb)\n- **Session 3:** [Advanced Python features](./seance_03.ipynb)\n- **Session 4:** [Introduction to object-oriented programming](./seance_04.ipynb)\n- **Session 5:** [Polymorphism and object-oriented programming](./seance_05.ipynb)\n- **Session 6:** [Advanced concepts in object-oriented programming](./seance_06.ipynb)\n\nFor part 2 of the course, please visit the following repository: [python-et-ia-2](https://github.com/alainlebret/python-et-ia-2)\n\n### License\n\n![CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg)\n\nThis course is provided under the terms of the [Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/).\n\n(c) Alain Lebret, 2024.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falainlebret%2Fpython-et-ia-1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falainlebret%2Fpython-et-ia-1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falainlebret%2Fpython-et-ia-1/lists"}