Auteur/autrice : Letnom

  • VisualizeDataStructures&AlgorithmsinRealTime

    VisualizeDataStructures&AlgorithmsinRealTime

    Recursion: Journey into the Art of Self-Reference Explore the elegant world of recursive functions, where complex problems break down into simpler, self-similar patterns. Watch in real-time as functions call themselves to solve puzzles, create fractals, and implement classic algorithms. Perfect for both beginners and experienced developers, our interactive visualizations illuminate the power and beauty of…

  • 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

  • Liste Logiciels du Fr Gouv

    Liste Logiciels du Fr Gouv

    https://code.gouv.fr/sill/list

  • Sysinternals

    Sysinternals

    Advanced system utilities and technical information to help manage, troubleshoot and diagnose your Windows and Linux systems and applications. About : https://learn.microsoft.com/en-us/sysinternals List : https://live.sysinternals.com Package : https://download.sysinternals.com/files/SysinternalsSuite.zip

  • Comment Apprendre à Coder en 2026 ? Jeremy Pitault
  • 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

  • Git

    Git

    par

    dans

    Sources: Quick Git Setup Find .gifconfig: List current gitconfig: Add your name and email to the gitconfig: Use Git From the console, open project folder and launch the below command to initialise the git: Push test.py

  • 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:…

  • Visual Studio Code

    Visual Studio Code

    par

    dans

    source : https://code.visualstudio.com/