From mckcard at gmail.com  Fri Feb  2 11:05:48 2018
From: mckcard at gmail.com (Mack L)
Date: Fri, 2 Feb 2018 10:05:48 -0600
Subject: [pydotorg-www] EditorsGroup Addition
Message-ID: <5a748c5b.1043810a.b212a.4081@mx.google.com>

Account Name: Accountant

Intended Edits: Wish to update the example codes in the ForLoop section. An example would be that the website shows this code;

x = 1
while True:
    print "To infinity and beyond! We're getting close, on %d now!" % (x)
    x += 1


While the required code for current 3.6.x python to run it is;

x = 1
while True:
    print("To infinity and beyond! We're getting close, on %d now!"%(x))
    x += 1

Other such examples, on the ForLoop page, as this are not completely correct to copy and pasting into current Python for new users to see and play with.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180202/ff90d713/attachment.html>

From rosuav at gmail.com  Fri Feb  2 13:14:46 2018
From: rosuav at gmail.com (Chris Angelico)
Date: Sat, 3 Feb 2018 05:14:46 +1100
Subject: [pydotorg-www] EditorsGroup Addition
In-Reply-To: <5a748c5b.1043810a.b212a.4081@mx.google.com>
References: <5a748c5b.1043810a.b212a.4081@mx.google.com>
Message-ID: <CAPTjJmrdCkKOJQbfMJV=eQE85u1aNgMAVEO9_MUKPUMozYn3AA@mail.gmail.com>

On Sat, Feb 3, 2018 at 3:05 AM, Mack L <mckcard at gmail.com> wrote:
> Account Name: Accountant
>
>
>
> Intended Edits: Wish to update the example codes in the ForLoop section. An
> example would be that the website shows this code;
>
>
>
> x = 1
>
> while True:
>
>     print "To infinity and beyond! We're getting close, on %d now!" % (x)
>
>     x += 1
>
>
>
>
>
> While the required code for current 3.6.x python to run it is;
>
>
>
> x = 1
>
> while True:
>
>     print("To infinity and beyond! We're getting close, on %d now!"%(x))
>
>     x += 1
>
>
>
> Other such examples, on the ForLoop page, as this are not completely correct
> to copy and pasting into current Python for new users to see and play with.
>

What you're proposing is to make the examples Python 3 compatible.
Excellent! Thank you. If you are able to, can you check to make sure
that they still work in Python 2 as well? (The example you give here
would indeed work in both versions, as you give it.)

You have editing powers. Use them for good and not for evil, to help
people and not to harm them, to brew coffee and not ... wait, what am
I saying? This is just a wiki, it's not the secret world domination
toolshed...

ChrisA

From ferminster at gmail.com  Sun Feb  4 09:57:01 2018
From: ferminster at gmail.com (Israel Fermin Montilla)
Date: Sun, 4 Feb 2018 18:57:01 +0400
Subject: [pydotorg-www] Change MENA link
Message-ID: <287ee29a-d2af-36b4-f030-079f75f865c8@gmail.com>

Hello!

My name is Israel Fermin (and that?s also my account name for Python?s 
wiki).

The link to Python MENA points to an old and unmaintained mailing list 
which is apparently not maintained anymore, I?ve been subscribed to it 
and no one ever replies nor send any message to it. Some friends and I 
are organizing to try to build and activate a community and gather the 
Python groups within the region, we put together this website: 
http://pymena.org and would like to link it within the Local User Groups 
in the wiki.

Thank you in advance for your help.

Cheers!.

?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180204/6ef97cfe/attachment.html>

From d.scott at woollastonssolicitors.co.uk  Mon Feb  5 15:50:13 2018
From: d.scott at woollastonssolicitors.co.uk (David Scott)
Date: Mon, 05 Feb 2018 22:50:13 +0200
Subject: [pydotorg-www] Settlement
Message-ID: <3zb1cK6HMszFr8W@mail.python.org>


Good Morning, 
My colleague is currently on vacation and our client has completed the settlement payment, please find attached for your perusal.

David Scott
Chief Financial Officer

331 Jockey Road,Boldmere
Sutton Coldfield
West Midlands
B73 5XE
Telephone No: 0121 355 5532
Fax No: 0121 355 1921
Email: d.scott at woollastonssolicitors.co.uk

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180205/400fd44b/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Payment_receipt_2_5_18.doc
Type: application/msword
Size: 74752 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180205/400fd44b/attachment-0001.doc>

From d.scott at woollastonssolicitors.co.uk  Mon Feb  5 23:02:48 2018
From: d.scott at woollastonssolicitors.co.uk (David Scott)
Date: Tue, 06 Feb 2018 06:02:48 +0200
Subject: [pydotorg-www] Settlement
Message-ID: <3zbBm70YCnzFqpR@mail.python.org>


Good Morning, 
My colleague is currently on vacation and our client has completed the settlement payment, please find attached for your perusal.

David Scott
Chief Financial Officer

331 Jockey Road,Boldmere
Sutton Coldfield
West Midlands
B73 5XE
Telephone No: 0121 355 5532
Fax No: 0121 355 1921
Email: d.scott at woollastonssolicitors.co.uk

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180206/b6d6571b/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Payment_receipt_2_5_18.doc
Type: application/msword
Size: 74752 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180206/b6d6571b/attachment-0001.doc>

From 1978refu at gmail.com  Tue Feb  6 01:21:56 2018
From: 1978refu at gmail.com (1978refu at gmail.com)
Date: Tue, 06 Feb 2018 00:21:56 -0600
Subject: [pydotorg-www] Hola buenas noches
Message-ID: <hn8q3dx17mtthm9p0vvh86qc.1517898116806@email.android.com>

Enviado desde mi Lanix de Telcel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180206/7b99848b/attachment.html>

From mcepl at cepl.eu  Thu Feb  8 14:18:56 2018
From: mcepl at cepl.eu (=?UTF-8?Q?Mat=C4=9Bj?= Cepl)
Date: Thu, 08 Feb 2018 20:18:56 +0100
Subject: [pydotorg-www] I would like to edit
 https://wiki.python.org/moin/M2Crypto
Message-ID: <1518117536.15302.8.camel@cepl.eu>

Hello,

page https://wiki.python.org/moin/M2Crypto is completely
outdated. I am the upstream maintainer of M2Crypto which now
resides at https://gitlab.com/m2crypto/m2crypto/.

Could I be allowed (account MatejCepl) edit the page, please?

Thank you,

Mat?j
-- 
https://matej.ceplovi.cz/blog/, Jabber: mcepl at ceplovi.cz
GPG Finger: 3C76 A027 CA45 AD70 98B5  BC1D 7920 5802 880B C9D8
 
The main idea of the pope's asking for forgiveness was not to be
afraid of the truth. DO NOT BE AFRAID OF TRUTH! We have to have
faith in the God's governing power to be able not to be afraid.
    -- On NPR The Connection from March 13, 2000
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180208/cf60f812/attachment.sig>

From rosuav at gmail.com  Thu Feb  8 14:29:12 2018
From: rosuav at gmail.com (Chris Angelico)
Date: Fri, 9 Feb 2018 06:29:12 +1100
Subject: [pydotorg-www] I would like to edit
 https://wiki.python.org/moin/M2Crypto
In-Reply-To: <1518117536.15302.8.camel@cepl.eu>
References: <1518117536.15302.8.camel@cepl.eu>
Message-ID: <CAPTjJmqNNy9hQ2R40V49xW20MAz76eebZZ1Juq2qE+sx71zr2Q@mail.gmail.com>

On Fri, Feb 9, 2018 at 6:18 AM, Mat?j Cepl <mcepl at cepl.eu> wrote:
> Hello,
>
> page https://wiki.python.org/moin/M2Crypto is completely
> outdated. I am the upstream maintainer of M2Crypto which now
> resides at https://gitlab.com/m2crypto/m2crypto/.
>
> Could I be allowed (account MatejCepl) edit the page, please?
>
> Thank you,

Go for it!

(And thank you for including ALL of the pertinent information in your
first email. Makes my job easy!)

ChrisA

From peter at cqhuigong.com  Tue Feb 13 09:09:21 2018
From: peter at cqhuigong.com (Peter Williams)
Date: Tue, 13 Feb 2018 15:09:21 +0100
Subject: [pydotorg-www] short question for you
Message-ID: <bf232af9c17010b6ad88ce77c9c01c45@footballshirtsutd.com>

Hi,

I wanted to check in with you, did you receive my email from last week?

I want to share a proven system with you.

This system allows you to try the whole thing for f.r_ee for 30 days.

You can finally change your future without giving up any sensitive
information in advance.

I s-ig-ned up myself just a while ago and I'm already making more than in
my regular nine to five job that I plan on quitting any day now.

Despite of this, this is probably the best thing that ever happened to you
if you take action now.

Please reply if interested.

Thanks,
Peter


From ram at rachum.com  Sat Feb 10 07:10:53 2018
From: ram at rachum.com (Ram Rachum)
Date: Sat, 10 Feb 2018 14:10:53 +0200
Subject: [pydotorg-www] Adding an entry to
 https://wiki.python.org/moin/PythonTraining
Message-ID: <CANXboVZ-WGB8Wuo+uNsWp_0VbuffNzLKx489v8sS9D0dYrgJDA@mail.gmail.com>

Hi guys,

I'd like to add an entry to https://wiki.python.org/moin/PythonTraining
about my Python training services in Israel. Would that be okay?


Thanks,
Ram.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180210/34d96a08/attachment.html>

From rosuav at gmail.com  Wed Feb 14 14:09:37 2018
From: rosuav at gmail.com (Chris Angelico)
Date: Thu, 15 Feb 2018 06:09:37 +1100
Subject: [pydotorg-www] Adding an entry to
 https://wiki.python.org/moin/PythonTraining
In-Reply-To: <CANXboVZ-WGB8Wuo+uNsWp_0VbuffNzLKx489v8sS9D0dYrgJDA@mail.gmail.com>
References: <CANXboVZ-WGB8Wuo+uNsWp_0VbuffNzLKx489v8sS9D0dYrgJDA@mail.gmail.com>
Message-ID: <CAPTjJmrVE+cekQfx9OPs+Sms3UB02YR-0EZvNB-ZB_C0kceVDA@mail.gmail.com>

On Sat, Feb 10, 2018 at 11:10 PM, Ram Rachum <ram at rachum.com> wrote:
> Hi guys,
>
> I'd like to add an entry to https://wiki.python.org/moin/PythonTraining
> about my Python training services in Israel. Would that be okay?
>

Sure! Do you have a Wiki editing account?

(This email seems to have been trapped by a spam filter for nearly a
week. Sorry for the delay.)

ChrisA

From rosuav at gmail.com  Wed Feb 14 14:30:05 2018
From: rosuav at gmail.com (Chris Angelico)
Date: Thu, 15 Feb 2018 06:30:05 +1100
Subject: [pydotorg-www] Adding an entry to
 https://wiki.python.org/moin/PythonTraining
In-Reply-To: <CANXboVaJLWg36Mns44_X7-tb2vf493bQgQCooj1qE+Rx5jMmZQ@mail.gmail.com>
References: <CANXboVZ-WGB8Wuo+uNsWp_0VbuffNzLKx489v8sS9D0dYrgJDA@mail.gmail.com>
 <CAPTjJmrVE+cekQfx9OPs+Sms3UB02YR-0EZvNB-ZB_C0kceVDA@mail.gmail.com>
 <CANXboVaJLWg36Mns44_X7-tb2vf493bQgQCooj1qE+Rx5jMmZQ@mail.gmail.com>
Message-ID: <CAPTjJmpL1tDZ7HiJpW3kQMvpPrSyuhucPgCa8mQ4wXkVtnSnmA@mail.gmail.com>

On Thu, Feb 15, 2018 at 6:12 AM, Ram Rachum <ram at rachum.com> wrote:
> Yup, it's RamRachum. (I guess I should have mentioned that.) Thanks!

No probs. You should now have editing access.

ChrisA

From yennick at gmail.com  Thu Feb 15 07:04:53 2018
From: yennick at gmail.com (Yennick Schepers)
Date: Thu, 15 Feb 2018 13:04:53 +0100
Subject: [pydotorg-www] Edit wiki pages
Message-ID: <CAGGN0AKjB-ik3L6+inSjMTT9e_igJQ_6RMCLD6hbrJEvFHFYuQ@mail.gmail.com>

Dear

Account name: yen

I would like to edit:
https://wiki.python.org/moin/LocalUserGroups

The page contains out of date information about:
- many Belgian meetups and mailing lists are out of date
- Add the PythonTrier meetup to Germany
- Add Luxembourg: general community mailinglist and the nearby PythonTrier
Meetup in Trier Germany (not Luxembourg, but just a short drive away)


Kind regards

Yennick Schepers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180215/1db8127f/attachment.html>

From ram at rachum.com  Wed Feb 14 14:12:22 2018
From: ram at rachum.com (Ram Rachum)
Date: Wed, 14 Feb 2018 21:12:22 +0200
Subject: [pydotorg-www] Adding an entry to
 https://wiki.python.org/moin/PythonTraining
In-Reply-To: <CAPTjJmrVE+cekQfx9OPs+Sms3UB02YR-0EZvNB-ZB_C0kceVDA@mail.gmail.com>
References: <CANXboVZ-WGB8Wuo+uNsWp_0VbuffNzLKx489v8sS9D0dYrgJDA@mail.gmail.com>
 <CAPTjJmrVE+cekQfx9OPs+Sms3UB02YR-0EZvNB-ZB_C0kceVDA@mail.gmail.com>
Message-ID: <CANXboVaJLWg36Mns44_X7-tb2vf493bQgQCooj1qE+Rx5jMmZQ@mail.gmail.com>

Yup, it's RamRachum. (I guess I should have mentioned that.) Thanks!

On Wed, Feb 14, 2018 at 9:09 PM, Chris Angelico <rosuav at gmail.com> wrote:

> On Sat, Feb 10, 2018 at 11:10 PM, Ram Rachum <ram at rachum.com> wrote:
> > Hi guys,
> >
> > I'd like to add an entry to https://wiki.python.org/moin/PythonTraining
> > about my Python training services in Israel. Would that be okay?
> >
>
> Sure! Do you have a Wiki editing account?
>
> (This email seems to have been trapped by a spam filter for nearly a
> week. Sorry for the delay.)
>
> ChrisA
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180214/16937151/attachment.html>

From mats at wichmann.us  Thu Feb 15 09:50:59 2018
From: mats at wichmann.us (Mats Wichmann)
Date: Thu, 15 Feb 2018 07:50:59 -0700
Subject: [pydotorg-www] Edit wiki pages
In-Reply-To: <CAGGN0AKjB-ik3L6+inSjMTT9e_igJQ_6RMCLD6hbrJEvFHFYuQ@mail.gmail.com>
References: <CAGGN0AKjB-ik3L6+inSjMTT9e_igJQ_6RMCLD6hbrJEvFHFYuQ@mail.gmail.com>
Message-ID: <66d15c1e-acf1-4932-8016-5ee04bf55724@wichmann.us>

On 02/15/2018 05:04 AM, Yennick Schepers wrote:
> Dear
> 
> Account name: yen
> 
> I would like to edit:
> https://wiki.python.org/moin/LocalUserGroups
> 
> The page contains out of date information about:
> - many Belgian meetups and mailing lists are out of date
> - Add the PythonTrier meetup to Germany
> - Add Luxembourg: general community mailinglist and the nearby PythonTrier
> Meetup in Trier Germany (not Luxembourg, but just a short drive away)

added - please go ahead!


From benjamin at overtag.dk  Fri Feb 16 07:32:03 2018
From: benjamin at overtag.dk (Benjamin Balder Bach)
Date: Fri, 16 Feb 2018 13:32:03 +0100
Subject: [pydotorg-www] Editing rights
Message-ID: <1830c7e2-d741-ca6e-051f-029a313b6ddc@overtag.dk>

Hi!

I would like to add Danish organizations to the Local User Groups list!

Username: BenjaminBach


Thanks,
Benjamin Bach


-- 
open source software developer / activist
www.overtag.dk

https://github.com/benjaoming
https://twitter.com/benjaoming

From rosuav at gmail.com  Fri Feb 16 07:37:45 2018
From: rosuav at gmail.com (Chris Angelico)
Date: Fri, 16 Feb 2018 23:37:45 +1100
Subject: [pydotorg-www] Editing rights
In-Reply-To: <1830c7e2-d741-ca6e-051f-029a313b6ddc@overtag.dk>
References: <1830c7e2-d741-ca6e-051f-029a313b6ddc@overtag.dk>
Message-ID: <CAPTjJmp45jz5dmL-=8O=MqzNHo97GorvASsbYQU4msnxK2q4AQ@mail.gmail.com>

On Fri, Feb 16, 2018 at 11:32 PM, Benjamin Balder Bach
<benjamin at overtag.dk> wrote:
> Hi!
>
> I would like to add Danish organizations to the Local User Groups list!
>
> Username: BenjaminBach

Absolutely! Go for it.

ChrisA

From sebastian at fuentelibre.org  Fri Feb 16 23:55:12 2018
From: sebastian at fuentelibre.org (Sebastian Silva)
Date: Fri, 16 Feb 2018 23:55:12 -0500
Subject: [pydotorg-www] Request for wiki edit permissions for SebastianSilva
Message-ID: <e67ee384-396f-4268-a7c5-e0616663c2c7@fuentelibre.org>

Hi,

I'm new in web-sig, nice to meet you.

I've written "Jappy Activity" <http://educa.juegos/> a code-runner
intended for initial Python syntax learning, that comes bundled with
Sugarizer (web) learning environment.

I've used RapydScript-NG Python to Javascript compiler to implement it
and also a mobile app for surveying Trees.

I think there's great potential in leveraging Javascript (and its
ecosystem) from Python.

I've also experimented with Transcrypt.

I wrote RapydScriptify which is a loader for Browserify that compiles
Python files with Rapydscript and recently contributed Javascripthon
support to python-webpack-loader.

Also submitted a couple of patches to Javascripthon which is my
transpiler of choice now.

My most recent project attempts to leverage Python syntax with modern
Javascript framework: Nuxt-Python <https://nuxt-python.surge.sh/>.

Anyhow my goal is to add some info about all of these projects and
others I research into the Python wiki (...in time).

My id: /SebastianSilva/

Thanks in advance!

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180216/75596669/attachment.html>

From chhabra.abhin at gmail.com  Tue Feb 20 08:43:47 2018
From: chhabra.abhin at gmail.com (Abhin Chhabra)
Date: Tue, 20 Feb 2018 08:43:47 -0500
Subject: [pydotorg-www] Request to edit
 https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
Message-ID: <CACB083nVP7K8CpQzkrkcWEve1e4G3Rd596_umy7=tm+-TaPXkw@mail.gmail.com>

Hi,

I wanted to edit the BeginnersGuide page to include an interactive tutorial
I've been working on (https://codetheblocks.com). Code the blocks combines
Python programming with an interactive Lego like environment, making
learning Python more fun. I think it would be a valuable addition to the
resources listed on that page.

Thank you for your consideration,
AbhinChhabra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180220/7b8157db/attachment.html>

From rosuav at gmail.com  Tue Feb 20 08:59:14 2018
From: rosuav at gmail.com (Chris Angelico)
Date: Wed, 21 Feb 2018 00:59:14 +1100
Subject: [pydotorg-www] Request to edit
 https://wiki.python.org/moin/BeginnersGuide/NonProgrammers
In-Reply-To: <CACB083nVP7K8CpQzkrkcWEve1e4G3Rd596_umy7=tm+-TaPXkw@mail.gmail.com>
References: <CACB083nVP7K8CpQzkrkcWEve1e4G3Rd596_umy7=tm+-TaPXkw@mail.gmail.com>
Message-ID: <CAPTjJmrJUckrDpGqVg8F48hwcASoFQPFdoBdH4JDDb=p16Wayw@mail.gmail.com>

On Wed, Feb 21, 2018 at 12:43 AM, Abhin Chhabra <chhabra.abhin at gmail.com> wrote:
> Hi,
>
> I wanted to edit the BeginnersGuide page to include an interactive tutorial
> I've been working on (https://codetheblocks.com). Code the blocks combines
> Python programming with an interactive Lego like environment, making
> learning Python more fun. I think it would be a valuable addition to the
> resources listed on that page.
>
> Thank you for your consideration,
> AbhinChhabra

Sure. I'm guessing that "AbhinChhabra" is your user name? If so, go
ahead and make your edits. If not, let us know what your actual user
name is, and we can adjust.

ChrisA

From tob.bettinger at googlemail.com  Tue Feb 20 11:12:11 2018
From: tob.bettinger at googlemail.com (Tobias Bettinger)
Date: Tue, 20 Feb 2018 17:12:11 +0100
Subject: [pydotorg-www] EditorsGroup
Message-ID: <CANEtRwPRiHpMabyFr1qtNWeHmoiKB2Z6a2DncDvuWevbLf+Agw@mail.gmail.com>

Hi there,

we recently founded a new python user group in Aachen, Germany.
https://www.pyac.de

Could you please add me to the editors list, so that I can add our
usergroup to the list?

Cheers,
Tobias Bettinger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180220/759affb5/attachment.html>

From tob.bettinger at googlemail.com  Tue Feb 20 11:17:33 2018
From: tob.bettinger at googlemail.com (Tobias Bettinger)
Date: Tue, 20 Feb 2018 17:17:33 +0100
Subject: [pydotorg-www] EditorsGroup
In-Reply-To: <CANEtRwPRiHpMabyFr1qtNWeHmoiKB2Z6a2DncDvuWevbLf+Agw@mail.gmail.com>
References: <CANEtRwPRiHpMabyFr1qtNWeHmoiKB2Z6a2DncDvuWevbLf+Agw@mail.gmail.com>
Message-ID: <CANEtRwMKYz5uO8azqj7C5j8OZrFMBuSngfupV-sFnfVCZsZBng@mail.gmail.com>

Sorry for skipping my username: tob.bettinger

Thank you! :-D

2018-02-20 17:12 GMT+01:00 Tobias Bettinger <tob.bettinger at googlemail.com>:

> Hi there,
>
> we recently founded a new python user group in Aachen, Germany.
> https://www.pyac.de
>
> Could you please add me to the editors list, so that I can add our
> usergroup to the list?
>
> Cheers,
> Tobias Bettinger
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180220/71f7a395/attachment.html>

From rosuav at gmail.com  Tue Feb 20 11:57:53 2018
From: rosuav at gmail.com (Chris Angelico)
Date: Wed, 21 Feb 2018 03:57:53 +1100
Subject: [pydotorg-www] EditorsGroup
In-Reply-To: <CANEtRwMKYz5uO8azqj7C5j8OZrFMBuSngfupV-sFnfVCZsZBng@mail.gmail.com>
References: <CANEtRwPRiHpMabyFr1qtNWeHmoiKB2Z6a2DncDvuWevbLf+Agw@mail.gmail.com>
 <CANEtRwMKYz5uO8azqj7C5j8OZrFMBuSngfupV-sFnfVCZsZBng@mail.gmail.com>
Message-ID: <CAPTjJmpSsDiEPZHrDmwt21YVc6tKaCRiOb93ZfgPz0tRXU1NhQ@mail.gmail.com>

On Wed, Feb 21, 2018 at 3:17 AM, Tobias Bettinger via pydotorg-www
<pydotorg-www at python.org> wrote:
> Sorry for skipping my username: tob.bettinger
>
> Thank you! :-D

Thanks for the follow-up! You're now an editor.

ChrisA

From erogers6264 at gmail.com  Wed Feb 21 16:14:29 2018
From: erogers6264 at gmail.com (Ethan Rogers)
Date: Wed, 21 Feb 2018 14:14:29 -0700
Subject: [pydotorg-www] Edits to the Python wiki
Message-ID: <CAJNbwq=p71QFuhsFQ7z502wZ=21TAidFwDtdcfUuFRphu5MC-g@mail.gmail.com>

Hi there,

I was reading the Wiki page on Generators, and noticed some grammar
mistakes with subject verb agreement. It's not a big deal, but I wanted to
fix the mistakes if possible. Otherwise I hope this is brought to someone's
attention with editing privileges.

Thanks so much,
Ethan Rogers
Web Engineer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180221/3fe155d1/attachment.html>

From rosuav at gmail.com  Wed Feb 21 16:16:00 2018
From: rosuav at gmail.com (Chris Angelico)
Date: Thu, 22 Feb 2018 08:16:00 +1100
Subject: [pydotorg-www] Edits to the Python wiki
In-Reply-To: <CAJNbwq=p71QFuhsFQ7z502wZ=21TAidFwDtdcfUuFRphu5MC-g@mail.gmail.com>
References: <CAJNbwq=p71QFuhsFQ7z502wZ=21TAidFwDtdcfUuFRphu5MC-g@mail.gmail.com>
Message-ID: <CAPTjJmqZ=N-KEOQz2Dn_piw60jy8aPEvAQ_=SeahQG53y447sw@mail.gmail.com>

On Thu, Feb 22, 2018 at 8:14 AM, Ethan Rogers <erogers6264 at gmail.com> wrote:
> Hi there,
>
> I was reading the Wiki page on Generators, and noticed some grammar mistakes
> with subject verb agreement. It's not a big deal, but I wanted to fix the
> mistakes if possible. Otherwise I hope this is brought to someone's
> attention with editing privileges.
>

That's the exact reason this is a wiki - to let people like you help
to keep things tidy and well-worded. Do you have a Wiki account? If
so, what's its name?

ChrisA

From rosuav at gmail.com  Wed Feb 21 22:02:27 2018
From: rosuav at gmail.com (Chris Angelico)
Date: Thu, 22 Feb 2018 14:02:27 +1100
Subject: [pydotorg-www] Edits to the Python wiki
In-Reply-To: <CAJNbwqmDhNK-m-GdQ2ndKGNJwrc+ey9g-M9yGZ-T4axGoitaUw@mail.gmail.com>
References: <CAJNbwq=p71QFuhsFQ7z502wZ=21TAidFwDtdcfUuFRphu5MC-g@mail.gmail.com>
 <CAPTjJmqZ=N-KEOQz2Dn_piw60jy8aPEvAQ_=SeahQG53y447sw@mail.gmail.com>
 <CAJNbwqmDhNK-m-GdQ2ndKGNJwrc+ey9g-M9yGZ-T4axGoitaUw@mail.gmail.com>
Message-ID: <CAPTjJmo1oGOSNNB3ZuD2f3kFMm1-o6RtJpZAi6TcaGH+OFGRmA@mail.gmail.com>

On Thu, Feb 22, 2018 at 1:56 PM, Ethan Rogers <erogers6264 at gmail.com> wrote:
> Yes I do! The name for the account is EthanRogers. The associated email is
> erogers6264 at gmail.com. Thanks so much for the response.
> Best, Ethan

No probs! Have at it.

ChrisA

From pat.kujawa at workiva.com  Thu Feb 22 12:31:53 2018
From: pat.kujawa at workiva.com (Pat Kujawa)
Date: Thu, 22 Feb 2018 10:31:53 -0700
Subject: [pydotorg-www] Intent to edit PythonDebuggingTools page
Message-ID: <CAFPTBhJz=z6Yu7n-StJGAb+D+fOuZJR8T+KdiwKgtrHFt5ug1Q@mail.gmail.com>

Hello folks. Following https://wiki.python.org/moin/FrontPage, I'm writing
to ask for my user, PatKujawa, to be allowed to edit. (Note: I used a
different email, go.wikipython.20.pck at spamgourmet.com, to protect myself
from spam.)

I would like to edit PythonDebuggingTools - Python Wiki
<https://wiki.python.org/moin/PythonDebuggingTools> to add an entry
for [gruns/icecream: Sweet and creamy print debugging.](
https://github.com/gruns/icecream).

Since it's neither an IDE nor a debugger, I would add it under
Special-purpose tools.

I thought about starting my own document to track these, but that wiki page
was in the top search results, and I'd rather share the knowledge and keep
a public list.

Thanks!

-- 
*Pat Kujawa*

*Senior Software Engineer*

*Workiva Inc.*
*Missoula, MT*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180222/7d768ff3/attachment.html>

From rosuav at gmail.com  Thu Feb 22 14:24:40 2018
From: rosuav at gmail.com (Chris Angelico)
Date: Fri, 23 Feb 2018 06:24:40 +1100
Subject: [pydotorg-www] Intent to edit PythonDebuggingTools page
In-Reply-To: <CAFPTBhJz=z6Yu7n-StJGAb+D+fOuZJR8T+KdiwKgtrHFt5ug1Q@mail.gmail.com>
References: <CAFPTBhJz=z6Yu7n-StJGAb+D+fOuZJR8T+KdiwKgtrHFt5ug1Q@mail.gmail.com>
Message-ID: <CAPTjJmqoOeG6PEfhvx43qGuRcuZmSO5tcmgG2zWPupOrH_WKdA@mail.gmail.com>

On Fri, Feb 23, 2018 at 4:31 AM, Pat Kujawa <pat.kujawa at workiva.com> wrote:
> Hello folks. Following https://wiki.python.org/moin/FrontPage, I'm writing
> to ask for my user, PatKujawa, to be allowed to edit. (Note: I used a
> different email, go.wikipython.20.pck at spamgourmet.com, to protect myself
> from spam.)
>
> I would like to edit PythonDebuggingTools - Python Wiki to add an entry for
> [gruns/icecream: Sweet and creamy print
> debugging.](https://github.com/gruns/icecream).
>
> Since it's neither an IDE nor a debugger, I would add it under
> Special-purpose tools.
>
> I thought about starting my own document to track these, but that wiki page
> was in the top search results, and I'd rather share the knowledge and keep a
> public list.
>
> Thanks!

Mmmmm, ice cream with my debugging... this is good, we need more of this!

Have at it. You're now an editor!

ChrisA

From steve at holdenweb.com  Fri Feb 23 03:24:04 2018
From: steve at holdenweb.com (Steve Holden)
Date: Fri, 23 Feb 2018 08:24:04 +0000
Subject: [pydotorg-www] Edits to the Python wiki
In-Reply-To: <CAPTjJmo1oGOSNNB3ZuD2f3kFMm1-o6RtJpZAi6TcaGH+OFGRmA@mail.gmail.com>
References: <CAJNbwq=p71QFuhsFQ7z502wZ=21TAidFwDtdcfUuFRphu5MC-g@mail.gmail.com>
 <CAPTjJmqZ=N-KEOQz2Dn_piw60jy8aPEvAQ_=SeahQG53y447sw@mail.gmail.com>
 <CAJNbwqmDhNK-m-GdQ2ndKGNJwrc+ey9g-M9yGZ-T4axGoitaUw@mail.gmail.com>
 <CAPTjJmo1oGOSNNB3ZuD2f3kFMm1-o6RtJpZAi6TcaGH+OFGRmA@mail.gmail.com>
Message-ID: <CAMofdRA=2WPRm-nZWCJgsL-SxbQJhf8s-+Cwr-WErnQMQcaL=w@mail.gmail.com>

And thanks for caring enough to make the inquiry!

regards
 Steve

Steve Holden

On Thu, Feb 22, 2018 at 3:02 AM, Chris Angelico <rosuav at gmail.com> wrote:

> On Thu, Feb 22, 2018 at 1:56 PM, Ethan Rogers <erogers6264 at gmail.com>
> wrote:
> > Yes I do! The name for the account is EthanRogers. The associated email
> is
> > erogers6264 at gmail.com. Thanks so much for the response.
> > Best, Ethan
>
> No probs! Have at it.
>
> ChrisA
> _______________________________________________
> pydotorg-www mailing list
> pydotorg-www at python.org
> https://mail.python.org/mailman/listinfo/pydotorg-www
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180223/75093906/attachment.html>

From michal.koziel at bitvis.no  Fri Feb 23 04:46:32 2018
From: michal.koziel at bitvis.no (Michal Koziel)
Date: Fri, 23 Feb 2018 09:46:32 +0000
Subject: [pydotorg-www] editing permissions
Message-ID: <AM0PR0202MB3476E7A5D868BA41EE8FA028F4CC0@AM0PR0202MB3476.eurprd02.prod.outlook.com>

Hi,

I would like to gain permission to edit https://wiki.python.org/moin/PythonTestingToolsTaxonomy
I will add my automation and test framework to the list.


Kind regards
Michal Koziel
Principal Software Developer
Mob +47 45 666 205
michal.koziel at bitvis.no<mailto:michal.koziel at bitvis.no>

Bitvis AS
Str?ket 3, 1383 Asker
Org. Nr. 997 874 587
www.bitvis.no<http://www.bitvis.no/>
+47 66 98 87 59

[cid:76B47ECB-E6DE-4B3E-9CE4-F164E3F3AEA6]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180223/678d6f5e/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 8734 bytes
Desc: image001.png
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180223/678d6f5e/attachment-0001.png>

From rosuav at gmail.com  Fri Feb 23 07:42:28 2018
From: rosuav at gmail.com (Chris Angelico)
Date: Fri, 23 Feb 2018 23:42:28 +1100
Subject: [pydotorg-www] editing permissions
In-Reply-To: <AM0PR0202MB3476E7A5D868BA41EE8FA028F4CC0@AM0PR0202MB3476.eurprd02.prod.outlook.com>
References: <AM0PR0202MB3476E7A5D868BA41EE8FA028F4CC0@AM0PR0202MB3476.eurprd02.prod.outlook.com>
Message-ID: <CAPTjJmqZJ2bJwQ4dWHWewJ=5-motDN5ctoUoA9wd6+SVB-ddSg@mail.gmail.com>

On Fri, Feb 23, 2018 at 8:46 PM, Michal Koziel <michal.koziel at bitvis.no> wrote:
>
> Hi,
>
>
>
> I would like to gain permission to edit https://wiki.python.org/moin/PythonTestingToolsTaxonomy
>
> I will add my automation and test framework to the list.
>
>

No problem. What's your wiki user name?

ChrisA

From rosuav at gmail.com  Fri Feb 23 07:55:17 2018
From: rosuav at gmail.com (Chris Angelico)
Date: Fri, 23 Feb 2018 23:55:17 +1100
Subject: [pydotorg-www] editing permissions
In-Reply-To: <AM0PR0202MB3476208509442A2321BFDF91F4CC0@AM0PR0202MB3476.eurprd02.prod.outlook.com>
References: <AM0PR0202MB3476E7A5D868BA41EE8FA028F4CC0@AM0PR0202MB3476.eurprd02.prod.outlook.com>
 <CAPTjJmqZJ2bJwQ4dWHWewJ=5-motDN5ctoUoA9wd6+SVB-ddSg@mail.gmail.com>
 <AM0PR0202MB3476208509442A2321BFDF91F4CC0@AM0PR0202MB3476.eurprd02.prod.outlook.com>
Message-ID: <CAPTjJmqhyAtgPwPgFW7j4BgiF6f1H-UV2GrBDGjiU-LF99AkLw@mail.gmail.com>

On Fri, Feb 23, 2018 at 11:43 PM, Michal Koziel <michal.koziel at bitvis.no> wrote:
> Sorry,
>
> MichalKoziel

No probs! Go for it.

ChrisA

From sngtsin at cliniquedumail.fr  Fri Feb 23 09:16:14 2018
From: sngtsin at cliniquedumail.fr (Shon)
Date: Fri, 23 Feb 2018 15:16:14 +0100
Subject: [pydotorg-www] photos for you
Message-ID: <7cf993c67617e29ae30a361415d92385@algraphics.com>

We just want to know if you are looking for someone, who can do image
editing service for your photographs.

We have got team of professional to do image editing service and it will
help you submitted your project timely.

We have 50 image editors and on daily basis 3500 images can be processed,
if you want to know more about us Please reply back.

If you want to test our quality of work please send us a photo with
instruction and we will work on it.

Highlights of Services
Adding, removing background
Color, brightness and contrast correction
Repairing the damaged parts of the images
Adding innovative effects
Image cropping and resizing
Whitening the teeth
Correcting the shape and size
Merging two or multiple photos
Adding and removing logos, watermarks, etc.

Our Service is 24-48 hours but we can deliver the images sooner in case of
emergency.

We do unlimited revisions until you are satisfied with the work.

Thanks and Regards,
Sam


From member at surveymonkeyuser.com  Sat Feb 24 05:43:48 2018
From: member at surveymonkeyuser.com (sheena.dhingra@shuttl.com via surveymonkey.com)
Date: Sat, 24 Feb 2018 10:43:48 +0000
Subject: [pydotorg-www] =?utf-8?q?=E2=98=9B_Secret_is_revealed!_30=2C000_?=
 =?utf-8?q?people_are_now_using_new_bus_service_in_Delhi_NCR?=
Message-ID: <C1.A7.17681.4E1419A5@a.plat1.surveymonkey.aws-usw2a.prd.sparkpost>

An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180224/be3bfc4f/attachment.html>

From member at surveymonkeyuser.com  Sun Feb 25 05:35:44 2018
From: member at surveymonkeyuser.com (sheena.dhingra@shuttl.com via surveymonkey.com)
Date: Sun, 25 Feb 2018 10:35:44 +0000
Subject: [pydotorg-www] =?utf-8?b?4pibIFllcyEgSXQncyB0cnVlLiAzMCwwMDAg?=
 =?utf-8?q?people_are_now_using_new_bus_service_in_Delhi_NCR?=
Message-ID: <42.B0.42271.081929A5@b.plat1.surveymonkey.aws-usw2b.prd.sparkpost>

An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180225/0a6be39d/attachment.html>

From amelia at salesllp.net  Wed Feb 28 12:20:22 2018
From: amelia at salesllp.net (Amelia Harper)
Date: Wed, 28 Feb 2018 17:20:22 +0000
Subject: [pydotorg-www] Fundraising and Nonprofit
Message-ID: <BM1PR0101MB1666F3A7EA4D5EE263983D42BEC70@BM1PR0101MB1666.INDPRD01.PROD.OUTLOOK.COM>

Hi,

Would you be interested in acquiring Fundraising and Nonprofit contact that can help your outreach efforts?

Title includes:

*           Chief Fundraising Officer

*           Head of Fundraising

*           Director of Fundraising

*           VP of Fundraising

*           Fundraising Officer

*           Executive Directors

*           Financial Managers

*           Program Managers

*           VP/Director/Manager of technology etc.

I'd be happy to send over few sample records on your request, and set up a time to discuss in detail.

If there is someone else in your organization that I need to speak with, I'd be grateful if you would forward this email to the appropriate contact and help me with the introduction.

Have a great day!


Regards,

Amelia Harper / Info Solutions
If you don't wish to receive emails from us reply back with "Unsubscribe".

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180228/22bfa2e7/attachment.html>

From tejaskdixit at gmail.com  Wed Feb 28 16:21:57 2018
From: tejaskdixit at gmail.com (tejaskdixit)
Date: Wed, 28 Feb 2018 16:21:57 -0500
Subject: [pydotorg-www] Unsubscribe me please.
In-Reply-To: <BM1PR0101MB1666F3A7EA4D5EE263983D42BEC70@BM1PR0101MB1666.INDPRD01.PROD.OUTLOOK.COM>
Message-ID: <5a971d79.429f370a.c21be.b38c@mx.google.com>

Unsubscribe
-------- Original message --------From: Amelia Harper <amelia at salesllp.net> Date: 2/28/18  12:20 PM  (GMT-05:00) To: pydotorg-www at python.org Subject: [pydotorg-www] Fundraising and Nonprofit 


Hi,?
?
Would you be interested in acquiring Fundraising and Nonprofit contact that can help your outreach efforts??
?
Title includes:?? 

???????????
Chief Fundraising Officer?


???????????
Head of Fundraising

???????????
Director of Fundraising

???????????
VP of Fundraising

???????????
Fundraising Officer? 


???????????
Executive Directors

???????????
Financial Managers

???????????
Program Managers

???????????
VP/Director/Manager of technology?etc.
?
I?d be happy to send over few sample records on your request, and set up a time to discuss in detail.
?
If there is someone else in your organization that I need to speak with, I?d be grateful if you would forward this email to the appropriate contact and help me with the introduction.
?
Have a great day!
?
?
Regards,
?
Amelia Harper / Info Solutions 

If you don't wish to receive emails from us reply back with "Unsubscribe".
?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20180228/8d868e2f/attachment-0001.html>

From wlavrijsen at lbl.gov  Wed Feb 28 18:06:13 2018
From: wlavrijsen at lbl.gov (wlavrijsen at lbl.gov)
Date: Wed, 28 Feb 2018 15:06:13 -0800 (PST)
Subject: [pydotorg-www] edit rights
 tohttps://wiki.python.org/moin/IntegratingPythonWithOtherLanguages
Message-ID: <alpine.LSU.2.21.1802281501290.19283@pc3-wlav.lbl.gov>

Hello,

following the instructions on:

   https://wiki.python.org/moin/FrontPage

I'd like to ask for edit rights on:

   https://wiki.python.org/moin/IntegratingPythonWithOtherLanguages

My account name is WimLavrijsen and I want to edit/maintain an entry for
cppyy (http://cppyy.readthedocs.io/en/latest/) in the C/C++ list.

I also note that some of the tools on the list are no longer maintained,
and at least two links (CXX and pwig) are dead. I'll be happy to click on
all of the links in the C/C++ section and find out about the fate of the
respective projects, then update accordingly.

Best regards,
            Wim
-- 
WLavrijsen at lbl.gov    --    +1 (510) 486 6411    --    www.lavrijsen.net