How to install Python for pharmaceutical company researchers

Introduction

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.

Installation of Anaconda

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.

Anaconda download.jpg

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.

anaconda download 2.JPG

After that, if you follow the instructions on the screen, you should be able to install without problems.

Internet connection settings

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 Update

Anaconda may be updated from time to time. To apply the update, run the following command at a command prompt:

conda update --all

Summary

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

Reference materials / links

Surprisingly few! ?? "Minimum" knowledge required for programming in a pharmaceutical company

Recommended Posts

How to install Python for pharmaceutical company researchers
How to install Python
How to install python
[2020.8 latest] How to install Python
How to install python using anaconda
Pharmaceutical company researchers summarized Python control statements
Pharmaceutical company researchers summarized Python unit tests
How to install and use pandas_datareader [Python]
python3 How to install an external module
[Kivy] How to install Kivy on Windows [Python]
Pharmaceutical company researchers summarized functions in Python
[Python] Organizing how to use for statements
Pharmaceutical company researchers summarized Python exception handling
How to install Windows Subsystem For Linux
How to use "deque" for Python data
Pharmaceutical company researchers summarized Python coding standards
Pharmaceutical company researchers summarized variables in Python
How to install python3 with docker centos
How to automatically install Chrome Driver for Chrome version with Python + Selenium + Chrome
[2020 version] How to install Python3 on AWS EC2
How to install OpenCV on Jetson Nano Python
How to install pip
Pharmaceutical company researchers summarized regular expressions in Python
How to install archlinux
How to install BayesOpt
Pharmaceutical company researchers summarized web scraping using Python
How to install MeCab (v0.996) and libraries for Python without administrator privileges
Pharmaceutical company researchers summarized file scanning in Python
Pharmaceutical company researchers summarized database operations using Python
How to install Nbextensions
[Python] How to install OpenCV on Anaconda [Windows]
How to install Prover9
How to make Python faster for beginners [numpy]
Install Python (for Windows)
How to install a Python library that can be used by pharmaceutical companies
[BigQuery] How to use BigQuery API for Python -Table creation-
[For beginners] How to use say command in python!
[For beginners] How to study Python3 data analysis exam
How to run python in virtual space (for MacOS)
Python # How to check type and type for super beginners
[Introduction to Python] How to write repetitive statements using for statements
python3: How to use bottle (2)
Pharmaceutical company researchers summarized SciPy
Tabpy 1.0 (2020-01 version) How to install
Pharmaceutical company researchers summarized RDKit
[Python] How to use list 1
How to update Python Tkinter to 8.6
How to use Python argparse
Pharmaceutical company researchers summarized scikit-learn
How to install mkl numpy
Python: How to use pydub
[Python] How to use checkio
Pharmaceutical company researchers summarized Pandas
How to run Notepad ++ Python
How to change Python version
How to install Pelican blog
Pharmaceutical company researchers summarized NumPy
How to develop in Python
~ Tips for beginners to Python ③ ~
[python] How to judge scalar
Pharmaceutical company researchers summarized Matplotlib