My public notepad

Monday, 5 September 2011

Python GUI

Graphic User Interface FAQ
GUI Programming in Python
wxPython
Dabo
Posted by Bojan Komazec at 17:20
Email ThisBlogThis!Share to TwitterShare to Facebook
Labels: GUI, Python, wxPython

0 comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Labels

  • .NET (3)
  • Axis2C (6)
  • Batch file (3)
  • Boost (2)
  • C (2)
  • C# (3)
  • C++ (49)
  • CodeSynthesis (1)
  • COM (1)
  • Computer architecture (6)
  • Data Binding (1)
  • Debugging (2)
  • Design Patterns (6)
  • DLL (1)
  • DOS (1)
  • Eclipse (1)
  • Endianness (2)
  • environment variables (3)
  • Fiddler (1)
  • functor (1)
  • gSOAP (1)
  • GUI (9)
  • Guththila (1)
  • HTTP (1)
  • Idiom (1)
  • IIS (7)
  • INetCfg (1)
  • JSON (1)
  • JSON Spirit (1)
  • Linker (1)
  • logging (4)
  • makefile (2)
  • manipulator (1)
  • map (1)
  • Memory dump (1)
  • MFC (11)
  • multithreading (4)
  • NetBIOS (1)
  • Networking (4)
  • NMAKE (3)
  • NSIS (8)
  • OOP (1)
  • PyDev (1)
  • PyInstaller (1)
  • Python (4)
  • PyWin32 (1)
  • Refactoring (1)
  • Resources (2)
  • Security (2)
  • SMB (1)
  • SOA (1)
  • SOAP (2)
  • Static Code Analysis (1)
  • STL (6)
  • string (3)
  • Taskbar (1)
  • TCP/IP (2)
  • templates (1)
  • Tray icon (1)
  • UAC (1)
  • UML (1)
  • Unicode (1)
  • Visual Studio (9)
  • WCF (4)
  • Web Services (5)
  • WinDbg (1)
  • Windows (8)
  • Windows API (1)
  • WSDL (1)
  • wxPython (1)
  • Xerces (1)
  • XML (3)
  • XML Data Binding (3)

Blog Archive

  • ►  2012 (31)
    • ►  May (5)
      • One Definition Rule and Unnamed namespaces
      • WaitForMultipleObjects and priority of the events
      • Listening TCP Socket
      • Observer pattern: from GoF implementation to event...
      • Removing STL list elements whilst iterating throu...
    • ►  April (11)
      • pImpl Idiom
      • Deleting objects through pointer to void
      • JSON Data Binding with JSON Spirit
      • Logging into file in C#
      • Some features of C#
      • When does pure virtual destructor need its definit...
      • How to terminate thread gracefully
      • Operator chaining
      • Singleton pattern
      • Batch files which delete specific directories and ...
      • Special class methods for object creation, assignm...
    • ►  March (3)
      • How to deploy WCF Web Service on IIS
      • How to sniff SOAP messages exchanged between WCF S...
      • How to create and test WCF Web Service
    • ►  February (7)
      • Explore networking configuration with INetCfg inte...
      • Code Refactoring
      • Static code analysis
      • XML Data Binding - Part 3: CodeSynthesis XSD examp...
      • How to read command line arguments with NSIS
      • XML Data Binding - Part 2: gSOAP example
      • XML Data Binding - Part 1: Why do we need it?
    • ►  January (5)
      • Thread and process synchronisation with mutex
      • Thread and process synchronisation with semaphores...
      • UML Class Diagrams and Class Relationships
      • Circular references in constructors
      • Prefer compile-time to run-time value range checks...
  • ▼  2011 (56)
    • ►  December (3)
      • Finite State Machine in C++
      • Endianness: how does CPU read bytes from memory?
      • Host endianness and data transfer over the network...
    • ►  November (1)
      • How to get notified when network adapters' IP addr...
    • ►  October (11)
      • How to include stdafx.h conditionally?
      • Finite State Machine in C
      • Reading XML with Guththila
      • What to do when sending message to some window fai...
      • Minimal Axis2C Web Service package needed for depl...
      • Conditional compilation of resource file in Visual...
      • NSIS installer for 64-bit Windows
      • How to build Axis2C for 64-bit Windows
      • 32-bit and 64-bit versions of Windows C++ applicat...
      • How to use nmake and makefile
      • NMAKE and its environment
    • ▼  September (10)
      • How to install IIS (7.5) on Windows Server 2008 R2...
      • How to get processor architecture information on W...
      • 64-bit vs 32-bit
      • DOS script which outputs directory contents into a...
      • Message only window (MFC)
      • MFC File dialog
      • How to create a SOAP request
      • Python GUI
      • How to share Python code with PyDev for Eclipse
      • A Beginner's Python Reference
    • ►  August (25)
    • ►  July (4)
    • ►  June (2)

Popular Posts

  • 32-bit and 64-bit versions of Windows C++ application
    How to set compiler and linker options in order to build some C++ application for 64-bit Windows? Sample application I will test this on is ...
  • NSIS installer for 64-bit Windows
    Here are some tips for creating (32-bit) NSIS installer which installs 64-bit application on 64-bit Windows. There is no 64-bit NSIS Insta...
  • How to use nmake and makefile
    Let's build simple "Hello, world!" application from command line by using Microsoft's nmake . Necessary steps are: 1) create project direc...
  • How to create Windows executable from Python script
    After some online research I decided to give PyInstaller a try. It converts Python scripts into executable Windows programs, able to run wit...
  • UML Class Diagrams and Class Relationships
    UML Class Diagrams display relationships between classes in a given model. Here is a list of various types of class relationships and statem...
  • Removing selected vector elements whilst iterating through it
    Have you ever tried to iterate through vector and remove some elements? For example, you need to remove all odd numbers from a collection st...
  • XML Data Binding - Part 2: gSOAP example
    In my previous post , I explained the benefits of XML Data Binding. In this article I will show how to use gSOAP for conversion of data sto...
  • Removing selected map elements whilst iterating through it
    Couple of days ago I wrote about how to remove elements from vector while iterating through it and today I will focus on the same task but ...
  • What is behind file and printer sharing in Microsoft networks
    Let's say our IP address is 192.168.0.1 and public folder is put on share on 192.168.0.2 machine. What happens when we type \\192.168.0.2...
  • NMAKE and its environment
    nmake is a Microsoft's command-line tool for building C/C++ applications. nmake comes with Visual Studio and Windows Driver Development Ki...

Sociable

Followers

Websites I often visit:

  • C++ FAQ
  • C++ reference
  • More C++ Idioms
  • ACCU
  • MSDN
  • MSDN Magazine
  • Stack Overflow forum
  • programmers.stackexchange forum
  • Bjarne Stroustrup's homepage
  • Scott Meyer's blog
  • Herb Sutter's blog
  • Andrei Alexandrescu's homepage
  • Nicolai Josuttis' homepage
  • Jon Skeet's blog
  • Jeff Atwood's blog
  • David Abrahams' blog
  • Joel Spolsky's blog
  • Richard Heathfield's web site
  • developerfusion.com
  • EventHelix cool articles
  • Danny Kalev's C++ Reference Guide
  • YoLinux (Linux programming)
  • CodeGuru
  • Ravenbrook consultants
  • Cunningham & Cunningham articles
  • The Daily WTF
  • OpenRCE Articles
  • GoingWare

Twitter


follow Bojan Komazec at http://twitter.com

Search This Blog

Loading...

Visitors

Locations of visitors to this page

About Me

My Photo
Bojan Komazec
View my complete profile

Stack Overflow

profile for Bojan Komazec at Stack Overflow, Q&A for professional and enthusiast programmers

Follow by Email

Licence

Creative Commons License
My Public Notepad by Bojan Komazec is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
Based on a work at bojan-komazec.blogspot.com.
Simple template. Powered by Blogger.