User Profile

Collapse

Profile Sidebar

Collapse
Reticulatus
Reticulatus
Last Activity: Nov 10 '06, 06:39 PM
Joined: Aug 15 '06
Location: Florida
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Reticulatus
    replied to data types
    Sorry! Hadn't noticed you had already found the answer!

    Best Regards,

    Chris
    See more | Go to post

    Leave a comment:


  • Reticulatus
    replied to fuzzy search technology in python
    You're likely a better developer than I am, but I breezed past something in the Python Docs the other day that might offer some ideas...

    Maybe get_close_match es() in difflib as an example?

    I really haven't taken a close look at it, but you might find some of the logic worth looking at.

    Best regards,

    Chris
    See more | Go to post

    Leave a comment:


  • Reticulatus
    replied to data types
    You were pretty close:

    >>> x = "Hello"
    >>> type(x)
    <type 'str'>

    Best Regards,

    Chris
    See more | Go to post

    Leave a comment:


  • Reticulatus
    started a topic Multi-threaded service

    Multi-threaded service

    I am new to this group, but I'm hoping someone could offer some advice as to a complicated issue I am having.

    I have created a (multithreaded) Python application that performs asynchronous queries. Unfortunately, I'm having a very difficult time setting it up as a service.

    It should run as follows:

    1) A remote server starts the service
    2) while the service is running, it performs its asynchronous...
    See more | Go to post
No activity results to display
Show More
Working...