473,624 Members | 2,601 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

An Invitation to Get Involved in Python Advocacy

I'd like to extend an invitation to those who would like to get involved in
advocating the use of Python. In August, the PSF hired me, for a 6-mo
contract, to coordinate the Python advocacy effort. Since then I've been
working to make the next PyCon one of the best conferences yet, and putting in
place the infrastructure of a newcomer portal (http://advocacy.python.org)
focused on drawing in those people who don't know much about Python but have
developed an interest for various reasons. The portal also has an entry point
(http://advocacy.python.org/getinvolved) to organize the materials and
activities of those already in the Python community who want to get involved.
I've also established a new mailing list <ad******@pytho n.orgon which to
discuss advocacy, replacing the <ma************ **@wingide.coml ist, and a
blog.(http://python-advocacy.blogspot.com) for keeping the Python community
up-to-date about advocacy goings on. The blog is aggregated into the official
Planet Python (but I can't seem to reach the coordinator of the *unofficial*
Planet Python).

A bit about the newcomer portal to place it in context; the portal is designed
to help someone who has just become aware of Python decide if the language is
right for them. It seeks to quickly direct visitors to the information they
want, and bring to their attention how diverse and vibrant the support for
Python is. The audience is not only programmers but also journalists, project
managers, scientists/engineers, recruiters and educators. Different audiences
come at Python with different needs and often need different explanations.
And some are indeed programmers, but using other languages, who wonder how
Python compares to what they are using now.

For the newcomer portal we have a need for content writers to focus on
specific problem domains, for the various subcommunities to provide technology
roadmaps and representative samples of source code that would entice someone
to check them out. As one example, the SciPy/NumPy group could write about
what makes their software attractive to the scientific community and provide
one-page sources that illustrates certain common operations, to show off the
clarify and expressiveness of Python. I've found plenty of material on the
SciPy website that I'm weaving into the newcomer portal.

The portal is not designed to replace what we have at www.python.org but to
complement it, and to serve as an organizing point for the extensive content
already on www.python.org and elsewhere. The portal also specifically
supports dynamic content, relational database storage of information and easy
plug-in of new components to add new features. Such features will eventually
include, among other things, a searchable roster of user groups, a registry of
speakers and trainers and a catalog of books about Python, each with RSS feeds
where appropriate.

And for the curious, the portal is written using the Zope 3 component system,
building on the underlying Twisted subsystem for internal background
scheduling and hooked to a PostgreSQL database. The site makes use of Zope 3
viewlets to provide pluggable display elements, reStructured text documents
for a clean separation between content and infrastructure, and Nabu for
synchronization of document collections into the indexing engine and
persisting of the reST DOMs to enable content manipulation at presentation
time according to what is to be viewed (biblio data, abstracts, content). The
portal is located on the python.org servers and all software and content are
checked into svn.python.org.

In closing, I am greatly honored by the trust of the foundation members in me
and hope to serve the community well. As coordinator, I invite others to get
involved and will strive to provide an assistive environment within which
everyone can be productive. The primary discussion area is the new mailing
list which can be joined at:

http://mail.python.org/mailman/listinfo/advocacy

and a list of what is needed is at:

http://advocacy.python.org/getinvolved

I am also maintaining a list of accomplishments and near-term To-Do's for
myself at:

http://wiki.python.org/moin/PythonAdvocacyCoordinator

Jeff Rush
Python Advocacy Coordinator
Nov 13 '06 #1
0 1200

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

Similar topics

53
4338
by: Michael Tobis | last post by:
Someone asked me to write a brief essay regarding the value-add proposition for Python in the Fortran community. Slightly modified to remove a few climatology-related specifics, here it is. I would welcome comments and corrections, and would be happy to contribute some version of this to the Python website if it is of interest. ===
158
6352
by: Giovanni Bajo | last post by:
Hello, I just read this mail by Brett Cannon: http://mail.python.org/pipermail/python-dev/2006-October/069139.html where the "PSF infrastracture committee", after weeks of evaluation, recommends using a non open source tracker (called JIRA - never heard before of course) for Python itself. Does this smell "Bitkeeper fiasco" to anyone else than me? --
0
1585
by: Paul Boddie | last post by:
QOTW: "I think you've got the wrong intuition about the balance between the amount of bandwidth and the amount of computation a given numer of dollars would buy. You've hundreds of CPU cycles available per bit transmitted; space enough to stick in even Python." - Thomas Womack (on comp.lang.lisp, earlier this year, so it's not a true QOTW) http://groups.google.com/group/comp.lang.lisp/msg/453239d7b8e0ef72 "I'm a recent, belated convert...
6
1215
by: Jeff Rush | last post by:
As the Python Advocacy Coordinator, I've put up some wiki pages on the Python website for which I'm soliciting ideas, writing and graphics. Some of the material exists scattered about and just needs locating and organizing. http://wiki.python.org/moin/Advocacy First there is a need for whitepapers and flyers - I've put up a list of suggested topics w/notes at: http://wiki.python.org/moin/AdvocacyWritingTasks
0
926
by: sdeibel | last post by:
Hi, I'm writing to urge members of the Python community to please keep the Python Software Foundation in mind in your "year end giving". The PSF is the 501(c)3 non-profit organization that holds and protects the intellectual property rights behind Python. We deal with the licensing, contribution agreements, and legal requirements of copyright and trademark in order to keep Python
2
1456
by: Paul Boddie | last post by:
QOTW: "c.l.python is just a small speck at the outer parts of the python universe. most python programmers don't even read this newsgroup, except, perhaps, when they stumble upon it via a search engine." -- Fredrik Lundh (on comp.lang.python, prompting the editor to offer greetings to those of you who are not reading Python-URL! via that channel) http://groups.google.com/group/comp.lang.python/msg/4d73a2da72c87226 "That's the kind of...
0
971
by: Jeff Rush | last post by:
OSCON 2007 in Portland, Oregon from July 23-27 is fast approaching. This is a professional conference that can give Python a lot of visibility in the IT world and draws a different crowd from our community-run conferences like PyCon. There looks to be a good set of talks on the Python track, with several positioned to promote the use of Python by telling its story: - Code Like a Pythonista: Idiomatic Python - SQLAlchemy: Taming ORM...
0
938
by: Gabriel Genellina | last post by:
QOTW: "Aaaugh! Don't use __slots__!" - Aahz "I will use public attributes (with access customizable with properties) and remember that in Python I can do everything :)." - Artur Siekielski Don't use __slots__ to create struct-like objects: http://groups.google.com/group/comp.lang.python/browse_thread/thread/4d0aa0ce90ee9eab/ Carsten Haese aptly explains parameter binding in SQL statements:
0
8249
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
8179
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
8685
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
8348
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
7176
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...
0
5570
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4084
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
4187
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1797
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.