Recently, there was a tweet by Ned Batchelder that illustrated how to make Python REPL output prettier. I went to implement it, and wanted to put together some instructions for the future.
Read more »
View statistics for this project via Libraries.io, or by using our public dataset on Google BigQuery
... (more…)
Read more »
Vectors are pretty important in the introductory physics course. Here are some tips on using python to teach vectors.
Read more »
Pythran is an ahead of time compiler for a subset of the Python language, with a
focus on scientific computing. It takes a Python module annotated with a few
interface description and turns it into a native Python module with the same
interface, but (hope... (more…)
Read more »
Constant-factor differences are frequently ignored when analyzing the
complexity of algorithms and implementations, as they appear to be
insignificant in practice In this paper, we demonstrate that this assumption
can in fact have far more profound implic... (more…)
Read more »