Skip to content

Commit 1ded450

Browse files
committed
Add README
1 parent ed2eaaa commit 1ded450

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Conference Stats
2+
3+
The goal of this repository is to gather the public conference information
4+
from the many Python events we have in Europe, so new ones can have a good
5+
understanding of who to contact for future events for sponsorship possibilities
6+
but also for speaking opportunities.
7+
8+
The data will also highlight the companies/organizations that are helping the
9+
most in Python conferences, similarly to the most active speakers.
10+
11+
> **Have an idea?** If you believe more data can be added, or new insights can
12+
> be extracted, please open an Issue!
13+
14+
# List of Conferences
15+
16+
* EuroPython: 2025
17+
* PyCon Italy:
18+
* PyCon Greece:
19+
20+
# How to contribute?
21+
22+
You can visit any missing conference edition, and populate the JSON files
23+
accordinly with the `YYYY-levels` information, and an array for `YYYY`
24+
listing all the sponsors. See `sponsors.json` for more information.
25+
26+
Remember to submit a Pull Request with the information and adding the
27+
conference and year to this README.
28+
29+
**Not enough time?**
30+
You can open new issues by providing a URL for the conference,
31+
sponsorship packages details and list of sponsors, so others can extract
32+
the information. This would be helpful as well!

0 commit comments

Comments
 (0)