Make GPT safe for production. Contribute to alexeichhorn/typegpt development by creating an account on GitHub. (more…)
Read more »
Symbolic computation deals with the computation of mathematical objects
symbolically. This means that the mathematical objects are represented
exactly, not approximately, and mathematical expressions with unevaluated
variables are left in symbolic for... (more…)
Read more »
Improving Python exception chaining with raise-from This is going to be a story about an esoteric feature of Python 3, and how I spent the last few months reviving it and bringing... (more…)
Read more »
I really enjoyed Classic Computer Science Problems in Python by David Kopec. It covers many different problems I hadn’t read detailed explanations of before. For example: neural networks, con… (more…)
Read more »
Last week I wanted to scrape my Tweets for the past few days. It was pretty straightforward to do with Python and I wanted to share my notes. Side note: I must say that Python is AWESOME! Even thou…
Read more »