Re: [pydotorg-www] Performance Tips: outdated

2019-11-18 Thread Steve Holden
Good man. Thanks very much for your willingness to help.

Kind regards,
Steve Holden


On Mon, Nov 18, 2019 at 3:44 PM Thomas Güttler 
wrote:

>
>
> Am 18.11.19 um 16:38 schrieb Steve Holden:
> > Hi Thomas,
> >
> > Thanks for your note. You are correct, the information is very outdated
> (and a lot of it possibly therefore completely
> > inappropriate).
> >
> > The Wiki is a user-editable resource, and if you would like to join the
> editors team it's always good to have extra
> > help. Just let us know your Wiki account name and we can arrange it.
> >
> > Unfortunately if nobody feels moved to make the edits they will remain
> unmade.
> >
> > As a fallback, I do know that the Python Software Foundation has
> commissioned a consulting organisation to handle
> > transition from Python 2, and I know the Wiki content is being included
> in that review, so it seems unlikely the
> > out-of-date version will remain for too much longer.
>
> That's very good a solution I like. My spare time is very expensive. I
> will do a financial donation to support
> Python.
>
>
> --
> Thomas Guettler http://www.thomas-guettler.de/
> I am looking for feedback:
> https://github.com/guettli/programming-guidelines
>
___
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] Performance Tips: outdated

2019-11-18 Thread Thomas Güttler



Am 18.11.19 um 16:38 schrieb Steve Holden:

Hi Thomas,

Thanks for your note. You are correct, the information is very outdated (and a lot of it possibly therefore completely 
inappropriate).


The Wiki is a user-editable resource, and if you would like to join the editors team it's always good to have extra 
help. Just let us know your Wiki account name and we can arrange it.


Unfortunately if nobody feels moved to make the edits they will remain unmade.

As a fallback, I do know that the Python Software Foundation has commissioned a consulting organisation to handle 
transition from Python 2, and I know the Wiki content is being included in that review, so it seems unlikely the 
out-of-date version will remain for too much longer.


That's very good a solution I like. My spare time is very expensive. I will do 
a financial donation to support
Python.


--
Thomas Guettler http://www.thomas-guettler.de/
I am looking for feedback: https://github.com/guettli/programming-guidelines
___
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] Performance Tips: outdated

2019-11-18 Thread Steve Holden
Hi Thomas,

Thanks for your note. You are correct, the information is very outdated
(and a lot of it possibly therefore completely inappropriate).

The Wiki is a user-editable resource, and if you would like to join the
editors team it's always good to have extra help. Just let us know your
Wiki account name and we can arrange it.

Unfortunately if nobody feels moved to make the edits they will remain
unmade.

As a fallback, I do know that the Python Software Foundation has
commissioned a consulting organisation to handle transition from Python 2,
and I know the Wiki content is being included in that review, so it seems
unlikely the out-of-date version will remain for too much longer.

Kind regards,
Steve Holden


On Mon, Nov 18, 2019 at 1:58 PM Thomas Güttler 
wrote:

> Hi,
>
> this page is very outdated. It contains notes about Python 2.2 and Python
> 2.4.
>
> It would be very kind if this page could get updated:
>
> https://wiki.python.org/moin/PythonSpeed/PerformanceTips#Profiling_Code
>
> Regards,
>
>   Thomas Güttler
>
>
>
>
> --
> Thomas Guettler http://www.thomas-guettler.de/
> I am looking for feedback: https://github.com/guettli/programming-guidelines
>
> ___
> pydotorg-www mailing list
> pydotorg-www@python.org
> https://mail.python.org/mailman/listinfo/pydotorg-www
>
___
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] Performance Tips: outdated

2019-11-18 Thread Mats Wichmann

On 11/18/19 7:46 AM, Thomas Güttler wrote:

Hi Mats,

I maintain the wiki in our company since more than ten years.
Wikis are great for creating and adding text.
BUT: Who is responsible for deleting text?
Most people dare to add something.
But removing stuff gets avoided.
I don't dare to remove anything on this page, too.

Regards,
   Thomas Güttler


it's how wikis organically grow stale...

here's one approach that's been used recently on the Python wiki - 
remove a bunch of outdated stuff and leave a link to the version before 
the removal.  For an example:


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

see the very end where it says:

These all run under Python 3. If you are interested in differences 
between Python 2 and Python 3, please take a look at the previous 
version of this page.



which came from this sort of wiki markup:

These all run under Python 3. If you are interested in differences 
between Python 2 and Python 3, please take a look at the 
[[https://wiki.python.org/moin/SimplePrograms?action=recall=154|previous 
version of this page]].



___
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] Performance Tips: outdated

2019-11-18 Thread Thomas Güttler

Hi Mats,

I maintain the wiki in our company since more than ten years.
Wikis are great for creating and adding text.
BUT: Who is responsible for deleting text?
Most people dare to add something.
But removing stuff gets avoided.
I don't dare to remove anything on this page, too.

Regards,
  Thomas Güttler

Am 18.11.19 um 15:03 schrieb Mats Wichmann:

On 11/18/19 6:51 AM, Thomas Güttler wrote:

Hi,

this page is very outdated. It contains notes about Python 2.2 and Python 2.4.

It would be very kind if this page could get updated:

https://wiki.python.org/moin/PythonSpeed/PerformanceTips#Profiling_Code


there's some contract work going on to update the wiki for the new reality that Python 3 is the only suggested work. 
Hopefully that will pick up part of this work, but if probably won't provide the kind of technical updating you're 
asking for.


the sort of generic response would be "it's a wiki, if you see a problem please make/propose changes".  I don't know if 
you're in a position to help with that...





--
Thomas Guettler http://www.thomas-guettler.de/
I am looking for feedback: https://github.com/guettli/programming-guidelines
___
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www


Re: [pydotorg-www] Performance Tips: outdated

2019-11-18 Thread Mats Wichmann

On 11/18/19 6:51 AM, Thomas Güttler wrote:

Hi,

this page is very outdated. It contains notes about Python 2.2 and 
Python 2.4.


It would be very kind if this page could get updated:

https://wiki.python.org/moin/PythonSpeed/PerformanceTips#Profiling_Code


there's some contract work going on to update the wiki for the new 
reality that Python 3 is the only suggested work. Hopefully that will 
pick up part of this work, but if probably won't provide the kind of 
technical updating you're asking for.


the sort of generic response would be "it's a wiki, if you see a problem 
please make/propose changes".  I don't know if you're in a position to 
help with that...



___
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www


[pydotorg-www] Performance Tips: outdated

2019-11-18 Thread Thomas Güttler

  
  
Hi,
this page is very outdated. It contains notes about Python 2.2
  and Python 2.4.
It would be very kind if this page could get updated:

https://wiki.python.org/moin/PythonSpeed/PerformanceTips#Profiling_Code
Regards,
  Thomas Güttler






-- 
Thomas Guettler http://www.thomas-guettler.de/
I am looking for feedback: https://github.com/guettli/programming-guidelines
  

___
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www