Introduction and software installation
◤
Why I need to learn programming?
Biological big data become a potent method for clinical and biomedical research
◤
Data-driven VS Hypothesis driven
◤
Programming language
Bioinformatics
Omics
Object oriented, GUI
Web-based
Unix script
◤
Syllabus
◤
Where to get the videos and slides
◤
VSCODE
◤
Python installed via anaconda
https://www.anaconda.com/download/success
Select it
◤
Install extension
Edit region
Terminal
◤
Select Conda one
◤
Python installed by standalone (if anaconda does not work)
◤
Set executable path
◤
A simple testing code – your first python script
◤
Set environmental PATH
1. Go to “system” and select 進階系統設定
2. Select 環境變數
3. Edit the environmental path
3. Copy the path of
python folder, not
exe file. Then paste
It to the block of
environmental path
5. Python path should be added.
◤
How about Mac or Linux?
◤
Further suggestions to Mac users
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
/brew install python3
◤
Further suggestions to Linux users
◤
�Useful websites and forums
◤
Other software
◤