Re: write a regex matches 800-555-1212, 555-1212, and also (800) 555-1212.

2012-09-28 Thread Fg Nu
- Original Message - From: Tim Chase To: Ian Kelly Cc: Python Sent: Saturday, September 29, 2012 9:12 AM Subject: Re: write a regex matches 800-555-1212, 555-1212, and also (800) 555-1212. On 09/28/12 22:25, Ian Kelly wrote: > On Fri, Sep 28, 2012 at 8:17 PM, Tim Chase On 09/2

Re: Data cleaning workouts

2012-08-23 Thread Fg Nu
Data cleaning workouts On Aug 23, 12:52 pm, Fg Nu wrote: > List folk, > > I am a newbie trying to get used to Python. I was wondering if anyone knows > of web resources that teach good practices in data cleaning and management > for statistics/analytics/machine learning, parti

Data cleaning workouts

2012-08-23 Thread Fg Nu
List folk, I am a newbie trying to get used to Python. I was wondering if anyone knows of web resources that teach good practices in data cleaning and management for statistics/analytics/machine learning, particularly using Python. Ideally, these would be exercises of the form: here is some hor

Re: pylagiarism -- Need help now! Please provide code...

2012-08-14 Thread Fg Nu
Lol. Lol. Lol. It just keeps on givin'. From: Anoop Thomas Mathew To: Simon Cropper Cc: python-list@python.org Sent: Tuesday, August 14, 2012 12:11 AM Subject: Re: pylagiarism -- Need help now! Please provide code... On 14 August 2012 12:04, Simon Cropper

Re: pylagiarism -- Need help now! Please provide code...

2012-08-14 Thread Fg Nu
Haha. Best listserv ever.  I've been on this list a day, and run me over with a lawnmower if I've written more than 200 lines of Python code, but this list is totally worth it. -- http://mail.python.org/mailman/listinfo/python-list

how to sync file on client and server

2010-11-02 Thread nu
I want to sync the file foder in different server,and I can't use ftp protocl. I try to sync files during defferent server and not use username and password to login. Anyone has good ideas? -- http://mail.python.org/mailman/listinfo/python-list

make a folder to .nsi file(which finally will convert to .exe) use python

2010-07-23 Thread nu
Has any python liberary can make a folder to .nsi file? Thanks -- http://mail.python.org/mailman/listinfo/python-list

Inheritance problem. Creating an instance.

2006-12-05 Thread .nu
#!/usr/bin/env python # -*- coding: utf-8 -*- # Name: Sleepy Hollow # Author: .nu import wx import os import sys NEW_ID = 1; OPEN_ID = 2; SAVE_ID = 3; SAVE_AS_ID = 4; QUIT_ID = 5; UNDO_ID = 6; REDO_ID = 7; HELPME_ID = 8; ABOUT_ID = 9; OPTIONS_ID = 10 APP_NAME = 'Sleepy Hollow&#x