Catégorie : Python

  • MarkItDown : convertir des documents en Markdown avec Python

    MarkItDown : convertir des documents en Markdown avec Python

    par

    dans

    MarkItDown sert à convertir des documents hétérogènes en Markdown structuré pour les rendre plus faciles à lire, traiter, indexer ou exploiter dans des workflows IA, RAG ou de gestion documentaire. Il est utile pour transformer des fichiers comme PDF, Word, PowerPoint, Excel, HTML, CSV, JSON, XML ou EPUB en texte exploitable dans un pipeline Python…

  • CODEX

    CODEX

    Exercices corrigés Python et SQL, interactifs et en ligne, pour l’apprentissage de l’informatique au niveau Lycée, en particulier en NSI (Numérique et Sciences Informatiques), mathématiques et SNT. https://codex.forge.apps.education.fr

  • fFMPEG

    fFMPEG

    ffmpeg is a universal media converter. It can read a wide variety of inputs – including live grabbing/recording devices – filter, and transcode them into a plethora of output formats. Installation sur Windows (sinon https://www.ffmpeg.org/) Ajouter l’exe au Path Windows (attention, ici version 7.1) :

  • Download YouTube VIDEO with yt-dlp

    Download YouTube VIDEO with yt-dlp

    par

    dans

    Basic use Only get MP4 videos

  • Python Virtual Environment

    Python Virtual Environment

    par

    dans

    Purpose Python virtual environments help decouple and isolate Python installs and associated pip packages. This allows end-users to install and manage their own set of packages that are independent of those provided by the system or used by other projects.The venv folder should not contain the file of the developped program. Sources Setup Library used:…

  • Delete « Pasted Segment » from Mailchimp Audience using Marketing API
  • Libraries for security

    Libraries for security

    par

    dans

    Scapy Scapy is a powerful interactive packet manipulation library written in Python. Scapy is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more. Python Nmap Library which helps in using nmap port scanner. It allows to easilly manipulate…

  • pyIsEmail

    pyIsEmail

    par

    dans

    pyIsEmail is a no-nonsense approach for checking whether that user-supplied email address could be real. Sick of not being able to use email address tagging to sort through your Bacn? We can fix that.

  • Pytube

    Pytube

    par

    dans

    Pytube is a lightweight, Pythonic, dependency-free, library (and command-line utility) for downloading YouTube Videos.