In this video, you'll learn how to do graph visualization in Python with the pyviz package. The pyviz Network class offers a simple-yet-versatile interface f... (more…)
Read more »
I spent a COVID summer (and then some) integrating mypyc into Black to double performance. How was it? (more…)
Read more »
Happy New Year everyone! In late December 2023 (Christmas Day to be precise), CPython core developer Brandt Bucher submitted a little pull-request to the Python 3.13 branch adding a JIT compiler. (more…)
Read more »
Python provides great built-in types like dict, list, tuple
and set; there are also array, collections, heapq
modules in the standard library; this article is an overview of
external lesser known packages with fast C/C++ based data
structures usable from ... (more…)
Read more »
In this article, ten of the most import Python libraries for Natural Language Processing (NLP) in 2020 are discussed. (more…)
Read more »