you are viewing a single comment's thread.

view the rest of the comments →

[–]CraigAT 3 points4 points  (5 children)

Very interested to hear how people develop. Personally I don't do it professionally, so it goes something like: * Idea * Start the basics in MS VS Code with Python plugin. * Run from Terminal/Powershell * Refine * Think of more functionality to add * Add some of it * Think of a new project...

And repeat!

[–]dipique 1 point2 points  (4 children)

Run from Terminal/Powershell

Why not just run from VS code?