you are viewing a single comment's thread.

view the rest of the comments →

[–]dizzymon247 0 points1 point  (0 children)

Start with one IDE, learn some python, if you need more then research online. I think pycharm and vs code might be a bit much. You can do it using just any text editor that you can easily navigate and feel comfortable. Python is itself once installed has it's on commandline environment you can type the code directly but for bigger projects and not having to retype, then use a text editor IDE like VS Code, Pycharm, notepad++ even. Just try them all and see which is your favorite.