In this example we will display information about an Nvidia graphics card using GPUtil GPUtil is a Python module for getting the GPU status from NVIDA GPUs using nvidia-smi. GPUtil locates all …
packages
-
In this article we look at adding ping type functionality to your python scripts, we do this PythonPing is simple way to ping in Python. With it, you can send …
-
If you want to create a tool such as Windows task manager or Process Explorer in Python then the psutil library is the perfect place to start psutil (python system …
-
Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your PUT & POST data — but …
-
Mimesis is a fake data generator for Python, which provides data for a variety of purposes in a variety of languages. The fake data can be used to populate for …
-
In this article we look at a library which allows you to get Foreign exchange rates, Bitcoin prices and perform currency conversions. The CCXT library is used to connect and trade with cryptocurrency exchanges and payment …
-
I am a big of the arduino, that i s one of the reasons I also have an arduino based site at http://arduinolearning.com In this article we will look at …
win10toast is an easy-to-use Python library for displaying Windows 10 Toast Notifications which is useful for Windows GUI development. A toast is a small, informational window displayed by certain kinds …
The Python Imaging Library is ideal for image archival and batch processing applications. You can use the library to create thumbnails, convert between file formats, print images etc. Pillow offers …