473,791 Members | 3,059 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Idea/request for new python mailing list/newsgroup.

Would a mailing list and newsgroup for "python contributions" be of
interest? I currently have a module which is built on top of, and is
intended to semantically replace, the 're' module. I use it constantly
to great advantage, but have not made it public for the following reasons:

* The API should probably be cleaned up in places.
* Documentation is reasonable, but should be more organized and put into
D'Oxygen format. It also needs to be slightly updated.
* A few more unit tests should be added.
* A few features of regular expressions are not yet available.
* Some capabilities go well beyond those of the re module, and there is
the potential for much more.

I'd very much likes a ML/newsgroup wherein potential python contributors
could

* Post alphas/betas and seek feedback.
* Request volunteer help to finish a project.
* Discuss details of implementation (API, useful vs. nonuseful
functionality, etc.)
* etc. etc. etc.

For example, my library is extremely useful as is, but I currently don't
have much time to do the things (API cleanup, doc organization,
potential additional features) that I'd like to see before a public
release. I also don't have the time or knowledge to set it up as an
online project. On the other hand, I'd certainly be willing to share my
experiences and knowledge of the current codebase. An appropriate
mailing list or newsgroup could give feedback for when I do have time
and, if my library is interesting enough, possibly even provide some help.

One thing to emphasize is that this should not be a list/newsgroup where
people post requests or ideas. Requests or ideas for additional
functionality are a dime a dozen. The sole intent of this group would be
to provide a forum for discussion and coordination for work which is
well under way, but needs input or further help.

Cheers,
Ken
Jul 7 '06 #1
1 1420

Kenneth McDonald wrote:
Would a mailing list and newsgroup for "python contributions" be of
interest? I currently have a module which is built on top of, and is
....
I'd very much likes a ML/newsgroup wherein potential python contributors
could

* Post alphas/betas and seek feedback.
* Request volunteer help to finish a project.
* Discuss details of implementation (API, useful vs. nonuseful
functionality, etc.)
* etc. etc. etc.
Why is this (c.l.p) not that newsgroup?

Jul 7 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
992
by: Cameron Laird | last post by:
QOTW: "Inheritance is vastly oversold." -- John Roth "One of the main reasons to prefer Python over other languages is its newsgroup, indeed." -- Michele Simionato Make sure you read this summary of Python's progress over the last year. http://www.python.org/topics/2003.html Jeremy Hylton explains the PyCon DC 2004 Sprints.
0
1090
by: Peter Otten | last post by:
QOTW: "With so many languages being written these days, someone bound to name language 'Right' simply because all the other words are taken." -- Tor Iver Wilhelmsen QOTW: "Why did no one invent Python before?" -- Jonathon McKitrick If you are new to Python and would rather write a few more statements than bite the bullet and build your own class, then relax, Robert Brewer shows how to create a dictionary with a default value for
0
1176
by: Peter Otten | last post by:
QOTW: "Software doesn't work, and hardware is unreliable. If you wait for a guarantee that nothing will go wrong, you'll end up being my age in a just a few dozen short decades, but without the rollicking good memories that make me such an agreeable old fart <wink>." - Tim Peters "The first rule about __slots__ is: don't use them! OTOH the second rule (for expert only) is: don't use them!" - Michele Simionato When you are switching...
0
1163
by: Peter Otten | last post by:
QOTW: "I worry about Python losing its KISS principle. Python 2.2 has been ported to the Nokia Series 60 platform, which has something like 8-16 MB of RAM available. I'm sure the footprint growth of Python 2.3 and 2.4 gives those developers nightmares already when they are thinking of tracking later versions..." - Guido van Rossum "Everyone knows that any scripting language shootout that doesn't show Python as the best language is...
4
1938
by: Peter Otten | last post by:
QOTW: "Python is clearly on a huge evolutionary surge and conservative views on the matter are definitely not winning out right now. And the usual argument (submit a patch!) doesn't really work when those who want to avoid many changes try it... I've been *not* submitting a patch on lots of changes to Python, but somehow it's never been accepted. ;-)" Peter Hansen "I've never seen a more complicated, verbose pile of hogwash than the...
16
9732
by: Roman Suzi | last post by:
Hi, I wonder, does Python support generic programming paradigm, and to what extent (I guess, it doesn't do it in full)? And (or) does it move in that direction? Will we ever see concept WellAlright: ... constructs in Python?
3
999
by: JohnJohnUSA | last post by:
I wasn't sure how to get my request to the appropriate person so I am posting it here! When I log in to this site, I normally want to go to the Python forum. I can get there via a series of mouse clicks. I would prefer to have the option of specifying in my Preferences where I want to be positioned within this site upon login. After setting "python" in my Preferences, I would automatically be positioned on the python forum page. This...
18
2389
by: Grant Edwards | last post by:
Could whoever is responsible for the gateway that is grabbing my postings off of Usenet and e-mailing them out please fix the headers in the mail messages so that I don't get the bounce messages? While you're at it, might as well fix it for everybody else too. ;) Its a bit rude to send out mass e-mail messages with headers faked up so that the bounce messages go to somebody else.
0
9666
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9512
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10419
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10147
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9023
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7531
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5424
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5552
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3709
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.