IPyPlot is a small python package offering fast and efficient plotting of images inside Jupyter Notebooks cells. It's using IPython with HTML for faster, richer and more interactive way of disp... (more…)
Read more »
Data Structures and Information Retrieval in Python is an introduction to data structures and algorithms using a web search engine as a motivating example.
It is based in part on Think Data Structures, which uses Java. (more…)
Read more »
December is the time when you sit back and think about the accomplishments of the past year. For us programmers, this is often looking at the open source libraries that were either released this year (or close enough), or whose popularity has recently boo... (more…)
Read more »
Book Mastering Large Datasets with Python : Parallelize and Distribute Your Python Code by John T. Wolohan... (more…)
Read more »
REPL stands for Read-Evaluate-Print Loop. It was/is the standard way of interacting with LISP based systems. It means interacting with a live interpreter, modifying the program and the data, computing useful results and developing end-user applications in... (more…)
Read more »