On Oct 31, 9:58 pm, Abandoned <[EMAIL PROTECTED]> wrote:
> Hi..
> I want to do this:
> for examle:
> 12332321 ==> 12.332.321
>
> How can i do?
If you want do define your own function this will work, no matter how
long the number is, or what separator you choose:
def conv(s, sep='.'):
start=le
On Oct 31, 9:58 pm, Abandoned <[EMAIL PROTECTED]> wrote:
> Hi..
> I want to do this:
> for examle:
> 12332321 ==> 12.332.321
>
> How can i do?
Hi,
If you want to define your own function, no matter what the length of
the number is or what separator you want to choose, this will work:
def conv(s,
Hi
i`m looking for a place to get a soft copy of 'Gray Hat Python: Python
Programming for Hackers' may be a pdf or chm format.
Thank you
--
http://mail.python.org/mailman/listinfo/python-list
Hi, i have a console application that i want to ran (invisible) as a daemon,
how can i do that?
Thank you in advance.
--
http://mail.python.org/mailman/listinfo/python-list
Hello,Has anyone created an Instance Messenger in Python before, i mean a
simple or Complex GUI based instance messenger?
I thought about something like, the client also act as server, has it`s own
listening port, but how can i handle uer auth? and adding visual effects to
it.
Please i am not try