1. Bottle wsgilog

    Python has awesome tools for logging, including standard logging module. Also, through WSGI protocol we have the wsgilog middleware. Using it is easy with any Python web framework.

    You can easily integrate it in bottle environment.

    import bottle
    from wsgilog import log
    
    app = bottle.Bottle(catchall=False)
    logger_middleware = log(tohtml …
    read more

    There are comments.

  2. Starting a blog

    It is my first post on this blog. Posts older than this one are just some backup from my previous failed attempts to maintain a blog.

    I am using the awesome Pelican to create my static pages and Github Pages to serve my blog, because I want a Python based …

    read more

    There are comments.

  3. Building Scilab to GSoC

    My first task was build Scilab project. It is a huge project, and first time I did it I really didn't know how to do it. I just tried to build, checked the error message "some lib not found", installed that lib, tried to build again and again... dozen of …

    read more

    There are comments.

« Page 2 / 3 »

links

social