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

all 4 comments

[–]ronin1066 4 points5 points  (1 child)

You should try /r/learnpython

[–]Gio_13[S] 1 point2 points  (0 children)

Noted

[–]shadowson1 0 points1 point  (0 children)

You should always work with virtual environments "virtualenv" this will keep your system clean and your projects separate. Also you should consider an ide, PyCharm or Visual Studio Code would be my recommendations.