ClarisoftTechnologies / codakidLauncherRelease

1 stars 0 forks source link

Python needs to open in IDLE. #6

Closed CodaKidGit closed 3 years ago

CodaKidGit commented 3 years ago

The Python courses on our site currently use IDLE in the videos.

This is an awkward tweak since IDLE doesn't support multiple files.

The idea I had for now is to open all .py files in the project folder in IDLE all at once. It's not the most elegant, but it should work for our use case.

If you have other ideas for accomplishing this, I would love to hear it.

In the far future, the hope is to refilm the courses themselves to use a better python IDE(Atom or Pycharm), and then update the launcher to reflect that.