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

前端 未结 10 980
天涯浪人
天涯浪人 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:27

    Well, if you're thinking of setting up an Ubuntu VM anyway, you might as well make that your development environment. Then you can install Apache and MySQL or Postgres on that VM just via the standard packaging tools (apt-get install), and there's no danger of polluting your Windows environment.

    You can either do the actual development on your Windows machine via your favourite IDE, using the VM as a networked drive and saving the code there, or you can just use the VM as a full desktop environment and do everything there, which is what I would recommend.

提交回复
热议问题