1 Python component files (.pyinc and .pycomp)

SkunkWeb also allows you to write includable components in pure Python code. This is sometimes more convenient when you wish to do a lot of programming and generate no (or little) HTML output for the user. These files are simple Python scripts and end in the file extensions .pyinc or .pycomp. Use them in the <:include:> or <:component:> (see section 4.2, page ) tags, respectively, just as you would include .inc or regular .comp component files. See Python Components, section 9, page )