Nyble a Day

Articles de Ed Rantanen :

PY-Into 8

Dans «py-intro» par Ed Rantanen

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 …

The Inception

Dans «AdminStuff» par Ed rantanen

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

Dans «AdminStuff» par Ed Rantanen

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

Dans «web testing» par Ed Rantanen
After playing around with Mojo::Log for a few days I came across this great plugin AccessLog. Something simple like changing the log name or its location is a bit painful in the vanilla Mojo::Log. The format is easy to adjust, if using morbo you can make adjustments on …

Mojolicious::Lite - a cool framework

Dans «web testing» par Ed Rantanen
Looking at another Framework, and have been playing with Mojolicious for a couple of weeks now, and having a blast with it. This framework using the Perl Language. If using the full blown version verses the lite you can work in an MVC structure, the lite can be turned into …