Skip to content

Instantly share code, notes, and snippets.

@dungdt88
Last active October 30, 2019 05:20
Show Gist options
  • Save dungdt88/5572a0e83fda81ea6d390d5df53622d4 to your computer and use it in GitHub Desktop.
Save dungdt88/5572a0e83fda81ea6d390d5df53622d4 to your computer and use it in GitHub Desktop.
Python Cheatsheets

Install Python 3.7 on Ubuntu

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install -y virtualenv python3.7 python3.7-dev

Python - MySQL Connector

sudo apt-get install libmysqlclient-dev
pip install mysqlclient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment