manifesto https://hypothesis.readthedocs.io/en/latest/manifesto.html code https://github.com/HypothesisWorks/hypothesis-python/ doc https://hypothesis.readthedocs.io/en/latest/index.html w/ pytest http://hypothesis.works/articles/hypothesis-pytest-fixtures/ https://developers.redhat.com/blog/2016/06/24/the-hypothesis-testing-library-for-python-an-introduction/
VirtualTam's bookmarks
-
2016-11-15 -
2016-10-04 -
2016-09-07 -
2016-09-04 -
2016-09-04 -
2016-08-15 -
2016-03-29 -
Implementation for OOP generic objects, starting with 3.5 : )
-
1for i in $(find /usr/lib -type f -name '*.so.*'); do 2 nm -D $i | grep MY_SYMBOL; 3 [[ $? -eq 0 ]] && echo $i; 4done
adapted from http://narkive.com/a1rT9Efg.8
-
2015-09-15 -
2015-07-13 Javascript library to handle SVG images
-
2015-05-17 -
2015-05-17 -
2015-03-15 A collection of misc. resources: FLOSS, ecology, architecture...
-
2014-11-17 Plenty of fun tasks, riddles and puzzles to solve altogether with learning Python!
Get ready for:
- basic Python exercises (data structures, language features, common libraries)
- a handful exercises on string and data processing
- algorithmics! pathfinding, map exploration, optimization...