Comments on: Appliquer un traitement à tous les fichiers d’un dossier en Python http://sametmax.com/appliquer-un-traitement-a-tous-les-fichiers-dun-dossier-en-python/ Du code, du cul Fri, 06 Sep 2019 09:34:15 +0000 hourly 1 https://wordpress.org/?v=4.9.7 By: Sam http://sametmax.com/appliquer-un-traitement-a-tous-les-fichiers-dun-dossier-en-python/#comment-195712 Sun, 10 Jun 2018 20:07:45 +0000 http://sametmax.com/?p=12456#comment-195712 Va sur indexerror.net

]]>
By: AIDARA MADHY CHERIF http://sametmax.com/appliquer-un-traitement-a-tous-les-fichiers-dun-dossier-en-python/#comment-195707 Sun, 10 Jun 2018 12:44:15 +0000 http://sametmax.com/?p=12456#comment-195707 SVP,

J aimerais que vous m’aidiez sur un script Python , qui permet de donner l’arborescence d’un dossier ( dossier et sous dossier, ainsi que le nombre de fichier contenu dans chaque dossier) qui peut etre exporter en fichier Txt.

merci pour votre compréhension

]]>
By: NaBo http://sametmax.com/appliquer-un-traitement-a-tous-les-fichiers-dun-dossier-en-python/#comment-192378 Tue, 13 Feb 2018 15:02:27 +0000 http://sametmax.com/?p=12456#comment-192378 Got it : https://pypi.python.org/pypi/path.py

]]>
By: NaBo http://sametmax.com/appliquer-un-traitement-a-tous-les-fichiers-dun-dossier-en-python/#comment-192377 Tue, 13 Feb 2018 14:55:42 +0000 http://sametmax.com/?p=12456#comment-192377 Merci pour ce post très clair,

pip install path.py

Le lien fournit pour path.py (https://pythonhosted.org/path.py/api.html) est mort …

Comment se nomme cette librairie sur pypi.python.org ? La recherche sur “path” en donne des centaines …

]]>
By: Sam http://sametmax.com/appliquer-un-traitement-a-tous-les-fichiers-dun-dossier-en-python/#comment-191328 Tue, 12 Dec 2017 14:03:06 +0000 http://sametmax.com/?p=12456#comment-191328 L’article a été écrit en 15/10/2014, à l’époque path était en minuscule.

]]>
By: Martin http://sametmax.com/appliquer-un-traitement-a-tous-les-fichiers-dun-dossier-en-python/#comment-191152 Sat, 02 Dec 2017 13:50:19 +0000 http://sametmax.com/?p=12456#comment-191152 Je vois le premier : ‘from path import path’

c’est ‘import Path’ avec un ‘P’ majuscule.

]]>
By: DevWeb http://sametmax.com/appliquer-un-traitement-a-tous-les-fichiers-dun-dossier-en-python/#comment-177238 Sat, 19 Mar 2016 12:26:50 +0000 http://sametmax.com/?p=12456#comment-177238 Merciii ça m’a beaucoup aidé

]]>
By: glickind http://sametmax.com/appliquer-un-traitement-a-tous-les-fichiers-dun-dossier-en-python/#comment-147252 Mon, 20 Oct 2014 16:51:17 +0000 http://sametmax.com/?p=12456#comment-147252 il y aussi glob2 pour du glob recursif voir https://pypi.python.org/pypi/glob2

]]>
By: Julien Hautefeuille http://sametmax.com/appliquer-un-traitement-a-tous-les-fichiers-dun-dossier-en-python/#comment-146933 Wed, 15 Oct 2014 10:12:28 +0000 http://sametmax.com/?p=12456#comment-146933 Vous pouvez trouver un exemple concret d’utilisation à cette adresse.
https://github.com/jhautefeuille/pydouble/blob/master/pydouble/job.py

Il s’agit d’une classe permettant de trouver des fichiers dupliqués et/ou supprimer des fichiers par extension.

]]>
By: Sam http://sametmax.com/appliquer-un-traitement-a-tous-les-fichiers-dun-dossier-en-python/#comment-146932 Wed, 15 Oct 2014 10:09:58 +0000 http://sametmax.com/?p=12456#comment-146932 Merci. Des calins !

]]>