CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Sharkey

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    827

    Re: Website project, need some advice

    Python and Django? There can't be an easier language to learn and use than Python.

    http://www.djangoproject.com/
  2. Re: Any interesting Python programs you have written?

    Years ago I wrote a program in AMOS basic on the Amiga for jazz guitarists which, among many other things, thoroughly analyzed chord shapes that you gave it. Without going into it too much, the code...
  3. Replies
    2
    Views
    3,755

    Re: Python Line parser

    If I think I know what you mean, this code should extract the parts of one line and iterate through a range of IP's, passing each one to a function I'm presuming you already have called "check_ip"...
  4. Replies
    0
    Views
    720

    Novice needs advice on scheduling program

    I'm a novice and I plan to write a scheduling program for my business in Python which should hopefully teach me a lot about program design. I'm fine with syntax and the like, I've written programs...
  5. Replies
    1
    Views
    944

    Problem with wxPython sizers

    I realize there aren't many readers on this Python forum yet but we might as well get some posts going! I'll post my question anyway.

    I have a vertical wx.BoxSizer with 3 pull down wx.Choice...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured