tkinter

  • How to create a Python Debian package with dh-virtualenv

    How to create a Python Debian package with dh-virtualenv

    .

    Problem to solve: I wrote a Python application that is supposed to run on Debian 9/10.The application uses Python 3.5, but…

  • Python SSH Debugger

    Python SSH Debugger

    .

    In my job as a Linux System Administrator, a considerable amount of the support requests that I receive are related to…

  • Sudoku Solver

    Sudoku Solver

    .

    After learning to program in JAVA (2008), the first project that I made was a Sudoku solver. Ten years later (2018),…