Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #89090
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <larry.martell@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.178 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.79; '*S*': 0.14; 'subject:Django': 0.03; 'referring': 0.07; 'subject:EuroPython': 0.09; 'cc:addr:python- list': 0.11; 'django': 0.11; 'adult': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'fri,': 0.33; 'received:google.com': 0.35; 'should': 0.36; 'being': 0.38; 'pm,': 0.38; 'rather': 0.38; 'called': 0.40; 'most': 0.60; 'name': 0.63; 'audience': 0.74; '2015': 0.84; 'girl.': 0.84; 'termed': 0.84; 'workshop.': 0.84; 'girls': 0.91; 'woman': 0.96 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tiUFEcR1Nq8RfMkdpMPmU36wiGmCzvx+43jQ5Wp3Uk0=; b=XTUMeusSv3eW6DnVFqCct4e/4kR+6F9mbugOuu5eY+E58PJwwntRSh1QfeEa7KSxUf 7mhFAV1zmPJJmnLuR60g1kD22o6lOhvDc3Zmcue4TQGO6sohBoZMDeQbLY7gxERkzpTQ xCWd9Jc/LaX8csAeOmV3KtIpUXidtHh3IppPlnEyYo2hq9J2eRTvLnEf9TWPEs5i4lhp GHetq7UM5kq8q8uuc853nH2UidXNNeJh2iU2LSCg0xjxRc0kbam4TNzg5GDLNbVbGA+Q OdpvOR85zZP++ZSQlDz0lXNHrbSoSGoW7SJeTf4sPlfWl2SL8Rvl6s6/UfBjDd448RGf w+Aw== |
| MIME-Version | 1.0 |
| X-Received | by 10.180.218.195 with SMTP id pi3mr4499085wic.71.1429303448427; Fri, 17 Apr 2015 13:44:08 -0700 (PDT) |
| In-Reply-To | <87618uzec1.fsf@elektro.pacujo.net> |
| References | <mailman.375.1429291538.12925.python-list@python.org> <b99ec2b1-2370-4923-9311-80365fb6bcb1@googlegroups.com> <87618uzec1.fsf@elektro.pacujo.net> |
| Date | Fri, 17 Apr 2015 16:44:08 -0400 |
| Subject | Re: EuroPython 2015: Django Girls Workshop |
| From | Larry Martell <larry.martell@gmail.com> |
| To | Marko Rauhamaa <marko@pacujo.net> |
| Cc | "python-list@python.org" <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.379.1429303772.12925.python-list@python.org> (permalink) |
| Lines | 10 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1429303772 news.xs4all.nl 2891 [2001:888:2000:d::a6]:36756 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:89090 |
Show key headers only | View raw
On Fri, Apr 17, 2015 at 4:31 PM, Marko Rauhamaa <marko@pacujo.net> wrote: > beliavsky@aol.com: > >> If your target audience is women, I think you should have termed it >> the Django Womens Workshop rather than the Django Girls Workshop. >> Referring to adults as children can be seen as condescending. > > You got it wrong. The name is not offensive. Most adult woman I know take offense at being called a girl.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
EuroPython 2015: Django Girls Workshop "M.-A. Lemburg" <mal@europython.eu> - 2015-04-17 19:25 +0200
Re: EuroPython 2015: Django Girls Workshop beliavsky@aol.com - 2015-04-17 12:35 -0700
Re: EuroPython 2015: Django Girls Workshop Marko Rauhamaa <marko@pacujo.net> - 2015-04-17 23:31 +0300
Re: EuroPython 2015: Django Girls Workshop Larry Martell <larry.martell@gmail.com> - 2015-04-17 16:44 -0400
Re: EuroPython 2015: Django Girls Workshop Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-04-19 13:35 +1000
Re: EuroPython 2015: Django Girls Workshop Rustom Mody <rustompmody@gmail.com> - 2015-04-18 20:53 -0700
Re: EuroPython 2015: Django Girls Workshop Ben Finney <ben+python@benfinney.id.au> - 2015-04-18 08:04 +1000
Re: EuroPython 2015: Django Girls Workshop Terry Reedy <tjreedy@udel.edu> - 2015-04-17 19:29 -0400
Re: EuroPython 2015: Django Girls Workshop Ian Kelly <ian.g.kelly@gmail.com> - 2015-04-17 18:14 -0600
Re: EuroPython 2015: Django Girls Workshop catperson <me@anonymous.invalid> - 2015-04-17 19:17 -0700
Re: EuroPython 2015: Django Girls Workshop Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-04-17 22:14 +0100
csiph-web