Search

Home > Python Bytes > #188 Will there be a "switch" in Python the language?
Podcast: Python Bytes
Episode:

#188 Will there be a "switch" in Python the language?

Category: Technology
Duration: 00:31:30
Publish Date: 2020-07-03 03:00:00
Description:

Sponsored by us! Support our work through:

Michael #1: Making a trading bot asynchronous using Python’s “unsync” library

  • by Matt Gosden
  • The older way — using the threading and multiprocessing libraries
  • The newer way — using async and await from the asyncio library embedded into core Python from 3.7 onwards
  • The easier way (I think)— using the @unsync decorator from the Python unsync library
  • Somewhat realistic example worth looking at.
  • Could discuss scalability more
  • Also, proper def async and asyncio.sleep() for those playing at home
  • But its absence kind shows unsync winning anyway.
Total Play: 0

Some more Podcasts by Michael Kennedy

500+ Episodes
Talk Python .. 300+     50+