Post AQ7heWeHG2N5coYTMe by schaueho@functional.cafe
 (DIR) More posts by schaueho@functional.cafe
 (DIR) Post #AQ7heWeHG2N5coYTMe by schaueho@functional.cafe
       2022-11-30T07:21:27Z
       
       0 likes, 0 repeats
       
       REPL driven development in Python with IPython. David describes what I've been doing like 10 years ago already with IPython and Emacs (and also with Ruby), so I'm a little surprised to see that this is apparently not common practice. Somehow this way of working seems not to be popular outside of lisp circles. I've never worked in a Jupyter notebook though, so maybe that's what the Python guys are using when they want direct feedback?Can we have that in Python too?https://davidvujic.blogspot.com/2021/09/can-we-have-that-in-python-too.html
       
 (DIR) Post #AQ7hoTFojWPrzcr9Oq by veer66@mstdn.io
       2022-11-30T08:11:13Z
       
       0 likes, 0 repeats
       
       @schaueho I hope more web servers will work well on iPython.
       
 (DIR) Post #AQ7hwkflr4zaKfwcZk by schaueho@functional.cafe
       2022-11-30T08:12:25Z
       
       0 likes, 0 repeats
       
       @veer66 IPython is just your regular Python loaded with some additional modules, just like you need a server part for slime or cider.
       
 (DIR) Post #AQ7i447PxDGufbMb3o by veer66@mstdn.io
       2022-11-30T08:14:01Z
       
       0 likes, 0 repeats
       
       @schaueho I cannot stop a web server from IPython.
       
 (DIR) Post #AQ7iCE1uzJWrj4gLjs by schaueho@functional.cafe
       2022-11-30T08:15:18Z
       
       0 likes, 0 repeats
       
       @veer66 It's been awhile since I last did some web programming in Python and back then it was Zope (yes, it was that long ago). I have no idea if and how that works with Django or Flask.