social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.8K
active users

#jupyter

2 posts2 participants0 posts today

Excited to announce the release of the second cat2cloud introductory video! 🥳
Our software optimises file transfer ⚡ and access for server-hosted data 📅 . cat2cloud's compression-first framework enables users to minimise transfer times and storage requirements 🗜️.

In this video, you can see how easy and quick it is to manage file storage using the ubiquitous jupyter notebook format 🐍 !
Find out more (and see the first video) at ironarray.io/cat2cloud!
#API #datascience #compression #jupyter

#python is an interpreted language. The Python interpreter runs a program by executing one statement at a time. The standard interactive Python interpreter can be invoked on the command line with the python command

data analysis or scientific computing make use of IPython, an enhanced Python interpreter, or #jupyter notebooks, web-based code notebooks originally created within the IPython project.

JupyterCon 2025 is happening!

We're excited to host this year's JupyterCon in sunny San Diego, California, from November 3–6, 2025. From its beginnings as IPython in 2001, Project Jupyter has grown to a global scale platform with millions of *.ipynb files on GitHub (not all of which are named Untitled.ipynb!). The Jupyter ecosystem has transformed data science, scientific research, and education and has shaped the way a generation of developers and scientists develop their workflows.

Learn more about JupyterCon 2025 bit.ly/jupytercon
Registration bit.ly/jconreg

We're seeking proposals for Presentations (Talks), Tutorials, Group Sessions (Workshops, Birds-of-a-Feather, Symposia), and Posters. Topics can include: Data Science; Community; Research and Scientific Discovery; Education; and Jupyter Infrastructure.

Submit your idea today! bit.ly/jconcfp

LF EventsJupyterCon | LF EventsDiscover the future of data science with hands-on training, visionary keynotes, innovative tools, and insights from top Jupyter contributors.

Oh Sweet. I just need to transplant any necessary "library" code into my existing #Python script and pack enough functionality into it that I can make a demonstration #Jupyter Notebook for the whole project.

At which point, there exists clean end-user tools - in the form of a library you can import and use in Jupyter or build friendly GUI apps on top of.

All I need is Jupter for now.

A while ago, I wrote an article about my attempts to make development in Python more interactive, more "test" driven and more fun.

My North Star is the developer experience in Clojure, where you have everything at your fingertips using REPL Driven Development.

One thing that I haven't been able to figure out until now, is how to modify and evaluate Python code from an actual running program - without any restarts.

davidvujic.blogspot.com/2025/0

davidvujic.blogspot.comAre we there yet?Continuing with the work on tooling support for interactive and fun development with Python.