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

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

    Take a look at Pylons, read about WSGI and Paste. There's nice introductory Google tech talk about them: ReUsable Web Components with Python and Future Python Web Development.

    Here's my answer to similar question: Django vs other Python web frameworks?

提交回复
热议问题