DEV Community

Discussion on: 12 Essential Skills Software Developers should Learn in 2024

Collapse
 
elabftw profile image
eLabFTW

Jupyter notebook is NOT an IDE! It's a very convenient tool to get started on a project or show how some library is working, but if you're writing serious python code you'll want a real editor (like vim :p).

Collapse
 
javinpaul profile image
javinpaul

Or maybe PyCharm :-)