From warweb4 at gmail.com  Fri Mar  4 19:22:10 2022
From: warweb4 at gmail.com (War Web)
Date: Fri, 4 Mar 2022 19:22:10 -0500
Subject: [pydotorg-www] (no subject)
Message-ID: <CAP-xARAjvHvJxWqVpWMuRpP60FCgb-JTfy07v3xm+f4jOeUJjA@mail.gmail.com>

I would like to be part of your group and edit to facilitate tasks and
learn since I really like programming I hope you accept me, thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pydotorg-www/attachments/20220304/35ae8cfc/attachment.html>

From warweb4 at gmail.com  Fri Mar  4 19:24:07 2022
From: warweb4 at gmail.com (War Web)
Date: Fri, 4 Mar 2022 19:24:07 -0500
Subject: [pydotorg-www] (no subject)
Message-ID: <CAP-xARAE7R7QfVnmnkBF=DzCHwQVOpEXLoxOsiK_RY9QB43Jqw@mail.gmail.com>

would like to be part of your group and edit to facilitate tasks and learn
since I really like programming I hope you accept me, thanks My username on
your page is War
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pydotorg-www/attachments/20220304/7ff49274/attachment.html>

From skip.montanaro at gmail.com  Mon Mar 14 19:38:58 2022
From: skip.montanaro at gmail.com (Skip Montanaro)
Date: Mon, 14 Mar 2022 18:38:58 -0500
Subject: [pydotorg-www] reference to optimizer.html?
Message-ID: <CANc-5UyCJPV6pQR_ag0zyn_32jjh8DBU34rYvW_qCQotok_DXQ@mail.gmail.com>

I keep getting approval requests from Google Drive for access to a peephole
optimizer paper I gave at the Seventh Python Workshop (a looong time ago).
I'm not seeing it in my Drive. I went to my Drive's Python folder just now
and found it empty except for a README file whose entire contents are:

Note to self: optimizer.html is referenced from www.python.org.

I cloned the https://github.com/python/pythondotorg repository, but don't
find any references to optimizer.html therein.

I dropped the paper and talk slides on my reconstituted website:

https://www.smontanaro.net/python

but there is also a copy of the paper on the Legacy python.org site. Any
chance someone here can easily locate the reference (should end with
"optimizer.html") and replace it with

https://legacy.python.org/workshops/1998-11/proceedings/papers/montanaro/montanaro.html

I did find a reference in PEP 339 to the defunct foretec.com website. I'll
pursue correction of its link separately.

Thanks,

Skip Montanaro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pydotorg-www/attachments/20220314/a7487c3c/attachment.html>

From mal at egenix.com  Tue Mar 15 07:35:56 2022
From: mal at egenix.com (Marc-Andre Lemburg)
Date: Tue, 15 Mar 2022 12:35:56 +0100
Subject: [pydotorg-www] reference to optimizer.html?
In-Reply-To: <CANc-5UyCJPV6pQR_ag0zyn_32jjh8DBU34rYvW_qCQotok_DXQ@mail.gmail.com>
References: <CANc-5UyCJPV6pQR_ag0zyn_32jjh8DBU34rYvW_qCQotok_DXQ@mail.gmail.com>
Message-ID: <aa639b95-de00-bae5-3803-4cfb73c42e99@egenix.com>

Hi Skip,

the https://github.com/python/pythondotorg repo is for the current
version of the website.

I have lost track of where the content of the legacy website is hosted.

It may be coming from this subversion repo:

https://svn.python.org/www/trunk/pydotorg/

The repo was not ported to GitHub, AFAIK.

If so, we'd somehow need to get the change applied there. Not sure,
whether that's possible anymore, though. I also don't know what we'd
need to trigger to get any such change up on the legacy website.
In the past, there was a cronjob taking care of this, but that's really
long ago.

Cheers,
-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Experts (#1, Mar 15 2022)
>>> Python Projects, Coaching and Support ...    https://www.egenix.com/
>>> Python Product Development ...        https://consulting.egenix.com/
________________________________________________________________________

::: We implement business ideas - efficiently in both time and costs :::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               https://www.egenix.com/company/contact/
                     https://www.malemburg.com/



On 15.03.2022 00:38, Skip Montanaro wrote:
> I keep getting approval requests from Google Drive for access to a peephole
> optimizer paper I gave at the Seventh Python Workshop (a looong time ago). I'm
> not seeing it in my Drive. I went to my Drive's?Python folder just now and found
> it empty except for a README file whose entire contents are:
> 
> Note to self: optimizer.html is referenced from www.python.org
> <http://www.python.org>.
> 
> I cloned the?https://github.com/python/pythondotorg repository, but don't find
> any references to optimizer.html therein.
> 
> I dropped the paper and talk slides on my reconstituted website:
> 
> https://www.smontanaro.net/python
> 
> but there is also a copy of the paper on the Legacy python.org
> <http://python.org> site. Any chance someone here can easily locate the
> reference (should end with "optimizer.html") and replace it with
> 
> https://legacy.python.org/workshops/1998-11/proceedings/papers/montanaro/montanaro.html
> 
> I did find a reference in PEP 339 to the defunct foretec.com
> <http://foretec.com> website. I'll pursue correction of its link separately.
> 
> Thanks,
> 
> Skip Montanaro
> 
> 
> _______________________________________________
> pydotorg-www mailing list
> pydotorg-www at python.org
> https://mail.python.org/mailman/listinfo/pydotorg-www
> 


From skip.montanaro at gmail.com  Tue Mar 15 09:48:29 2022
From: skip.montanaro at gmail.com (Skip Montanaro)
Date: Tue, 15 Mar 2022 08:48:29 -0500
Subject: [pydotorg-www] reference to optimizer.html?
In-Reply-To: <aa639b95-de00-bae5-3803-4cfb73c42e99@egenix.com>
References: <CANc-5UyCJPV6pQR_ag0zyn_32jjh8DBU34rYvW_qCQotok_DXQ@mail.gmail.com>
 <aa639b95-de00-bae5-3803-4cfb73c42e99@egenix.com>
Message-ID: <CANc-5UzXg5MQ73A+wqNDT00-HS2jCPu-RaM3t4x5HZawwf5EDw@mail.gmail.com>

Thanks for the suggestion. I'm skeptical that whatever reference people
see is in the legacy website, as the references are to Google Drive, which
would likely be newer than the move away from the old website. I might
never have realized there were references floating around out there if
Google hadn't changed their security policy. As a result, people who want
access to optimizer.html need to request it from me. For now, I just refer
them to my website.

For the moment, these two Google searches turn up nothing:

site:www.python.org "optimizer.html"
site:legacy.python.org "optimizer.html"

so either the references aren't actually anywhere on python.org or Google
Search doesn't index the elements of URLs. I'll keep poking around the web
to see if I can find it somewhere.

Skip


On Tue, Mar 15, 2022 at 6:36 AM Marc-Andre Lemburg <mal at egenix.com> wrote:

> Hi Skip,
>
> the https://github.com/python/pythondotorg repo is for the current
> version of the website.
>
> I have lost track of where the content of the legacy website is hosted.
>
> It may be coming from this subversion repo:
>
> https://svn.python.org/www/trunk/pydotorg/
>
> The repo was not ported to GitHub, AFAIK.
>
> If so, we'd somehow need to get the change applied there. Not sure,
> whether that's possible anymore, though. I also don't know what we'd
> need to trigger to get any such change up on the legacy website.
> In the past, there was a cronjob taking care of this, but that's really
> long ago.
>
> Cheers,
> --
> Marc-Andre Lemburg
> eGenix.com
>
> Professional Python Services directly from the Experts (#1, Mar 15 2022)
> >>> Python Projects, Coaching and Support ...    https://www.egenix.com/
> >>> Python Product Development ...        https://consulting.egenix.com/
> ________________________________________________________________________
>
> ::: We implement business ideas - efficiently in both time and costs :::
>
>    eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
>     D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
>            Registered at Amtsgericht Duesseldorf: HRB 46611
>                https://www.egenix.com/company/contact/
>                      https://www.malemburg.com/
>
>
>
> On 15.03.2022 00:38, Skip Montanaro wrote:
> > I keep getting approval requests from Google Drive for access to a
> peephole
> > optimizer paper I gave at the Seventh Python Workshop (a looong time
> ago). I'm
> > not seeing it in my Drive. I went to my Drive's Python folder just now
> and found
> > it empty except for a README file whose entire contents are:
> >
> > Note to self: optimizer.html is referenced from www.python.org
> > <http://www.python.org>.
> >
> > I cloned the https://github.com/python/pythondotorg repository, but
> don't find
> > any references to optimizer.html therein.
> >
> > I dropped the paper and talk slides on my reconstituted website:
> >
> > https://www.smontanaro.net/python
> >
> > but there is also a copy of the paper on the Legacy python.org
> > <http://python.org> site. Any chance someone here can easily locate the
> > reference (should end with "optimizer.html") and replace it with
> >
> >
> https://legacy.python.org/workshops/1998-11/proceedings/papers/montanaro/montanaro.html
> >
> > I did find a reference in PEP 339 to the defunct foretec.com
> > <http://foretec.com> website. I'll pursue correction of its link
> separately.
> >
> > Thanks,
> >
> > Skip Montanaro
> >
> >
> > _______________________________________________
> > 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: <https://mail.python.org/pipermail/pydotorg-www/attachments/20220315/da15dd90/attachment-0001.html>

From skip.montanaro at gmail.com  Tue Mar 15 12:29:07 2022
From: skip.montanaro at gmail.com (Skip Montanaro)
Date: Tue, 15 Mar 2022 11:29:07 -0500
Subject: [pydotorg-www] reference to optimizer.html?
In-Reply-To: <CANc-5UzXg5MQ73A+wqNDT00-HS2jCPu-RaM3t4x5HZawwf5EDw@mail.gmail.com>
References: <CANc-5UyCJPV6pQR_ag0zyn_32jjh8DBU34rYvW_qCQotok_DXQ@mail.gmail.com>
 <aa639b95-de00-bae5-3803-4cfb73c42e99@egenix.com>
 <CANc-5UzXg5MQ73A+wqNDT00-HS2jCPu-RaM3t4x5HZawwf5EDw@mail.gmail.com>
Message-ID: <CANc-5Uw_mLpjnk58G6mE_+7-McEqrh9+yGDvPMNVr+MH-+ganw@mail.gmail.com>

> For the moment, these two Google searches turn up nothing:
>
> site:www.python.org "optimizer.html"
> site:legacy.python.org "optimizer.html"
>
> so either the references aren't actually anywhere on python.org or Google Search doesn't index the elements of URLs. I'll keep poking around the web to see if I can find it somewhere.

Just a quick follow up. I checked out the legacy svn repo and found a
reference to optimizer.html, but it was to the original (now defunct)
version on musi-cal.com. So, no Google Drive references there. I'll
have to keep hunting.

Thanks,

Skip

From bikashdagacodebroken at gmail.com  Mon Mar 21 09:41:09 2022
From: bikashdagacodebroken at gmail.com (Bikash Daga)
Date: Mon, 21 Mar 2022 19:11:09 +0530
Subject: [pydotorg-www] Wanted to Edit a Page
Message-ID: <CAHVEd9O=AC9G94mQsksEmxJDz23Lg8nabadd-uxEFmD3F1xx5A@mail.gmail.com>

Hi

Wiki Name: BDaga09 <https://wiki.python.org/moin/BDaga09>

Why do I want to edit?

I wanted to edit this page BeginnersGuide
<https://wiki.python.org/moin/BeginnersGuide/Programmers>, wanted to add
one website which has helped me a lot to learn Python, being a non-tech guy
it was difficult for me to learn but found some resources in my journey
which could help and improve this BeginnersGuide page overall I believe.

Thanks!
Bikash Daga
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pydotorg-www/attachments/20220321/144ad49f/attachment.html>

From rosuav at gmail.com  Mon Mar 21 11:50:22 2022
From: rosuav at gmail.com (Chris Angelico)
Date: Tue, 22 Mar 2022 02:50:22 +1100
Subject: [pydotorg-www] Wanted to Edit a Page
In-Reply-To: <CAHVEd9O=AC9G94mQsksEmxJDz23Lg8nabadd-uxEFmD3F1xx5A@mail.gmail.com>
References: <CAHVEd9O=AC9G94mQsksEmxJDz23Lg8nabadd-uxEFmD3F1xx5A@mail.gmail.com>
Message-ID: <CAPTjJmp6eQM8Lz-e+5+nTJBj1HSpmKbZ9EFimcHZFwtHWen-Bg@mail.gmail.com>

On Tue, 22 Mar 2022 at 00:41, Bikash Daga
<bikashdagacodebroken at gmail.com> wrote:
>
> Hi
>
> Wiki Name: BDaga09
>
> Why do I want to edit?
>
> I wanted to edit this page BeginnersGuide, wanted to add one website which has helped me a lot to learn Python, being a non-tech guy it was difficult for me to learn but found some resources in my journey which could help and improve this BeginnersGuide page overall I believe.
>
> Thanks!
> Bikash Daga
>

Cool! Be sure to categorize it appropriately so the right sorts of
people can find it, and thank you for helping to make the wiki better
for everyone.

ChrisA

From bikashdagacodebroken at gmail.com  Tue Mar 22 01:18:22 2022
From: bikashdagacodebroken at gmail.com (Bikash Daga)
Date: Tue, 22 Mar 2022 10:48:22 +0530
Subject: [pydotorg-www] Wanted to Edit a Page
In-Reply-To: <CAPTjJmp6eQM8Lz-e+5+nTJBj1HSpmKbZ9EFimcHZFwtHWen-Bg@mail.gmail.com>
References: <CAHVEd9O=AC9G94mQsksEmxJDz23Lg8nabadd-uxEFmD3F1xx5A@mail.gmail.com>
 <CAPTjJmp6eQM8Lz-e+5+nTJBj1HSpmKbZ9EFimcHZFwtHWen-Bg@mail.gmail.com>
Message-ID: <CAHVEd9NBNb01XtD3uC07R4q-r86oN5EYrhpRg60TimhFWUPX4A@mail.gmail.com>

Thank You Chris!

Stay Safe!

On Mon, 21 Mar 2022 at 21:20, Chris Angelico <rosuav at gmail.com> wrote:

> On Tue, 22 Mar 2022 at 00:41, Bikash Daga
> <bikashdagacodebroken at gmail.com> wrote:
> >
> > Hi
> >
> > Wiki Name: BDaga09
> >
> > Why do I want to edit?
> >
> > I wanted to edit this page BeginnersGuide, wanted to add one website
> which has helped me a lot to learn Python, being a non-tech guy it was
> difficult for me to learn but found some resources in my journey which
> could help and improve this BeginnersGuide page overall I believe.
> >
> > Thanks!
> > Bikash Daga
> >
>
> Cool! Be sure to categorize it appropriately so the right sorts of
> people can find it, and thank you for helping to make the wiki better
> for everyone.
>
> ChrisA
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pydotorg-www/attachments/20220322/279ca3fd/attachment.html>

From teddyschantsc at gmail.com  Fri Mar 25 08:53:09 2022
From: teddyschantsc at gmail.com (Teddy Chan)
Date: Fri, 25 Mar 2022 20:53:09 +0800
Subject: [pydotorg-www] Request to edit PythonGraphLibraries wiki page
Message-ID: <7A408264-906E-481F-B06F-8788E6622C2F@gmail.com>

Hello,

My name is Teddy Chan and I?d like to edit the PythonGraphLibraries wiki page <https://wiki.python.org/moin/PythonGraphLibraries>.

How I would like to edit:
I?d like to add an ?Other Libraries? section and add EasyGraph <https://easy-graph.github.io/>, a python graph library developed by my team, to that section.

My wiki name: TeddyChan


What?s EasyGraph?

EasyGraph is an open source graph processing library. It is written in Python and supports analysis for undirected graphs and directed graphs. It covers advanced graph processing methods in structural hole spanners detection, graph embedding and several classic methods (subgraph generation, connected component discovery and isomorphic graph generation).

EasyGraph integrates state-of-the-art graph processing approaches and implements them using Python. EasyGraph covers a series of advanced graph processing algorithms include structural hole spanners detection (HIS, MaxD, Common_Greedy, AP_Greedy and HAM), and graph representation learning (DeepWalk, Node2Vec, LINE and SDNE). Besides, for a number of general graph processing approaches, EasyGraph optimizes the algorithms and introduces parallel computing methods to achieve high efficiency.


Why another graph library?
  EasyGraph is different because it:
- Supports rich graph I/O data and multigraph;
- Holds unique graph processing algorithms, such as structural hole spanners detection;
- Leverages multiprocessing techniques and hybrid implementation.


Thank you for your time,
Teddy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pydotorg-www/attachments/20220325/485c527d/attachment.html>

From mal at egenix.com  Fri Mar 25 08:59:17 2022
From: mal at egenix.com (Marc-Andre Lemburg)
Date: Fri, 25 Mar 2022 13:59:17 +0100
Subject: [pydotorg-www] Request to edit PythonGraphLibraries wiki page
In-Reply-To: <7A408264-906E-481F-B06F-8788E6622C2F@gmail.com>
References: <7A408264-906E-481F-B06F-8788E6622C2F@gmail.com>
Message-ID: <c07f1431-247c-4bb6-3949-1cc2bd858a2c@egenix.com>

Hi Teddy,

thank you for helping to make the wiki better.

You should now be able to edit the page.

Thanks,
-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Experts (#1, Mar 25 2022)
>>> Python Projects, Coaching and Support ...    https://www.egenix.com/
>>> Python Product Development ...        https://consulting.egenix.com/
________________________________________________________________________

::: We implement business ideas - efficiently in both time and costs :::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               https://www.egenix.com/company/contact/
                     https://www.malemburg.com/


On 25.03.2022 13:53, Teddy Chan wrote:
> Hello,
> 
> My name is Teddy Chan and I?d like to edit the?PythonGraphLibraries wiki page
> <https://wiki.python.org/moin/PythonGraphLibraries>.
> 
> How I would like to edit:
> I?d like to add an ?Other Libraries? section and add?EasyGraph
> <https://easy-graph.github.io/>, a python graph library developed by my team, to
> that section.
> 
> My wiki name: TeddyChan
> 
> 
> What?s EasyGraph?
> 
> EasyGraph is an open source graph processing library. It is written in Python
> and supports analysis for undirected graphs and directed graphs. It covers
> advanced graph processing methods in structural hole spanners detection, graph
> embedding and several classic methods (subgraph generation, connected component
> discovery and isomorphic graph generation).
> 
> EasyGraph integrates state-of-the-art graph processing approaches and implements
> them using Python. EasyGraph covers a series of advanced graph processing
> algorithms include structural hole spanners detection (HIS, MaxD, Common_Greedy,
> AP_Greedy and HAM), and graph representation learning (DeepWalk, Node2Vec, LINE
> and SDNE). Besides, for a number of general graph processing approaches,
> EasyGraph optimizes the algorithms and introduces parallel computing methods to
> achieve high efficiency.
> 
> 
> Why another graph library?
> ? EasyGraph is different because it:
> - Supports?rich graph I/O data and multigraph;
> - Holds?unique graph processing algorithms, such as structural hole spanners
> detection;
> - Leverages?multiprocessing techniques and hybrid implementation.
> 
> 
> Thank you for your time,
> Teddy
> 
> 
> _______________________________________________
> pydotorg-www mailing list
> pydotorg-www at python.org
> https://mail.python.org/mailman/listinfo/pydotorg-www
> 

From imakarava at scnsoft.com  Mon Mar 28 10:36:53 2022
From: imakarava at scnsoft.com (Makarava, Ina)
Date: Mon, 28 Mar 2022 14:36:53 +0000
Subject: [pydotorg-www] Placing Information in a Python Consulting List
Message-ID: <f80718e1b0f54047ad09c1ba3b76125c@scnsoft.com>

Hello,

I'm Ina with ScienceSoft.
My login in https://wiki.python.org/ is Ina Makarava

We've noticed you have a great listing on you website (Python Consulting https://wiki.python.org/moin/PythonConsulting ) and it includes companies very similar to us in expertise. So I wonder if there might be an opportunity for us to be featured on this list too.

For you to have a better idea about us here's our brief overview:

ScienceSoft is a US-based IT consulting and software development company. We offer the services of Python developers and data scientists with 3-15 years of experience who ensure first-time-right code, on-time delivery, and high productivity. Our flexible services stretch from filling specific Python skill gaps to providing self-managed Python development teams.

You can find more details here: https://www.scnsoft.com/services/hire-python-developers

Do you have any requirements that we should meet in order to be featured?

Best regards,

[https://www.scnsoft.com/website/var/assets/logos/logo-64x64.png]<http://www.scnsoft.com/>

Ina Makarava, Marketing Specialist
ScienceSoft - Professional Software Development
HQ: 5900 S. Lake Forest Drive, Suite 300, McKinney, TX 75070, USA
P +1 214 347 43 91
imakarava at scnsoft.com<mailto:imakarava at scnsoft.com> | S @inna_Makarova
www.scnsoft.com<https://www.scnsoft.com/?utm_source=EmailSignature&utm_medium=email&utm_campaign=GeneralEmailSignature&utm_content=ina.makarava> | LinkedIn<https://www.linkedin.com/company/sciencesoft?trk=srch_hero_comp_name> | Facebook<https://www.facebook.com/sciencesoft.solutions> | Twitter<https://twitter.com/ScienceSoft>




-  Solutions: Collaboration, CRM, Data Analysis, VoIP, Information Security

-  Software Engineering: Process Automation, Mobility, Portals, Cloud

-  Industries: Healthcare, Telecoms, Financial Services, Retail

DISCLAIMER: This message shall not constitute any obligations.This message is intended solely for the addressee. If you have received this message in error, please inform us immediately and delete its contents.



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pydotorg-www/attachments/20220328/fdebcf8c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 973 bytes
Desc: image001.png
URL: <https://mail.python.org/pipermail/pydotorg-www/attachments/20220328/fdebcf8c/attachment.png>

From rosuav at gmail.com  Mon Mar 28 14:30:33 2022
From: rosuav at gmail.com (Chris Angelico)
Date: Tue, 29 Mar 2022 05:30:33 +1100
Subject: [pydotorg-www] Placing Information in a Python Consulting List
In-Reply-To: <f80718e1b0f54047ad09c1ba3b76125c@scnsoft.com>
References: <f80718e1b0f54047ad09c1ba3b76125c@scnsoft.com>
Message-ID: <CAPTjJmqj-nMEKn6VfTPiggE0z95QW7FfJm6wRJnChB18jE9ALw@mail.gmail.com>

On Tue, 29 Mar 2022 at 01:37, Makarava, Ina <imakarava at scnsoft.com> wrote:

> Hello,
>
>
>
> I?m Ina with ScienceSoft.
>
> My login in https://wiki.python.org/ is Ina Makarava
>
>
>
> We?ve noticed you have a great listing on you website (Python Consulting
> https://wiki.python.org/moin/PythonConsulting ) and it includes companies
> very similar to us in expertise. So I wonder if there might be an
> opportunity for us to be featured on this list too.
>
>
>
> For you to have a better idea about us here?s our brief overview:
>
>
>
> ScienceSoft is a US-based IT consulting and software development company.
> We offer the services of Python developers and data scientists with 3-15
> years of experience who ensure first-time-right code, on-time delivery, and
> high productivity. Our flexible services stretch from filling specific
> Python skill gaps to providing self-managed Python development teams.
>
>
>
> You can find more details here:
> https://www.scnsoft.com/services/hire-python-developers
>
>
>
> Do you have any requirements that we should meet in order to be featured?
>
>
>
>
>
Hi there! The requirements are basically: play nicely with the other
companies :) You clearly do work with Python, so you qualify. Go ahead and
add yourself, imitating the other entries for approximate length and so on
- basically, just be fair to everyone, like you'd like them to be to you :)

All the best!

ChrisA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pydotorg-www/attachments/20220329/86e9b616/attachment.html>

From imakarava at scnsoft.com  Tue Mar 29 02:21:27 2022
From: imakarava at scnsoft.com (Makarava, Ina)
Date: Tue, 29 Mar 2022 06:21:27 +0000
Subject: [pydotorg-www] Placing Information in a Python Consulting List
In-Reply-To: <CAPTjJmqj-nMEKn6VfTPiggE0z95QW7FfJm6wRJnChB18jE9ALw@mail.gmail.com>
References: <f80718e1b0f54047ad09c1ba3b76125c@scnsoft.com>
 <CAPTjJmqj-nMEKn6VfTPiggE0z95QW7FfJm6wRJnChB18jE9ALw@mail.gmail.com>
Message-ID: <85f5484cbc4945b28bf739d672cb0a29@scnsoft.com>

Dear Chris!

Thanks for the quick and positive response!
We will comply with the requirements of wiki.python.org correctly and honestly.

Best regards,

[https://www.scnsoft.com/website/var/assets/logos/logo-64x64.png]<http://www.scnsoft.com/>

Ina Makarava, Marketing Specialist
ScienceSoft - Professional Software Development
HQ: 5900 S. Lake Forest Drive, Suite 300, McKinney, TX 75070, USA
P +1 214 347 43 91
imakarava at scnsoft.com<mailto:imakarava at scnsoft.com> | S @inna_Makarova
www.scnsoft.com<https://www.scnsoft.com/?utm_source=EmailSignature&utm_medium=email&utm_campaign=GeneralEmailSignature&utm_content=ina.makarava> | LinkedIn<https://www.linkedin.com/company/sciencesoft?trk=srch_hero_comp_name> | Facebook<https://www.facebook.com/sciencesoft.solutions> | Twitter<https://twitter.com/ScienceSoft>




-  Solutions: Collaboration, CRM, Data Analysis, VoIP, Information Security

-  Software Engineering: Process Automation, Mobility, Portals, Cloud

-  Industries: Healthcare, Telecoms, Financial Services, Retail

DISCLAIMER: This message shall not constitute any obligations.This message is intended solely for the addressee. If you have received this message in error, please inform us immediately and delete its contents.



From: Chris Angelico <rosuav at gmail.com>
Sent: Monday, March 28, 2022 9:31 PM
To: Makarava, Ina <imakarava at scnsoft.com>; pydotorg-www at python.org
Cc: Zubarevich, Liubou <lzubarevich at scnsoft.com>
Subject: Re: [pydotorg-www] Placing Information in a Python Consulting List

On Tue, 29 Mar 2022 at 01:37, Makarava, Ina <imakarava at scnsoft.com<mailto:imakarava at scnsoft.com>> wrote:
Hello,

I?m Ina with ScienceSoft.
My login in https://wiki.python.org/ is Ina Makarava

We?ve noticed you have a great listing on you website (Python Consulting https://wiki.python.org/moin/PythonConsulting ) and it includes companies very similar to us in expertise. So I wonder if there might be an opportunity for us to be featured on this list too.

For you to have a better idea about us here?s our brief overview:

ScienceSoft is a US-based IT consulting and software development company. We offer the services of Python developers and data scientists with 3-15 years of experience who ensure first-time-right code, on-time delivery, and high productivity. Our flexible services stretch from filling specific Python skill gaps to providing self-managed Python development teams.

You can find more details here: https://www.scnsoft.com/services/hire-python-developers

Do you have any requirements that we should meet in order to be featured?



Hi there! The requirements are basically: play nicely with the other companies :) You clearly do work with Python, so you qualify. Go ahead and add yourself, imitating the other entries for approximate length and so on - basically, just be fair to everyone, like you'd like them to be to you :)

All the best!

ChrisA

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pydotorg-www/attachments/20220329/0204d528/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 973 bytes
Desc: image001.png
URL: <https://mail.python.org/pipermail/pydotorg-www/attachments/20220329/0204d528/attachment-0001.png>

From yourdomainagentgianna07 at gmail.com  Tue Mar 29 07:14:35 2022
From: yourdomainagentgianna07 at gmail.com (Gianna Buenaobra)
Date: Tue, 29 Mar 2022 19:14:35 +0800
Subject: [pydotorg-www] Wikki.net
Message-ID: <CABbitYGn6HO9MfB8=DhohJU_ZQkFxBqFPPt9dL=u8M4ekkSHVQ@mail.gmail.com>

Hello,

My name is Gianna from TDS. We have a domain that is currently on sale that
you might be interested in - *Wikki.net*

Whenever someone types Wikki, Wiki Online, or any other phrase with these
keywords into their browser, your site could be the first they see!

The internet is the most efficient way to acquire new customers

Avg Google Search Results for this domain is: *2,210,000*
You can easily redirect all the traffic this domain gets to your current
site!

*EstiBot.com* appraises this domain at* $4,100.*

*Priced at only $398* for a limited time! If interested please go to *Wikki.net
*and select Buy Now.
Act Fast! First person to select Buy Now gets it!

Thank you very much for your time.
Top Domain Sellers (TDS)
Gianna Buenaobra

<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pydotorg-www/attachments/20220329/86ede985/attachment.html>

From rolland.r.rusin at gmail.com  Tue Mar 29 18:59:01 2022
From: rolland.r.rusin at gmail.com (R R)
Date: Tue, 29 Mar 2022 18:59:01 -0400
Subject: [pydotorg-www] New signup, request to edit
Message-ID: <CAHS6QPXoC8f1_RcbDmnFLoqWN6s-R3sNSQiqzpaW+iZ_Nuk9zA@mail.gmail.com>

Hi, per the front page of the Python Wiki at wiki.python.org,

"If you want to edit a page and have just signed up...  please write to the
pydotorg-www mailing list describing what you would like to edit, and we'll
add you to the EditorsGroup"

My username on the wiki is RollandRusin (
https://wiki.python.org/moin/RollandRusin), email the same as the one I'm
using to send this (rolland.r.rusin at gmail.com), and I'm requesting to be
added to the EditorsGroup.

Firstly, I'd like to contribute a fix to the parentheses on the "*Average
Case*" column for the "*Intersection s&t*" row under "*set*".

O(min(len(s), len(t)) *-> * O(min(len(s), len(t)))

The big O notation for this cell is not properly closed and has been
bothering me.

Look forward to hearing from you,
Rolland Rusin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pydotorg-www/attachments/20220329/fed593fa/attachment.html>

From rosuav at gmail.com  Tue Mar 29 19:02:24 2022
From: rosuav at gmail.com (Chris Angelico)
Date: Wed, 30 Mar 2022 10:02:24 +1100
Subject: [pydotorg-www] New signup, request to edit
In-Reply-To: <CAHS6QPXoC8f1_RcbDmnFLoqWN6s-R3sNSQiqzpaW+iZ_Nuk9zA@mail.gmail.com>
References: <CAHS6QPXoC8f1_RcbDmnFLoqWN6s-R3sNSQiqzpaW+iZ_Nuk9zA@mail.gmail.com>
Message-ID: <CAPTjJmpPMMHGSmTcCeRUbw7_KDzp085pdTPmRDXed+XWybFhVg@mail.gmail.com>

On Wed, 30 Mar 2022 at 09:59, R R <rolland.r.rusin at gmail.com> wrote:
>
> Hi, per the front page of the Python Wiki at wiki.python.org,
>
> "If you want to edit a page and have just signed up...  please write to the pydotorg-www mailing list describing what you would like to edit, and we'll add you to the EditorsGroup"
>
> My username on the wiki is RollandRusin (https://wiki.python.org/moin/RollandRusin), email the same as the one I'm using to send this (rolland.r.rusin at gmail.com), and I'm requesting to be added to the EditorsGroup.
>
> Firstly, I'd like to contribute a fix to the parentheses on the "Average Case" column for the "Intersection s&t" row under "set".
>
> O(min(len(s), len(t)) ->  O(min(len(s), len(t)))
>
> The big O notation for this cell is not properly closed and has been bothering me.
>

Not sure which page that is, but copyediting is always welcome. Thank
you for offering to fix that! You should have editing access now.

ChrisA