Share Run external scripts inside Odoo’s environment Odoo Development Programming Python You may run into a situation where you want to script actions in Odoo but do...Read More Oct 18 1,685 1 by Ted Salmon
Share Dynamic DNS With CloudFlare – Ubiquiti EdgeRouter EdgeRouter Linux Python Web This tutorial will walk you through the process of setting up Dynamic DNS with CloudFlare on...Read More May 18 2,253 0 by Dave Lasley
Share Benchmarking Go, Node, Python & PyPy Go Node.js Python I was just recently introduced to Go, and it seems to offer some great features. I...Read More May 8 2,713 0 by Dave Lasley
Share Python CloudFlare API Library Python Web I have just recently started experimenting with CloudFlare’s services & API. In order to migrate my...Read More Dec 13 427 0 by Dave Lasley
Share Creating A Python Plugin Framework With Metaclasses Python This tutorial will walk you through creating a generic plugin framework in Python using metaclassing. This...Read More Dec 5 2,701 4 by Dave Lasley
Share Convert SVN to Mercurial (Script) Notes-To-Self Python Below is a simple Python script that will traverse your online SVN repo and run the...Read More Dec 4 359 0 by Dave Lasley
Share Determine Which Modules Are In A Package – Python Notes-To-Self Python Below is a method to enumerate Python modules located in a directory: import pkgutil def get_pkg_modules(pkg_path,...Read More Oct 10 207 0 by Dave Lasley
Share Mercurial/Trac Changeset Hook Notes-To-Self Python Trac Below is a Mecurial changegroup hook to modify tickets on a remote Trac instance using XML-RPC....Read More Oct 2 255 0 by Dave Lasley
Share Performance Metrics – Apache vs Nginx Notes-To-Self Python Web We just deployed Nginx as a forward proxy for our production server. Before deploying, we took...Read More Sep 4 518 0 by Dave Lasley
Share Reorder all fields in Trac Python Trac We decided to add a business justification field to our Trac instance today, but needed to...Read More Sep 3 454 2 by Dave Lasley