First of all, Blueprint is an amazing framework that I discovered a couple of days ago. It spares us the constant re-use of some CSS / HTML design techniques, while maintaining W3C validation and providing a clean default typography for websites as well as a nice printing style sheet.
So, I’ve made a little plugin for the Pylons web framework that easily includes the Blueprint files onto Pylons projects.
I’m using Google Code to host the project: blueprint-pylons.
programming, python, pylons, css, webdesign
Let me update you with the latest news about pynpp.
I’ve been working on the internal console up until now, and I think it’s pretty decent. My first purpose was to be able to debug plugins trough a nice interface, that embedded well with Notepad++, but as the development went on I decided to build a proper console docked on Notepad++.
This console is quite stable, though not fully tested. For the future expect some colouring, maybe syntax colouring. I think it’s not important for now.
Also, I’m documenting the entire Python module that pynpp builds inside Notepad++ - it’s called pynpp (original, huh?). Here are those docs. This module will carry all the objects needed to create plugins in Python for Notepad++.
If you want a test drive, you can always download the latest DLL build, directly from the SVN repository through HTTP right over here.
Finally, here’s a screenie from the latest build:
