Skip to content

Commit 73846a6

Browse files
Bugs fixed in python.org sprint, and minor updates
1 parent 7167b2b commit 73846a6

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

_posts/2018-06-04-python.org.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ project: python.org
88
sponsor: harvey_nash
99
---
1010

11-
As Pythonistas, we all use [http://www.python.org](www.python.org) at some point. To download Python, for the documentation, the list of events, the jobs board... But no so many of us contribute to it, and as the website is maintained by volunteers, some times it's not up to the standards of our community.
11+
As Pythonistas, we all use [http://www.python.org](www.python.org) at some point: to download Python, for the documentation, the list of events, the jobs board...
12+
But no so many of us contribute to it, and as the website is mainly maintained by volunteers, some times it becomes outdated.
1213

13-
In this sprint we have a mission, make contributions to the Python website easier. And to achieve it, we will work in:
14+
In this sprint we have a mission, update the website, and also make future contributions easier. And to achieve it, we will work in:
1415
- Updating the website to the latest versions, Python 3.7 (already in beta) and Django 2.0
15-
- Improve its documentation (set up instructions...)
16+
- Improve the website documentation (set up instructions...)
1617
- Make local set up easier (build scripts, make the website sqlite compatible/ready...)
1718

18-
While most of our meetups are beginner frienndly, as we love to mentor people on how to contribute to open source Python projects and to Python itself, in this case we require a decent level of experience in Django. So we can get as much of this important work done.
19+
While most of our meetups are beginner frienndly, as we love to mentor people on how to contribute to open source Python projects and to Python itself, in this case we require a decent level of experience in Django.
20+
So we can get as much of this important work done.
1921

2022
**Gitter channel:** [https://gitter.im/py-sprints/python.org](https://gitter.im/py-sprints/python.org)

_projects/python.org.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,18 @@ name: "www.python.org"
44
logo: static/images/projects/python.png
55
website: https://www.python.org/
66
setup_html: |
7+
<p>To set up an environment for the sprint, we recommend creating a conda environment:</p>
78
<p>
8-
To set up an environment for the sprint, we recommend creating a conda environment:
9-
109
<ul>
11-
<li><a href="https://www.anaconda.com/download/">Download</a> and install Anaconda<li>
10+
<li><a href="https://www.anaconda.com/download/">Download</a> and install Anaconda</li>
1211
<li>Fork <a href="https://github.com/python/pythondotorg">the project repository</a> by clicking on the top-right "Fork" button</li>
13-
<li><code>git clone your fork git@github.com:/pythondotorg.git</code><li>
12+
<li><code>git clone your fork git@github.com:/pythondotorg.git</code></li>
1413
<li>Create a conda environement: <code>conda create -n pythondotorg_dev python=3.4</code></li>
1514
<li>Install requirements: <code>pip install -r /dev-requirements.txt</code></li>
1615
<li>You'll also need to install PostgreSQL</li>
17-
<li>And create a database: <code>createdb pythondotorg -E utf-8 -l en_US.UTF-8</code><li>
16+
<li>And create a database: <code>createdb pythondotorg -E utf-8 -l en_US.UTF-8</code></li>
1817
</ul>
19-
20-
More detailed project instructions are available <a href="https://pythondotorg.readthedocs.io/install.html#manual-setup">here</a>.
2118
</p>
19+
<p>More detailed project instructions are available <a href="https://pythondotorg.readthedocs.io/install.html#manual-setup">here</a>.</p>
2220
---
2321
www.python.org is the official Python language and community website. The Python Software Foundation is responible for it, but it's mainly developed and maintained by volunteers. Its important is key, and it is usually one of the first websites visited by people new to Python. And it also contains important content such as the official Python installation files, news, events, information about the Python Software Foundation, the community job board, and links to relevant information like the documentation or the list of user groups.

0 commit comments

Comments
 (0)