I need a beginners guide to setting up windows for python development

前端 未结 10 969
天涯浪人
天涯浪人 2020-12-31 14:57

I currently work with .NET exclusively and would like to have a go at python. To this end I need to set up a python development environment. I guide to this would be handy.

10条回答
  •  耶瑟儿~
    2020-12-31 15:38

    Install the pre-configured ActivePython release from activestate. Among other features, it includes the PythonWin IDE (Windows only) which makes it easy to explore Python interactively.

    The recommended reference is Dive Into Python, mentioned many times on similar SO discussions.

提交回复
热议问题