Skip to content

Commit 1dadb26

Browse files
Adding new events
1 parent 29ea260 commit 1dadb26

File tree

5 files changed

+77
-24
lines changed

5 files changed

+77
-24
lines changed

_posts/2018-04-01-pandas-doc.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
category: london
3+
title: (LADIES ONLY) #pandasSprint continued
4+
level: All
5+
date: 2018-04-01
6+
time: "10:00"
7+
rsvp_link: https://www.meetup.com/Python-Sprints/events/249352290/
8+
project: pandas
9+
sponsor: harvey_nash
10+
---
11+
12+
The 10th of March, around 500 people in 30 different locations worldwide,
13+
contributed together to improve pandas documentation.
14+
15+
While many great contributions were made, pandas has around 1,200 API pages.
16+
So, there is still some work to do.
17+
18+
In this sprint, each pair of participants (or each participant if you prefer
19+
not to pair-program) will be assigned a pandas documentation page to work on.
20+
21+
By the end of the sprint, you should be able to convert a page like this:
22+
- <https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.plot.kde.html>
23+
24+
In a page like this:
25+
- <http://pandas-docs.github.io/pandas-docs-travis/generated/pandas.DataFrame.plot.kde.html>
26+
27+
Before the sprint, it's recommended to:
28+
29+
- Bring your own laptop
30+
- Set up your environment
31+
- Join the [Gitter channel](https://gitter.im/py-sprints/pandas-doc-london) of the sprint
32+
33+
In order to create a more inclusive environemnt, we host events specific for underrepresented
34+
groups in our events. This sprint is one of them, and is for **ladies only**.
35+

_posts/2018-04-10-tornado.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ on different bugs, including:
1616
- <https://github.com/tornadoweb/tornado/issues/729>
1717
- <https://github.com/tornadoweb/tornado/issues/2140>
1818

19+
For first time contributors, we'll have a parallel track. We'll show a
20+
presentation about what's a pull request, and how to send one. And we'll
21+
work on the Python Sprints website, to get some practice in an easier
22+
environment, before you start worrying about the implementation of more
23+
complex projects like Tornado.
24+
1925
Remember to **bring your own laptop**, as usual.
2026

2127
Pizzas and beers will be served during the sprint.

_posts/2018-04-17-pandas.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
category: london
3+
title: Pandas internals
4+
level: All levels
5+
date: 2018-04-17
6+
time: "18:30"
7+
rsvp_link: https://www.meetup.com/Python-Sprints/events/249350212/
8+
project: pandas
9+
sponsor: harvey_nash
10+
---
11+
12+
This event will be a mix between a sprint and a workshop. The main goal is
13+
not to contribute to pandas during the sprint, but to better understand
14+
pandas internals, so we can contribute in the future.
15+
16+
What we will do is to work in a project that replicates the same
17+
directory structure of pandas, and we'll add the basic functionality to it:
18+
- Storage of data
19+
- Basic I/O operations
20+
- Indexing
21+
- Basic arithmetic operations
22+
23+
If you know which functionality you want to work on, feel free to try to
24+
understand the pandas code for it.
25+
26+
There will be tasks for all levels, even beginners to Python and pandas.
27+
28+
This is the repository we will work on:
29+
- <https://github.com/datapythonista/minipandas>
30+
31+
You can fork and clone the repository before the sprint, but no need to follow
32+
pandas installation instructions.
33+
34+
Remember to **bring your own laptop**, as usual.
35+
36+
Pizzas and beers will be served during the sprint.

_posts/2018-04-17-tornado.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

rebuild.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)