ITS ➤ Docs


Instructions for connecting PYTHON with a mySQL database on Ubuntu.

ITEMACTION
Install
  1. Download Python 3.9: https://www.anaconda.com/products/individual#linux
  2. Install Anaconda (3.9 Python) environment: bash Anaconda3-2021.11-Linux-x86_64.sh
  3. Update conda for latest packages: conda update conda
  4. Open Python IDE Spyder (as "its" user): spyder &
Anaconda
environment
conda-cheatsheet.pdf
conda infoconda configuration
conda listlist conda packages
conda update condaupdate conda packages
spyderopens anaconda IDE
Packages
  1. Update conda for latest packages: conda update conda
  2. Install packages: conda install iopro
  3. Useful packages: numpy, scipy, pandas, iopro, numba, pyqtgraph, pycharm, cython
Test
  • Run this file to connect to MySQL: test.py
Learn
  1. Machine Learning Docs: http://scikit-learn.org/stable/index.html
  2. Data-Mining: http://dataconomy.com/python-packages-for-data-mining/
  3. SCIPY package: https://docs.scipy.org/doc/