Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions data/events/pycon-apac.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"name": "PyCon APAC",
"year_started": 2010,
"number_of_events_hosted": 14,
"city": "Quezon City",
"region": "Metro Manila",
"country": "Philippines",
"continent": "Asia",
"website": "https://pycon-apac.python.ph",
"sector": [
"Software Engineering",
"Data Science",
"Machine Learning",
"AI",
"Backend / APIs",
"DevOps"
],
"tags": [
"conference",
"data-science",
"machine-learning"
],
"acceptable_tags": [
"python",
"apac",
"pycon"
],
"type": "in-person",
"languages": [
"English"
],
"frequency": "annual",
"timezone": "Asia/Manila",
"attendee_size": {
"min": 400,
"max": 800
},
"ticket_cost_usual": {
"currency": "PHP",
"amount": "what you can pay",
"min": 0,
"max": 6300
Comment thread
aycodes25 marked this conversation as resolved.
},
"organizer": {
"name": "Python Philippines",
"email": "",
"twitter": "",
"website": "https://python.ph"
},
"socials": {
"twitter": "https://twitter.com/pythonph",
"linkedin": "https://www.linkedin.com/company/pythonph",
"youtube": "",
"instagram": "https://www.instagram.com/pythonph/"
},
"description": "PyCon APAC is the regional Python conference for Asia-Pacific, bringing together Python developers, data scientists, and enthusiasts. The conference rotates annually among APAC countries and features talks, workshops, and sprints."
}
1 change: 1 addition & 0 deletions data/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

"ticket_cost_usual": {
"currency": "USD",
"amount": "what you can pay",
"min": 0,
"max": 500
},
Expand Down
Loading