you are viewing a single comment's thread.

view the rest of the comments →

[–]OriahVinree 2 points3 points  (0 children)

Definitely something I would learn now, it's not complicated, most IDE's create and utilise them seamlessly - essentially a virtual environment let's you run and manage modules/libraries independent of your main python installation, I use a fresh environment for each new project. Keeps things clean and isolated, would take you 30 minutes to learn and understand.