Writing Python inside your Rust code – Part 3

Have you ever seen the Rust compiler give a Python error? Or better, have you ever seen rust-analyzer complain about Python syntax? In this post, we’ll extend our python!{} macro to make that happen. Read more

Similar

How to Trick a Neural Network in Python 3

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 »