Burgaud.com
  • Blog
  • Résumé
  • About
  • Search
Burgaud.com
  • Blog
  • Résumé
  • About
  • Search

ShowHTMLDialog with Python and ctypes

Published 2009-07-23
#comtypes #ctypes #python #windows

This python recipe demonstrates how to use the Win32 ShowHTMLDialog() with Python, ctypes and comtypes on Windows.

Read more...

Bring Colors to the Windows Console

Published 2009-05-10 - Updated 2021-03-07
#windows #python

The code in this article demonstrates how to write foreground and background colored text in a Windows Console using Python and ctypes.

Read more...

Colorize the Windows Console

Published 2009-05-10
#windows #python #ctypes #terminal

The recipe described in this post demonstrates how to write foreground and background colored text in a Windows Command Line with Python and ctypes.

Read more...

XML Validation with Python, MSXML and comtypes

Published 2008-02-09
#comtypes #ctypes #python #windows #xml

In XML Schema Validation with Python, MSXML and PyWin32, I described how to use PyWin32 and MSXML to validate XML contents against an XML Schema. This article is an adaptation of the previous, substituting PyWin32 with comtypes to perform XML schema validation with Python on Windows.

Read more...

XML Validation with Python, MSXML and PyWin32

Published 2008-01-19
#python #pywin32 #windows #xml

Python ships with XML libraries, but none addressing XML Schema validation. Several options are available to make up for this missing feature. The solution demonstrated in this article is a basic implementation of XML schema validation using MSXML and PyWin32. This is only compatible with Windows.

Read more...
‹ Previous Next ›
© 2000- André Burgaud
Except where otherwise noted, content on this site is licensed under a
Creative Commons Attribution 4.0 International license