Skip to content

Christophe Keller

Adventures in Softwareland

  • Software
    • C#
    • Java
    • Python
  • Webmastering
  • Media
    • Music
    • Pictures
  • Misc
  • Resumee
  • About Me
  • Contact Me

Java Swing Game Programming – Pacman Clone

Java, Software / By Christophe

This project is a Pacman clone written in Java and using Swing and Java2D for the UI. I began this project in autumn 2003 after working for several years as a software engineer and having never written a game. v 0.63 (16 june 2007) Enhancements History displayed in about window Level editor implemented Tunnels improved …

Java Swing Game Programming – Pacman Clone Read More »

Using ctypes to call additional win32 functions

Python / By Christophe

Introduction The Windows extensions for Python offer a lot of the Win32 api to the Python developer but there will always be cases where a certain functions will not be available, as the Win32 api is very large. But in that case, the developer needs not to despair, because the ctypes extensions allows to import …

Using ctypes to call additional win32 functions Read More »

Hello World in Python using Win32

Python, Software / By Christophe

Introduction Python is a cool scripting language available on many platforms and has an extensive standard library. Additionally, under Windows there are extensions available that allow Python to interface with the Win32 API or to call COM objects. You can even write COM servers in Python! I had a copy of Charles Petzold’s “Programming Windows” …

Hello World in Python using Win32 Read More »

Posts navigation
← Previous Page 1 2

Follow Me

  • Facebook
  • Google+
  • LinkedIn
  • YouTube

Recent Posts

  • C# – Linq To Sql – Handle a Transaction Deadlock
  • C# – Linq to Sql – Reattach and Update an entity
  • C# : How to Wrap Winword COM InterOp Methods
  • Python Programming – Photo Web Gallery Generator
  • C#: Use verbatim strings for SQL queries

Categories

  • Software (8)
    • C# (4)
    • Java (1)
    • Python (3)
Copyright © 2022 Christophe Keller | Powered by Astra WordPress Theme