Tous les articles
PY-Into 8
Toys?
Sometimes you just have to play ...
So make a toy or two or three
Here a couple of toys that I created, there are all sorts of variations on these but the idea is to learn and have fun.
enjoy!
I was asked today about sin and cos .So …
PY-Into 9
Errors
If we take a pro-active approach to this we can test a con
PY-Into 10
The Inception
The Inception, or the beginning of a project; this site is to contain initially a group of disjointed ideas. Over time some of those ideas (projects) should take on a life of their own and become extended branches of ideas while other ideas will stub for lack of growth. As …
WordPress to Pelican
Working my way through Pelican installation, followed several tutorials, some varying success. A learning process but a fun one at that. The pelicanconf.py and Makefile are very expandable one of the mods I did in the Makefile.
build:
$(MAKE) clean
$(MAKE) html
-cp -R code_snips output/code_snips/
A mini-build …
Mojolicious Logging
Mojolicious::Lite - a cool framework
Flask: a mini web front end
I started to work on a project that needed to offer up a couple of data structures in a json format in a very simple method. This is part of mechanism using vis.js inside of trac's wiki. With a bit of reading installing vis.js into trac wasn't to …