python
-
List Comprehensions in Python - PythonForBeginners.com
List Comprehensions in Python will help you improve your python skills with easy to follow examples and tutorials. Click here to view code examples.
-
Overview — loguru documentation
Logger and log management for Python
-
dictionary - How to use dot notation for dict in python? - Stack Overflow
Standard libraries allow for using . access to dicts
-
Python GUI Programming With Tkinter – Real Python
In this article, you'll learn the basics of GUI programming with Tkinter, the de-facto Python GUI framework. Master GUI programming concepts such as widgets, geometry managers, and event handlers. Then, put it all together by building two applications: a temperature converter and a text editor.