|
1 | 1 | --- |
2 | 2 | category: london |
3 | | -title: PyData dojo-like sprint |
| 3 | +title: "PyData dojo-like sprint" |
4 | 4 | level: All |
5 | | -date: 2018-03-22 |
| 5 | +date: 2018-05-08 |
6 | 6 | time: "18:00" |
7 | 7 | meetup_link: https://www.meetup.com/Python-Sprints/events/ |
8 | | -event_link: |
9 | 8 | project: |
10 | | -image: |
11 | 9 | sponsor: quantum_black |
12 | 10 | --- |
13 | | -This will be a follow up of the worldwide #pandasSprint: [https://python-sprints.github.io/pandas/](https://python-sprints.github.io/pandas/) |
14 | 11 |
|
15 | | -Beginners to contributing to open source will get a pandas documentation page assigned, and will be guided through the step to make it as good as pandas itself. During the sprint, this step-by-step checklist will help you make your first contribution, and our senior members will help you with any problem. |
| 12 | +**Note that this sprint starts at 6pm (and not at 6:30pm, as mmost events in the past).** |
16 | 13 |
|
17 | | -[https://python-sprints.github.io/pandas/dashboard.html](https://python-sprints.github.io/pandas/dashboard.html) |
| 14 | +In this sprint we will try a new and cooler format, and we will sprint in a Dojo like way. |
18 | 15 |
|
19 | | -Advanced contributors will be able to: |
20 | | -- Help reviewing open pull requests |
21 | | -- Experiment with the Sphinx theme of the pandas documentation |
22 | | -- Improve the validation of docstrings |
23 | | -- Refactor the contributing documentation |
24 | | -- And of course mentor more junior contributors |
| 16 | +A Dojo is an event were Pythonistas improve their skills by performing a kata. A kata is a |
| 17 | +programming task oriented to get some practice in specific programming patterns. |
25 | 18 |
|
26 | | -Before the sprint, and to optimise your time, we recommend trying to set up a pandas development environment in your laptop: |
| 19 | +While we will still work in making open source software better, we will borrow the |
| 20 | +format of our [London Python Dojo](https://twitter.com/ldnpydojo) friend, which is |
| 21 | +described in the agenda. |
27 | 22 |
|
28 | | -[https://python-sprints.github.io/pandas/guide/pandas_setup.html](https://python-sprints.github.io/pandas/guide/pandas_setup.html) |
| 23 | +**Agenda** |
29 | 24 |
|
30 | | -For this sprint, we welcome our new sponsor QuantumBlack. |
| 25 | +- 6pm: Doors open, pizza and beer served, and **sprint proposals** |
| 26 | +- 6:30pm: Sprint proposals voting, and group creation |
| 27 | +- 7pm-9pm: Coding in groups |
| 28 | +- 9pm: Group presentations |
| 29 | + |
| 30 | +Bring your OWN ideas to make your sprint proposal: |
| 31 | + |
| 32 | +- That annoying bug you wanted to see fixed |
| 33 | +- That missing feature you need |
| 34 | +- That documentation page needs some care |
| 35 | +- ... |
| 36 | + |
| 37 | +To narrow the scope of the sprint, all ideas should be for data related projects |
| 38 | +(pandas, numpy, matplotlib, keras, pytorch, your own data project...). |
0 commit comments