- 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
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
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
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
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
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
Has any python liberary can make a folder to .nsi file?
Thanks
--
http://mail.python.org/mailman/listinfo/python-list
#!/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