VirtualTam's bookmarks
1834 bookmarks found
-
Regex Crosswords
2014-12-02 -
Dive Into Python 3
2014-11-30 A follow-up to Mark Pilgrim's http://www.diveintopython.net/
-
Dive Into HTML5
2014-11-30 -
Framadate
2014-11-29 Studs => OpenSondage => Framadate
A doodle-like event scheduler.
Though it seemed a bit crippled when I attempted to fork it early '14, it looks like it has gained in maturity, thanks to Framasoft's efforts ;-)
-
Continuous integration in Python
2014-11-27 http://ilovesymposia.com/2014/10/01/continuous-integration-0-automated-tests-with-pytest/ http://ilovesymposia.com/2014/10/02/continuous-integration-1-test-coverage/ http://ilovesymposia.com/2014/10/13/continuous-integration-in-python-3-set-up-your-test-configuration-files/ http://ilovesymposia.com/2014/10/15/continuous-integration-in-python-4-set-up-travis-ci/ http://ilovesymposia.com/2014/10/15/continuous-integration-in-python-5-report-test-coverage-using-coveralls/ http://ilovesymposia.com/2014/10/17/continuous-integration-in-python-6-show-off-your-work/ http://ilovesymposia.com/2014/10/27/continuous-integration-in-python-7-some-helper-tools-and-final-thoughts/
-
Uses a project or repository's history to plot user contributions, displaying an elegant, colored graph of the file arborescence.
After running it on quite different projects...
- Python/Bash CI/Jenkins scripts
- Qt apps: GoldenDict, Psi+
- PHP website: Shaarli
...watching some vids on teh intartubez:
- Minecraft: https://www.youtube.com/watch?v=zRjTyRly5WA
- Linux kernel: https://www.youtube.com/watch?v=AhDiYPLo3p4
- Python: https://www.youtube.com/watch?v=cNBtDstOTmA
It allows to arbitrary spot some interesting implementation aspects (sorted by descending impact):
- language-dependent trees (oh hai Java packages ^^)
- framework-dependent trees
- project-management method (none, Agile, TDD)
Having a graphical tool also quickly shows:
- the overall structure of the project (a bit cooler than a simple $ tree, way quicker than loading the project on an IDE)
- the repartition of files (by extensions)
- who are the most active contributors
- what are the most modified files over time
- who does what: additions, deletions, refactoring
Some more CI-related matters:
- are there any tests?
- what is the source code / test code ratio? (we could expect a project/lib with N modules to have at least N test modules)
- who initiates / implements / optimizes test code?
-
Ghost - Just a blogging platform
2014-11-24 -
Pelican: Python static website generator
2014-11-24 -
Awesome thread! The topvoted comments show extremely good - yet simple - reasons to become a unit test maniac ;-)
See also:
-
Test-Driven Development with Python
2014-11-21 -
Jawascript
2014-11-20 -
Praise the Sorter!
-
CheckiO | Solve puzzles with Python!
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...