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---
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 )
0 commit comments