└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # learning gardens -- #code 2 | 3 | i guess this will be a place to express some of the code gardens interests. 4 | you'll probably find some individual interests and reference materials here. 5 | but likely there will be groups of interest and references collected together. 6 | 7 | ## resources and tutorials: 8 | 9 | ### python: 10 | 11 | members: 12 | - [wgwz](https://github.com/wgwz) 13 | 14 | #### flask: 15 | - [flask web development](https://flaskbook.com/#) 16 | by [miguel grinberg](https://twitter.com/miguelgrinberg) 17 | 18 | #### test driven development: 19 | - [tdd](http://www.obeythetestinggoat.com/) by [hjwp](https://twitter.com/hjwp) (free online) 20 | --------------------------------------------------------------------------------