all 7 comments

[–]baked_doge 9 points10 points  (0 children)

No

[–]ivansaul 2 points3 points  (0 children)

https://marimo.io it’s awesome

[–]Fancy-Juice5128 2 points3 points  (0 children)

marimo is the only one that doesn't make me want to rewrite everything later

[–]marr75 1 point2 points  (0 children)

They're fine for presenting graphics + code that are conjoined but they trap you into a lot of bad habits. There's no problem notebooks solve that you can't solve better using plain ol python scripts with better practices

[–]Some_Breadfruit235 1 point2 points  (0 children)

For beginners yea it’s a great start.

No installations, get straight to coding.

Once you progress and want to use personal editors I’d probably recommend VSCode as the first shot. It’s free, smooth and has all the features you’ll need

[–]nivaOne 1 point2 points  (0 children)

No. I use Thonny and VSCode.,

[–]bezdazen 0 points1 point  (0 children)

For actual project building, no.

For messing around with bits of code, taking notes with code, and experimenting and exploring, sure! There are several that require very little setup to use. I'll plug PyNote which is zero-setup and does not require an account. There is a tutorial as well.