Tag: Python

  • Sometimes the best ideas come casually

    Sometimes the best ideas come casually

    A few years ago, I already had the idea that you would actually have to digitize in the course of correspondence in the form of letters, invoices and other things. In the business environment, there are large and complex systems that independently transfer incoming invoices into ERP systems after appropriate learning. I am currently in…

  • The world of single-board computers

    The world of single-board computers

    For years, I used Raspberry again and again for various projects or thin clients or retired industrial PC. Due to their low internal memory, thin clients were really useless in the direction of Linux servers. These days I once got my hands on an Intel Up and I’m thrilled. In addition to comparable RaspberryPi, I…

  • The time recording is ready

    The time recording is ready

    My first program with the Core2. A time recording for different fields of work. Different activities can be recorded with the program. These are started with a counter when selected. If you change the activity or stop it, the counter will be continued when the activity resumes. One file with the date stamp and time…

  • Python Flask

    Python Flask

    Flask is a web framework written in Python by the Austrian programmer Armin Ronacher. Flask’s focus is on extensibility and good documentation. The only dependencies are Jinja2, a template engine, and tool, a library for creating WSGI applications. I’ve been totally thrilled lately about how easy it is to establish an application server with a…