Friday, July 17, 2020

Talk Python to Me: #273 CoCalc: A fully colloborative notebook development environment

Everyone in the Python space is familiar with Notebooks these days. One of the original notebook environments was SageMath. Created by William Stein, and collaborators, it began as an open-source, Python-based, computational environment focused on mathematicians. <br/> <br/> It has since grown into a full-blown company and has become a proper collaborative environment for things like Jupyter notebooks, Linux-backed Bash shells, and much more. Think Google Docs but across all these facets of development in your browser. <br/> <br/> We welcome back William Stein to give us an update on his journey from professor to entrepreneur building CoCalc along the way.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>William on Twitter</b>: <a href="https://twitter.com/wstein389" target="_blank" rel="noopener">@wstein389</a><br/> <b>CoCalc</b>: <a href="https://cocalc.com" target="_blank" rel="noopener">cocalc.com</a><br/> <b>Episode 59 about SageMath</b>: <a href="https://ift.tt/1sxvf8B" target="_blank" rel="noopener">talkpython.fm/59</a><br/> <b>Comparing CoCalc to other products</b>: <a href="https://ift.tt/2WwhEzn" target="_blank" rel="noopener">cocalc.com</a><br/> <b>Examples/Gallery</b>: <a href="https://ift.tt/30lPRmC" target="_blank" rel="noopener">share.cocalc.com</a><br/> <b>SageMath</b>: <a href="https://sagemath.org" target="_blank" rel="noopener">sagemath.org</a><br/> <b>X11 server</b>: <a href="https://xpra.org/" target="_blank" rel="noopener">xpra.org</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/3aBjB2k> <a href='https://ift.tt/2PVc9qH Python Training</a>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...