In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
Anaconda (python scientific computing environment), the built-in package manager conda is very powerful, you can view the built-in python extension through conda list or through conda install or pip install to install the required modules, with python environment, do not need to install their own; with python integrated development environment Spyder, to sum up, anaconda package manager, python,python integrated development environment are all together, very convenient to use.
1. Download the anaconda version of https://www.continuum.io/downloads#_windows corresponding to the computer system
two。 Installation (same as normal software installation):
3. Check that some libraries have been installed (the effect is the same in both ways):
3.1 View via the cmd command line: enter the command pip list enter
3.2
Enter conda list to enter enter
4. Install the library (using anaconda prompt installation):
4.1 install pyopengl (graphics library):
4.2 install Scrapy (crawler): enter pip install Scrapy to enter
Enter conda list to see that Scrapy has been successfully installed:,
5.Spyder integrated development environment
6. Create a new file (for writing python scripts)
Write a script
7. Run the script (F5 does not involve graphics output, F10 design graphics output) and prompt no python console is currently selected to run baidu.py (there is no python console to run the baidu.py script, please select a python console):
Open a python console:
When opened, the corresponding python console is displayed:
Press the shortcut key F5 to run the previous script to prompt the import error there is no selenium module ImportError:No module named 'selenium'
8. Install the selenium module
Continue to run the script on F5 and run it successfully:
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.