Getting to know BigQuery and feeling the power of sifting through mountains of data in just a few seconds. (more…)
Read more »
This post will talk about three different packages to read word documents with Python, including docx2txt, docx, and docx2python. (more…)
Read more »
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 »
Retired Microsoft Engineer Davepl writes the same 'Primes' benchmark in Python, C#, and C++ and then compares and explains the differences in the code before... (more…)
Read more »
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 »