Error handling and logging in Python.

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • In this video I discuss error handling and logging in Python. I also show an example with a Qt application writing to a MySQL database server.
    Python Logging Cookbook,
    docs.python.or...
    Book Powerful Python (has a good chapter on logging)
    powerfulpython...

Комментарии • 3

  • @MichaelEdwards2
    @MichaelEdwards2 Год назад +1

    Really enjoying these videos Jason. Also run at a nice pace. I am currently trying to design an app that will connect to SQLExpress and then populate a table widget. So currently hunting around to find the source code to enable me to accumplish. Please keep the videos coming.

  • @practicemail3227
    @practicemail3227 11 месяцев назад

    thank you for this awesome video. It made logging and exception easy for me.