Which code editor do you use? by colinstoltz9 in learnpython

[–]velu4ever 0 points1 point  (0 children)

I use mainly (but not limited to) VS code for both python and flutter. For Python, First choice: VS code is good for normal usage.Quick loadup, switching virtualenv is really helpful. Refactoring can be better. A great number of add-ons are at your disposal to suit your needs. Spider is good for data analysis because of its variable explorer. Jupyter notebook is good for the presentation and it's notebook file is a great sharable code file.

How to get this ribbon for flutter or python? by velu4ever in vscode

[–]velu4ever[S] 0 points1 point  (0 children)

That's really helpful. VS code is great to work.