|
@@ -5,6 +5,11 @@ Ideas around python/flask labs and lectures:
|
5
|
5
|
* docker with mysql [Docker For Mac Mysql Setup](https://dzone.com/articles/docker-for-mac-mysql-setup)
|
6
|
6
|
|
7
|
7
|
|
|
8
|
+### Python 3
|
|
9
|
+
|
|
10
|
+`brew install python` gets python3 on your mac
|
|
11
|
+[The Hitchhiker’s Guide to Python](http://docs.python-guide.org/en/latest/) for *fascinating* information on your new **Best Friend**, *python* (3)
|
|
12
|
+
|
8
|
13
|
### Docker
|
9
|
14
|
|
10
|
15
|
once installed, and the mysql is running:
|