Build and Deploy an ML model using only Python

Build and Create a Demo for Your First Machine Learning Model (MNIST Digit Classifier). Create A Web App to Recognize Handwritten Digits — in 19 Lines of Pyt… Read more

Similar

Unravelling Python’s `Async` and `Await`

For this post in my Python syntactic sugar series, I am going to cover async and await. Now when I started to think about this post I was worried it was going to be rather long and arduous to research (although I believe class is going to ultimately win t... (more…)

Read more »

Faster Python with Go shared objects

There's no two ways about it, Python is slow. I felt this in particular when exploring how to sanitize potentially malicious HTML content in the CTFd content editor. The two options for sanitizing/processing HTML in Python both have some tradeoffs: Poorl... (more…)

Read more »