Microsoft's official on-line Python Tutorial

Microsoft has a set of on-line Python tutorial " Develop Python with Windows ON ", the document content includes Python development environment, install the appropriate development tools and WSL Windows subsystem, and integration with VS Code Git tools.

Specifically, the program has the following sections:

  • Getting Started with Python
  • Web development with Python
  • Using Python Scripting and Automation
  • Python developers use machine learning tutorials
  • FAQ
  • Learning Resources supplement

The contents of the corresponding sections are more detailed, it is worth mentioning that the FAQ, to learn Python who is sure to be plagued by a variety of problems Python, and in the FAQ, there are some detailed answers to common questions, such as:

  • Why can not pip install a package?
  • What py that?
  • Why you can not copy and paste a file path?
  • What PYTHONPATH that?
  • You can find help with packaging and deployment Where?
  • If you need to work on a different computer, how to do?
  • If I use a PyCharm, Atom, Sublime Text, Emacs or Vim, how to do?
  • How Mac keyboard shortcuts mapped to the Windows shortcut keys?

Tutorial Address: https://docs.microsoft.com/zh-cn/windows/python

Guess you like

Origin www.oschina.net/news/108462/develop-with-python-on-windows