Altair is a declarative statistical visualization library for Python, based on
Vega and Vega-Lite, and the source is available on
GitHub. (more…)
Read more »
In this tutorial, you will try 'fooling' or tricking an animal classifier. As you work through the tutorial, you'll use OpenCV, a computer-vision library, and PyTorch, a deep learning library. By the end of the tutorial, you will have a tool for trick... (more…)
Read more »
Static Python call graph generator. Contribute to vitsalis/PyCG development by creating an account on GitHub. (more…)
Read more »
Say you have a dictionary that you want to both copy and update. In JavaScript, this is a common pattern that gets its own syntax, called the object spread operator: const oldObject = { hello: 'world', foo: 'bar' } const newObject = { ...oldObject, foo: '... (more…)
Read more »