Hacker News new | ask | show | jobs
Show HN A simple script to use pug with any Python framework (github.com)
11 points by multiversecoder 2409 days ago
1 comments

My first experience with python and web development. This is the script I made today to use pug.js with any python framework.

Tell me what you think and how to improve it, I accept advice, critiques and collaborations. :)

Very good for a first experience. If you can still edit the title, maybe add Show HN to the beginning.
And also my first experience with hacker news (lol). I changed the title. Thank you.
what is "pug"? (a link in the readme would be nice)
Pug is an HAML-like tool that allows you to abstract html syntax, preventing errors and improving frontend development speed. Thanks for the tip, I'm updating README to include more informations.