Search Results for: logging

wxPython Cookbook

The wxPython Cookbook is for anyone wanting to learn neat tips and tricks with the wonderful wxPython toolkit. With wxPython, you can create cross-platform desktop user interfaces quite easily. There are over 50 recipes included in this book. This book is targeted for Python 2 and 3. Note: This book is currently no longer available

wxPython Cookbook Read More »

Batch APIs reduce network round trips

Using Asyncio and Batch APIs for Remote Services

Introduction to Batch APIs In modern Python applications, it’s common to access remote API using REST or other web-based technologies. Batch APIs are capable of processing multiple requests with a single call. You can use batch APIs to reduce the number of network calls to the remote service. This is ideal when you have to

Using Asyncio and Batch APIs for Remote Services Read More »