Here, I mainly write about the environment construction necessary for conducting business using programming in pharmaceutical companies. Basically, it is supposed to be used for machine learning in chemoinformatics and bioinformatics. In addition, the personal computer used is assumed to be Windows 10.
When Anaconda is installed, Python and a set of libraries often used in scientific calculations (which make it possible to use frequently used functions etc.) are installed at the same time, and you can use them in practice immediately.
First, go to the Anaconda Download Page (https://www.anaconda.com/distribution/). Therefore, select the installer for Windows as shown in the red frame in the figure below.
If you scroll down, you will see a place to select Python3 series or Python2 series, so select Python3 series. Download the 64-bit version or 32-bit version of the installer according to your computer.
After that, if you follow the instructions on the screen, you should be able to install without problems.
Please apply the Internet connection settings to Anaconda as appropriate according to the company policy. If you do not do this, you will not be able to install additional libraries below.
Anaconda may be updated from time to time. To apply the update, run the following command at a command prompt:
conda update --all
Here, I explained how to build an environment for using Python in the practice of pharmaceutical companies. In order to deal with the structure of compounds and to perform machine learning in earnest, it is necessary to install additional libraries. For more information, please read the following articles.
How to install Python library that can be used by pharmaceutical companies
Surprisingly few! ?? "Minimum" knowledge required for programming in a pharmaceutical company
Recommended Posts