Home / Companies / Replit / Blog / December 2016

December 2016 Summaries

2 posts from Replit

Filter
Month: Year:
Post Summaries Back to Blog
Today we're excited to release a feature that shows any files created by the user's program directly inside the REPL. The feature also updates live when the file changes, and it supports various file types, including text files and graphics like GIFs. Additionally, support has been added for matplotlib in Python 3, allowing users to create interactive graphs. Users can still rewrite their own source files, enabling self-modifying programs, such as a program that increments its own count like the famous "quine" algorithm.
Dec 23, 2016 88 words in the original blog post.
We recently made it possible to import any package from PyPi, however people who missed the announcement didn't know this was possible and there was no good way to search and explore packages. That's why today we're excited to introduce a package search widget that allows you to search for any python package without leaving your programming environment.
Dec 02, 2016 58 words in the original blog post.