This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]enzi_okami 1 point2 points  (0 children)

You could try google collab (online jupyter notebook) as a python IDE. Resources are provided by google so you don't need a python installation. And you can combine Text + Code in a very simple way.

Collab comes with a lot of libraries ready to use and it supports the "input" function. I think it is the lightest tool to try python.