/site/index.html.mako

https://bitbucket.org/jnoller/pythonmentors/ · Mako · 97 lines · 88 code · 9 blank · 0 comment · 1 complexity · fc0f1564bd6c1368d24df466d2a0186a MD5 · raw file

  1. <%inherit file="_templates/base.mako" />
  2. <h2 class="caps"><span>Introduction</span></h2>
  3. <p>Welcome to Python Mentors - currently the site for the Python-Core
  4. mentorship project. The Python Core Mentorship Program is predicated on
  5. the idea that Python-Core, and Python as a whole would be served by
  6. further lowering the barrier to entry of contribution to Python core
  7. (<a href="http://jessenoller.com/2011/03/25/just-proposed-python-core-mentorship-program/" target="_blank">original proposal</a>)
  8. </p>
  9. <p>The mission of the Python Core Mentor Program is to provide an open
  10. and welcoming place to connect students, programmers – and
  11. <strong>anyone</strong> interested in contributing to the Python Core
  12. development. This project is based on the idea that the best way to
  13. welcome new people into any project is a venue which connects them to
  14. a variety of mentors who can assist in guiding them through the
  15. contribution process, including discussions on lists such as python-dev,
  16. and python-ideas, the bug tracker, mercurial questions, code reviews, etc.</p>
  17. <p>Additionally, mentors assist in something incredibly critical to
  18. maintain contributor interest: getting patches through the process and actually
  19. <b>committed</b>. We all know – not everyone who is mentor will have all the
  20. answers, so mentors also act as conduits to others who will have the
  21. answer.</p>
  22. <p>The most important point to make is that <i>everyone is welcome</i> and no
  23. one, no matter who they are, is turned away. Keep to the code of conduct, and
  24. help those around you</p>
  25. <h2 class="caps"><span>Resources</span></h2>
  26. <ul>
  27. <li>
  28. <a href="http://mail.python.org/mailman/listinfo/core-mentorship" target="_blank">The mailing list</a>
  29. (signup there).
  30. </li>
  31. <li>
  32. <a href="http://mail.python.org/mailman/private/core-mentorship/" target="_blank">The list archives</a>
  33. <i>(The current archive is only available to the list members.)</i>
  34. </li>
  35. <li>
  36. <a href="http://docs.python.org/devguide/" target="_blank">The Python
  37. Developers guide</a> should be your first stop - we will be adding to it
  38. based on feedback from the mentorship list
  39. </li>
  40. <li>
  41. The Python <a href="http://bugs.python.org/" target="_blank">bug tracker</a> -
  42. you're going to want to bookmark it.
  43. </li>
  44. <li>
  45. The <a href="http://mail.python.org/mailman/listinfo/python-dev"target="_blank">Python-dev
  46. mailing list</a>
  47. </li>
  48. <li>
  49. The <a href="http://mail.python.org/mailman/listinfo/python-ideas"target="_blank">Python-ideas
  50. mailing list</a>
  51. </li>
  52. </ul>
  53. <h2 class="caps"><span>Code of Conduct</span></h2>
  54. <p>The following code of conduct is not meant as a means for punishment, action
  55. or censorship for the mailing list or project. Instead, it is meant to set the
  56. tone and expectations and comfort level for mentors and those wishing to be
  57. mentored on the list.</p>
  58. <ul>
  59. <li>We ask everyone to be welcoming, friendly, and patient.</li>
  60. <li>Flame wars and insults are unacceptable in any fashion, by any party.</li>
  61. <li>Anything can be asked, and "RTFM" is not an acceptable answer.</li>
  62. <li>Neither is "it's in the archives, go read them".</li>
  63. <li>List archives are available only to subscribers, but subscription is open to everyone.</li>
  64. <li>Since the archives are "closed" - cross posting to public mailing lists is discouraged.</li>
  65. <li>Statements made by <a href="http://www.python.org/dev/committers" target="_blank">core developers</a>
  66. can be quoted outside of the list.</li>
  67. <li>Statements made by others can not be quoted outside the list without explicit permission.
  68. <ul class="no-margin">
  69. <li>Anonymised paraphrased statements "someone asked about..." are ok - direct quotes with
  70. or without names are not appropriate.</li>
  71. </ul>
  72. </li>
  73. <li>We endorse the <a href="http://www.python.org/psf/diversity/" target="_blank">PSF's Diversity statement</a>.</li>
  74. <li>The list administrators reserve the right to revoke the subscription of
  75. members (including mentors) that persistently fail to abide by this Code of
  76. Conduct.
  77. <ul class="no-margin">
  78. <li>All mentors are signed up as administrators.</li>
  79. </ul>
  80. </li>
  81. </ul>
  82. <p class="notice">Python Mentors will hopefully one day expand beyond core mentorship - our goal
  83. is to be able to assist, guide or just link-to other Python-related mentorship
  84. programs out there in the community. If you have an existing mentorship program
  85. and want to be noticed, <a href="mailto:jnoller@gmail.com">email us</a>.</p>
  86. <p class="success">Source code to this site available
  87. <a href="https://bitbucket.org/jnoller/pythonmentors" target="_blank">as
  88. mercurial repository</a></p>