Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of downloading module in python

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)05/31 Report--

This article introduces the relevant knowledge of "the method of python download module". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

1. Download the module

Python module (third-party library): https://pypi.python.org/pypi

2. Single file module.

Copy the file directly to $python_dir/Lib.

3. Multi-file module with setup.py.

Download the module package (compressed file zip or tar.gz), decompress it, and enter the module folder with CMD- > cd, and execute:

Pythonsetup.pyinstall

4. Pip install command to install

Cmd goes to the Scripts folder of the installation directory:

Install and download the installation package. After downloading, decompress cmd into the directory containing setup.py, and execute:

What are the main application areas of python setup.py installpython? 1. Cloud computing, typical application OpenStack.

2. WEB front-end development, many large websites are developed by Python.

3. Artificial intelligence applications, which are based on big data's analysis and deep learning, have essentially been unable to leave python.

4. System operation and maintenance project, the standard configuration of automatic operation and maintenance is python+Django/flask.

5. Financial management analysis, quantitative transaction, financial analysis.

6. Big data's analysis.

This is the end of the content of "the method of downloading python module". Thank you for your reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report