Hi all,
I did my first contributions to the stdlib a few days ago. I also posted
some ideas to the discussion forum. Based on the discussions I launched
a site called pythoncomplexity.com. A person recommended that I add a
link to my site on the wiki
(https://discuss.python.org/t/include-time-and-space-complexity-in-documenta…).
I would like to add a link on the page
https://wiki.python.org/moin/TimeComplexity. I'll need to browse the
wiki some more to see if there are any other relevant places.
I also noticed that somebody (not me) had created a user page for me a
long time ago, which I am unable to edit. I would like to have
permissions to update it: https://wiki.python.org/moin/HeikkiToivonen
Thanks,
--
Heikki Toivonen
Sorry, I should have read your email more thoroughly. I had added
"seapie", since I thought that was your user name. Mats kindly fixed
this to now read MarkusHirsimaki, so you should be ready to go.
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Experts (#1, Jan 07 2026)
>>> 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 07.01.2026 20:42, Markus Hirsimäki wrote:
> Which account was added? I just now created MarkusHirsimaki
>
> ke 7.1.2026 klo 21.09 Marc-Andre Lemburg (mal(a)egenix.com) kirjoitti:
>
> Hi Markus,
>
> I have added you as an editor. Happy editing!
>
> Thanks,
>
> Marc-Andre Lemburg
> eGenix.com
>
> Professional Python Services directly from the Experts (#1, Jan 07 2026)
> >>> 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 07.01.2026 20:04, Markus Hirsimäki via pydotorg-www wrote:
>> I'm not familiar enough with the wiki to edit things. I do not
>> have an account and I'm sure a new account won't be able to edit.
>> This is my my most respectful request for inclusion of a tool on
>> the page https://wiki.python.org/moin/PythonDebuggingTools
>>
>> Edit request: Add a new row in the Debuggers-table
>> image.png
>>
>> Name:
>> seapie (https://github.com/hirsimaki-markus/seapie)
>>
>> Platform:
>> All, CPython
>>
>> Notes:
>> A REPL-first debugger where breakpoint drops into a >>> prompt at
>> the current execution state. Debugging is done directly in the
>> REPL, with| `!|commands` for stepping and frame control. Changes
>> to variables and function definitions persist across execution.
>>
>>
>>
>>
>> - Markus
>>
>> _______________________________________________
>> pydotorg-www mailing list --pydotorg-www(a)python.org
>> To unsubscribe send an email topydotorg-www-leave(a)python.org
>> https://mail.python.org/mailman3//lists/pydotorg-www.python.org
>> Member address:lemburg@python.org
>
I'm not familiar enough with the wiki to edit things. I do not have an
account and I'm sure a new account won't be able to edit. This is my my
most respectful request for inclusion of a tool on the page
https://wiki.python.org/moin/PythonDebuggingTools
Edit request: Add a new row in the Debuggers-table
[image: image.png]
Name:
seapie (https://github.com/hirsimaki-markus/seapie)
Platform:
All, CPython
Notes:
A REPL-first debugger where breakpoint drops into a >>> prompt at the
current execution state. Debugging is done directly in the REPL, with
`!commands`
for stepping and frame control. Changes to variables and function
definitions persist across execution.
- Markus