Skip to content

Commit f634146

Browse files
Niraj Bajpaiclaude
andcommitted
Add Python Conferences section to STARRED-INDEX.md
- Added comprehensive Python Conferences category with 51+ repositories - Organized into 6 subsections: - PyCon US (12 repos): Conference infrastructure and slides (2013-2019) - EuroPython (9 repos): Website, tools, stats, and documentation - SciPy Conference (8 repos): Proceedings, sprint exercises, and tools - Python Organizers (2 repos): Global conference list and resources - Regional PyCons (3 repos): Italy, Greece, Taiwan - Tutorials & Educational Content (17 repos): Flask, data science, design patterns - Updated statistics: Total repos now 2,551+ - Added star_python_conference_repos.sh script for batch starring - Updated last modified date to 2025-11-16 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 1ee97b5 commit f634146

File tree

2 files changed

+212
-3
lines changed

2 files changed

+212
-3
lines changed

STARRED-INDEX.md

Lines changed: 92 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
|**Systems Programming** | 98+ | [Jump →](#-systems-programming-c-go-llvm) |
2323
| 🐍 **Python Development** | 136+ | [Jump →](#-python-development) |
2424
| 🎤 **Conference Resources** | 63+ | [Jump →](#-conference-resources) |
25+
| 🐍 **Python Conferences** | 51+ | [Jump →](#-python-conferences) |
2526
| 🏢 **Enterprise (Broadcom/CA)** | 361+ | [Jump →](#-enterprise-solutions-broadcomca) |
2627

2728
---
@@ -408,6 +409,93 @@
408409

409410
---
410411

412+
## 🐍 Python Conferences
413+
414+
### PyCon US (12 repos)
415+
**Main Conference Infrastructure:**
416+
- [PyCon/pycon.org](https://github.com/PyCon/pycon.org) - Main PyCon website
417+
- [PyCon/pycon-archive](https://github.com/PyCon/pycon-archive) - Archive of past PyCon websites
418+
- [PyCon/symposion](https://github.com/PyCon/symposion) - Django project for conference websites
419+
- [PyCon/pretalx](https://github.com/PyCon/pretalx) - Conference planning tool: CfP, scheduling, speaker management
420+
- [PyCon/registrasion](https://github.com/PyCon/registrasion) - Conference registration app
421+
422+
**PyCon Slides & Materials:**
423+
- [PyCon/pycon2019](https://github.com/PyCon/pycon2019) - PyCon 2019 website
424+
- [PyCon/2018-slides](https://github.com/PyCon/2018-slides) - PyCon 2018 slides
425+
- [PyCon/2017-slides](https://github.com/PyCon/2017-slides) - PyCon 2017 slides and talk assets
426+
- [PyCon/2016-slides](https://github.com/PyCon/2016-slides) - PyCon 2016 slides and talk assets
427+
- [PyCon/2015-slides](https://github.com/PyCon/2015-slides) - PyCon 2015 slides and talk assets
428+
- [PyCon/2014-slides](https://github.com/PyCon/2014-slides) - PyCon 2014 slides
429+
- [PyCon/2013-slides](https://github.com/PyCon/2013-slides) - PyCon 2013 slides
430+
431+
### EuroPython (9 repos)
432+
**Conference Infrastructure:**
433+
- [EuroPython/website](https://github.com/EuroPython/website) - EuroPython 2022+ website
434+
- [EuroPython/programapi](https://github.com/EuroPython/programapi) - Program API for conference schedule
435+
- [EuroPython/discord](https://github.com/EuroPython/discord) - Helpful conference Discord bot
436+
- [EuroPython/conference-stats](https://github.com/EuroPython/conference-stats) - Public data from previous conferences
437+
- [EuroPython/docs](https://github.com/EuroPython/docs) - Documentation repository
438+
- [EuroPython/tools](https://github.com/EuroPython/tools) - Random collection of tools used for 2022+
439+
- [EuroPython/previous.europython.eu](https://github.com/EuroPython/previous.europython.eu) - Previous EuroPython websites
440+
- [EuroPython/EuroPython-Society-Knowledge-Base](https://github.com/EuroPython/EuroPython-Society-Knowledge-Base) - EuroPython Society documentation
441+
- [EuroPython/epcon](https://github.com/EuroPython/epcon) - EuroPython Conference Website (archived)
442+
443+
### SciPy Conference (8 repos)
444+
**Conference Materials:**
445+
- [scipy-conference/scipy-conference](https://github.com/scipy-conference/scipy-conference) - SciPy Conference Materials
446+
- [scipy-conference/scipy_proceedings](https://github.com/scipy-conference/scipy_proceedings) - Tools for SciPy conference proceedings
447+
- [scipy-conference/scipy_proceedings_archive](https://github.com/scipy-conference/scipy_proceedings_archive) - Archive of proceedings
448+
- [scipy-conference/conference.scipy.org](https://github.com/scipy-conference/conference.scipy.org) - Landing page and blog
449+
- [scipy-conference/scipy2025_sprints_first_PR](https://github.com/scipy-conference/scipy2025_sprints_first_PR) - PR onboarding exercise 2025
450+
- [scipy-conference/scipy2024_sprints_first_PR](https://github.com/scipy-conference/scipy2024_sprints_first_PR) - PR onboarding exercise 2024
451+
- [scipy-conference/procbuild](https://github.com/scipy-conference/procbuild) - SciPy proceedings builder
452+
- [scipy-conference/jhepc](https://github.com/scipy-conference/jhepc) - John Hunter Excellence in Plotting Contest
453+
454+
### Python Organizers (2 repos)
455+
- [python-organizers/conferences](https://github.com/python-organizers/conferences) - List of Python Conferences around the World
456+
- [python-organizers/resources](https://github.com/python-organizers/resources) - Docs, tools, lists for organizing Python conferences
457+
458+
### Regional PyCons (3 repos)
459+
- [pythonitalia/pycon](https://github.com/pythonitalia/pycon) - PyCon Italia
460+
- [Aherontas/Pycon_Greece_2025_Presentation_Agents](https://github.com/Aherontas/Pycon_Greece_2025_Presentation_Agents) - PyCon Greece 2025 AI Agents
461+
- [JustinSDK/PyConTW2013Tutorial](https://github.com/JustinSDK/PyConTW2013Tutorial) - PyCon Taiwan 2013 Tutorial
462+
463+
### PyCon Tutorials & Educational Content (17 repos)
464+
**Flask & Web Development:**
465+
- [miguelgrinberg/flack](https://github.com/miguelgrinberg/flack) - Flask at Scale tutorial (PyCon 2016)
466+
- [miguelgrinberg/api-pycon2015](https://github.com/miguelgrinberg/api-pycon2015) - Is Your REST API RESTful?
467+
- [miguelgrinberg/flask-pycon2014](https://github.com/miguelgrinberg/flask-pycon2014) - Flask By Example (PyCon 2014)
468+
- [miguelgrinberg/api-pycon2014](https://github.com/miguelgrinberg/api-pycon2014) - Writing RESTful Web Services with Flask
469+
- [miguelgrinberg/flask-pycon2015](https://github.com/miguelgrinberg/flask-pycon2015) - Flask Workshop (PyCon 2015)
470+
471+
**Advanced Python Topics:**
472+
- [brandon-rhodes/sphinx-tutorial](https://github.com/brandon-rhodes/sphinx-tutorial) - Sphinx tutorial from PyCon
473+
- [dabeaz/concurrencylive](https://github.com/dabeaz/concurrencylive) - Concurrency Live - PyCon 2015
474+
- [fluentpython/decorators-descriptors](https://github.com/fluentpython/decorators-descriptors) - Decorators and Descriptors Decoded (PyCon US 2017)
475+
476+
**Data Science & ML:**
477+
- [sarguido/hands-on-analysis-python](https://github.com/sarguido/hands-on-analysis-python) - Hands-on data analysis (PyCon 2015)
478+
- [kastnerkyle/PyCon2015](https://github.com/kastnerkyle/PyCon2015) - Machine Learning 101
479+
- [julieqiu/pycon-2018-pyelasticsearch](https://github.com/julieqiu/pycon-2018-pyelasticsearch) - Build a Search Engine with Python + Elasticsearch
480+
481+
**Infrastructure & Tools:**
482+
- [trallard/airflow-tutorial](https://github.com/trallard/airflow-tutorial) - Airflow tutorial for PyCon 2019
483+
- [asvetlov/us-pycon-2019-tutorial](https://github.com/asvetlov/us-pycon-2019-tutorial) - aiohttp tutorial for US PyCon 2019
484+
485+
**Design Patterns & Best Practices:**
486+
- [PJUllrich/Design-Patterns](https://github.com/PJUllrich/Design-Patterns) - Design Patterns in Python (PyCon Sweden 2017)
487+
- [mechanicalgirl/young-coders-tutorial](https://github.com/mechanicalgirl/young-coders-tutorial) - Young Coders tutorial (PyCon 2013-2017)
488+
489+
**Curated Resources:**
490+
- [wiseaidev/awesome-python](https://github.com/wiseaidev/awesome-python) - Awesome Python Resources (mostly PyCon)
491+
492+
**Historical:**
493+
- [github/pycon2011](https://github.com/github/pycon2011) - GitHub's PyCon 2011 materials
494+
495+
[↑ Back to top](#-quick-jump-menu)
496+
497+
---
498+
411499
## 🏢 Enterprise Solutions (Broadcom/CA)
412500

413501
### CA Technologies (~361 repos)
@@ -447,13 +535,14 @@ On GitHub stars page, you can sort by:
447535

448536
| Metric | Count |
449537
|--------|-------|
450-
| **Total Repositories** | 2,500+ |
538+
| **Total Repositories** | 2,551+ |
451539
| **AI & ML** | 360+ |
452540
| **MLOps** | 115+ |
453541
| **Cybersecurity** | 132+ |
454542
| **Networking** | 131+ |
455543
| **Systems Programming** | 98+ |
456-
| **Python** | 136+ |
544+
| **Python Development** | 136+ |
545+
| **Python Conferences** | 51+ |
457546
| **Enterprise** | 361+ |
458547

459548
---
@@ -467,6 +556,6 @@ On GitHub stars page, you can sort by:
467556

468557
---
469558

470-
**Last Updated:** 2025-01-14
559+
**Last Updated:** 2025-11-16
471560

472561
**Maintained by:** [@nbajpai-code](https://github.com/nbajpai-code)

star_python_conference_repos.sh

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
#!/bin/bash
2+
3+
# Script to star popular Python conference repositories for nbajpai-code
4+
# Created: 2025-11-16
5+
6+
echo "Starting to star Python conference repositories..."
7+
8+
# Array of repositories to star
9+
repos=(
10+
# PyCon US
11+
"PyCon/pycon.org"
12+
"PyCon/pycon-archive"
13+
"PyCon/pycon2019"
14+
"PyCon/2018-slides"
15+
"PyCon/2017-slides"
16+
"PyCon/2016-slides"
17+
"PyCon/2015-slides"
18+
"PyCon/2014-slides"
19+
"PyCon/2013-slides"
20+
"PyCon/symposion"
21+
"PyCon/pretalx"
22+
"PyCon/registrasion"
23+
24+
# EuroPython
25+
"EuroPython/website"
26+
"EuroPython/programapi"
27+
"EuroPython/discord"
28+
"EuroPython/conference-stats"
29+
"EuroPython/docs"
30+
"EuroPython/tools"
31+
"EuroPython/previous.europython.eu"
32+
"EuroPython/EuroPython-Society-Knowledge-Base"
33+
"EuroPython/epcon"
34+
35+
# SciPy Conference
36+
"scipy-conference/scipy-conference"
37+
"scipy-conference/scipy_proceedings"
38+
"scipy-conference/scipy_proceedings_archive"
39+
"scipy-conference/conference.scipy.org"
40+
"scipy-conference/scipy2025_sprints_first_PR"
41+
"scipy-conference/scipy2024_sprints_first_PR"
42+
"scipy-conference/procbuild"
43+
"scipy-conference/jhepc"
44+
45+
# Python Organizers
46+
"python-organizers/conferences"
47+
"python-organizers/resources"
48+
49+
# PyCon Italy
50+
"pythonitalia/pycon"
51+
52+
# Popular PyCon Tutorial/Talk Repos
53+
"miguelgrinberg/flack"
54+
"brandon-rhodes/sphinx-tutorial"
55+
"miguelgrinberg/api-pycon2015"
56+
"miguelgrinberg/flask-pycon2014"
57+
"miguelgrinberg/api-pycon2014"
58+
"miguelgrinberg/flask-pycon2015"
59+
"sarguido/hands-on-analysis-python"
60+
"PJUllrich/Design-Patterns"
61+
"trallard/airflow-tutorial"
62+
"fluentpython/decorators-descriptors"
63+
"asvetlov/us-pycon-2019-tutorial"
64+
"julieqiu/pycon-2018-pyelasticsearch"
65+
66+
# PyCon Educational/Tutorial Content
67+
"mechanicalgirl/young-coders-tutorial"
68+
"dabeaz/concurrencylive"
69+
"kastnerkyle/PyCon2015"
70+
"wiseaidev/awesome-python"
71+
72+
# Regional PyCons
73+
"Aherontas/Pycon_Greece_2025_Presentation_Agents"
74+
"JustinSDK/PyConTW2013Tutorial"
75+
76+
# GitHub PyCon Archive
77+
"github/pycon2011"
78+
)
79+
80+
# Counter for tracking
81+
total=${#repos[@]}
82+
success=0
83+
failed=0
84+
already_starred=0
85+
86+
# Loop through each repository and star it
87+
for repo in "${repos[@]}"; do
88+
echo -n "Starring $repo... "
89+
90+
# Try to star the repository
91+
result=$(gh api --method PUT -H "Accept: application/vnd.github+json" \
92+
"/user/starred/$repo" 2>&1)
93+
94+
if [ $? -eq 0 ]; then
95+
echo "✓ Success"
96+
((success++))
97+
else
98+
# Check if already starred
99+
if echo "$result" | grep -q "Not Found"; then
100+
echo "✗ Not Found"
101+
((failed++))
102+
else
103+
echo "✓ Already starred or success"
104+
((already_starred++))
105+
fi
106+
fi
107+
108+
# Small delay to avoid rate limiting
109+
sleep 0.5
110+
done
111+
112+
echo ""
113+
echo "========================================"
114+
echo "Summary:"
115+
echo "Total repositories: $total"
116+
echo "Successfully starred: $success"
117+
echo "Already starred: $already_starred"
118+
echo "Failed (not found): $failed"
119+
echo "========================================"
120+
echo "Done!"

0 commit comments

Comments
 (0)