I recently decided to sit down and finally port Shed Skin , an experimental restricted-Python-to-C++ compiler in the works since 2005 or so,... (more…)
Read more »
Suppose you are reading from an unbounded data source in increments of a certain size. This is a common sort of situation; for example, reading lines from stdin. The total length of the data source is not known in advance, so the only thing to do is keep ... (more…)
Read more »
Essays about data, building products and bootstrapping businesses.
Read more »
An IPython notebook showing the basics of implementing gradient descent and stochastic gradient descent in Python - GitHub - dtnewman/stochastic_gradient_descent: An IPython notebook showing the b... (more…)
Read more »
Generating Python docstrings with OpenAI ChatGPT!! - GitHub - MichaelisTrofficus/gpt4docstrings: Generating Python docstrings with OpenAI ChatGPT!! (more…)
Read more »