/site/index.html.mako
https://bitbucket.org/jnoller/pythonmentors/ · Mako · 97 lines · 88 code · 9 blank · 0 comment · 1 complexity · fc0f1564bd6c1368d24df466d2a0186a MD5 · raw file
- <%inherit file="_templates/base.mako" />
- <h2 class="caps"><span>Introduction</span></h2>
- <p>Welcome to Python Mentors - currently the site for the Python-Core
- mentorship project. The Python Core Mentorship Program is predicated on
- the idea that Python-Core, and Python as a whole would be served by
- further lowering the barrier to entry of contribution to Python core
- (<a href="http://jessenoller.com/2011/03/25/just-proposed-python-core-mentorship-program/" target="_blank">original proposal</a>)
- </p>
- <p>The mission of the Python Core Mentor Program is to provide an open
- and welcoming place to connect students, programmers â and
- <strong>anyone</strong> interested in contributing to the Python Core
- development. This project is based on the idea that the best way to
- welcome new people into any project is a venue which connects them to
- a variety of mentors who can assist in guiding them through the
- contribution process, including discussions on lists such as python-dev,
- and python-ideas, the bug tracker, mercurial questions, code reviews, etc.</p>
- <p>Additionally, mentors assist in something incredibly critical to
- maintain contributor interest: getting patches through the process and actually
- <b>committed</b>. We all know â not everyone who is mentor will have all the
- answers, so mentors also act as conduits to others who will have the
- answer.</p>
- <p>The most important point to make is that <i>everyone is welcome</i> and no
- one, no matter who they are, is turned away. Keep to the code of conduct, and
- help those around you</p>
- <h2 class="caps"><span>Resources</span></h2>
- <ul>
- <li>
- <a href="http://mail.python.org/mailman/listinfo/core-mentorship" target="_blank">The mailing list</a>
- (signup there).
- </li>
- <li>
- <a href="http://mail.python.org/mailman/private/core-mentorship/" target="_blank">The list archives</a>
- <i>(The current archive is only available to the list members.)</i>
- </li>
- <li>
- <a href="http://docs.python.org/devguide/" target="_blank">The Python
- Developers guide</a> should be your first stop - we will be adding to it
- based on feedback from the mentorship list
- </li>
- <li>
- The Python <a href="http://bugs.python.org/" target="_blank">bug tracker</a> -
- you're going to want to bookmark it.
- </li>
- <li>
- The <a href="http://mail.python.org/mailman/listinfo/python-dev"target="_blank">Python-dev
- mailing list</a>
- </li>
- <li>
- The <a href="http://mail.python.org/mailman/listinfo/python-ideas"target="_blank">Python-ideas
- mailing list</a>
- </li>
- </ul>
- <h2 class="caps"><span>Code of Conduct</span></h2>
- <p>The following code of conduct is not meant as a means for punishment, action
- or censorship for the mailing list or project. Instead, it is meant to set the
- tone and expectations and comfort level for mentors and those wishing to be
- mentored on the list.</p>
- <ul>
- <li>We ask everyone to be welcoming, friendly, and patient.</li>
- <li>Flame wars and insults are unacceptable in any fashion, by any party.</li>
- <li>Anything can be asked, and "RTFM" is not an acceptable answer.</li>
- <li>Neither is "it's in the archives, go read them".</li>
- <li>List archives are available only to subscribers, but subscription is open to everyone.</li>
- <li>Since the archives are "closed" - cross posting to public mailing lists is discouraged.</li>
- <li>Statements made by <a href="http://www.python.org/dev/committers" target="_blank">core developers</a>
- can be quoted outside of the list.</li>
- <li>Statements made by others can not be quoted outside the list without explicit permission.
- <ul class="no-margin">
- <li>Anonymised paraphrased statements "someone asked about..." are ok - direct quotes with
- or without names are not appropriate.</li>
- </ul>
- </li>
- <li>We endorse the <a href="http://www.python.org/psf/diversity/" target="_blank">PSF's Diversity statement</a>.</li>
- <li>The list administrators reserve the right to revoke the subscription of
- members (including mentors) that persistently fail to abide by this Code of
- Conduct.
- <ul class="no-margin">
- <li>All mentors are signed up as administrators.</li>
- </ul>
- </li>
- </ul>
- <p class="notice">Python Mentors will hopefully one day expand beyond core mentorship - our goal
- is to be able to assist, guide or just link-to other Python-related mentorship
- programs out there in the community. If you have an existing mentorship program
- and want to be noticed, <a href="mailto:jnoller@gmail.com">email us</a>.</p>
- <p class="success">Source code to this site available
- <a href="https://bitbucket.org/jnoller/pythonmentors" target="_blank">as
- mercurial repository</a></p>