New posts in python-3.5

How to use asyncio with existing blocking library?

sift = cv2.xfeatures2d.SIFT_create() not working even though have contrib installed

How can I periodically execute a function with asyncio?

'python3' is not recognized as an internal or external command, operable program or batch file

Why is str.translate much faster in Python 3.5 compared to Python 3.4?

asyncio.ensure_future vs. BaseEventLoop.create_task vs. simple coroutine?

Difference between numpy dot() and Python 3.5+ matrix multiplication @

Why is x**4.0 faster than x**4 in Python 3?

What is the '@=' symbol for in Python?

Python type hinting without cyclic imports

How to annotate types of multiple return values?

ImportError: No module named 'django.core.urlresolvers'

"Fire and forget" python async/await

When to use and when not to use Python 3.5 `await` ?

What are type hints in Python 3.5?