Skip to content

Commit 3a6e229

Browse files
committed
upload
1 parent f006d78 commit 3a6e229

3 files changed

Lines changed: 240 additions & 4 deletions

File tree

web/blog/index.html

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h1 class="pao-h2 pao-text-red">Blog</h1>
134134
<!-- Hero Image -->
135135
<div class="col-md-5 pao-blog-hero-image">
136136

137-
<img alt="Collage of photos showing people at a Python meetup in Tokyo with presentation slides and networking." class="blog-hero-image" height="600" src="/images/python-meetup-tokyo-pycon-us-2026.width-800.png" width="800">
137+
<img src="/static/pao/main.png" class="blog-hero-image default-logo" alt="default pao logo" />
138138

139139
</div>
140140
<!-- Hero Content -->
@@ -143,9 +143,9 @@ <h1 class="pao-h2 pao-text-red">Blog</h1>
143143
<div class="pao-blog-author mb-3">
144144
Iqbal Abdullah
145145
</div>
146-
<h2 class="pao-blog-title mb-4">PyCon US 2026 Report Meetup: What Five Speakers Brought Back to Tokyo</h2>
146+
<h2 class="pao-blog-title mb-4">Congratulations to Our New PSF Fellows: Takanori Suzuki and Sayantika Banik</h2>
147147
<div class="mt-auto">
148-
<a href="/blog/pycon-us-2026-report-meetup-tokyo/" class="pao-blog-read-more">Read More</a>
148+
<a href="/blog/psf-fellows-q2-2026/" class="pao-blog-read-more">Read More</a>
149149
</div>
150150
</div>
151151
</div>
@@ -157,6 +157,30 @@ <h2 class="pao-blog-title mb-4">PyCon US 2026 Report Meetup: What Five Speakers
157157
<!-- Blog Posts Grid -->
158158
<div class="row g-4 justify-content-start">
159159

160+
<div class="col-md-4">
161+
<article class="pao-blog-card">
162+
<!-- Blog Image -->
163+
<div class="pao-blog-card-image">
164+
165+
<img alt="Collage of photos showing people at a Python meetup in Tokyo with presentation slides and networking." class="blog-card-image" height="300" src="/images/python-meetup-tokyo-pycon-us-2026.width-400.png" width="400">
166+
167+
</div>
168+
169+
<!-- Blog Content -->
170+
<div class="pao-blog-card-content">
171+
<div class="pao-blog-author">
172+
Iqbal Abdullah
173+
</div>
174+
<h3 class="pao-blog-title">
175+
<a href="/blog/pycon-us-2026-report-meetup-tokyo/" class="pao-link-plain">PyCon US 2026 Report Meetup: What Five Speakers Brought Back to Tokyo</a>
176+
</h3>
177+
<div class="pao-blog-excerpt">
178+
What happens when five diverse perspectives from the world&#x27;s largest Python gathering converge in Shibuya? The PyCon US 2026 Report Meetup provided a unique bridge between Long Beach and Tokyo, offering actionable advice for the local Python community.
179+
</div>
180+
</div>
181+
</article>
182+
</div>
183+
160184
<div class="col-md-4">
161185
<article class="pao-blog-card">
162186
<!-- Blog Image -->
Lines changed: 212 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
2+
3+
4+
5+
<!DOCTYPE html>
6+
<html lang="en">
7+
<head>
8+
<meta charset="UTF-8">
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
<meta name="keywords"
11+
content="Python, Asia, Community, Programming, Events, PyCon, PAO">
12+
<meta name="google-site-verification" content="TvOTmHvr44p5jOr8EeRb1mnVR5uYLaG5bNMU_-Pjr30" />
13+
14+
15+
<!-- SEO Meta Description -->
16+
<meta name="description" content="Two new PSF Fellows from our region were announced in the Q2 2026 batch. Here is who they are, what they have built, and why the rest of us should be paying att...">
17+
18+
<!-- Open Graph / Facebook / LinkedIn -->
19+
<meta property="og:title" content="Congratulations to Our New PSF Fellows: Takanori Suzuki and Sayantika Banik">
20+
<meta property="og:description" content="Two new PSF Fellows from our region were announced in the Q2 2026 batch. Here is who they are, what they have built, and why the rest of us should be paying attention.">
21+
22+
<meta property="og:image" content="https://pythonasia.org/static/pao/main.png">
23+
24+
<meta property="og:url" content="https://pythonasia.org/blog/psf-fellows-q2-2026/">
25+
<meta property="og:type" content="article">
26+
27+
<meta property="article:published_time" content="2026-07-31">
28+
29+
30+
<meta property="article:author" content="Iqbal Abdullah">
31+
32+
33+
<!-- Twitter -->
34+
<meta name="twitter:card" content="summary_large_image">
35+
<meta name="twitter:title" content="Congratulations to Our New PSF Fellows: Takanori Suzuki and Sayantika Banik">
36+
<meta name="twitter:description" content="Two new PSF Fellows from our region were announced in the Q2 2026 batch. Here is who they are, what they have built, and why the rest of us should be paying attention.">
37+
38+
<meta name="twitter:image" content="https://pythonasia.org/static/pao/main.png">
39+
40+
41+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
42+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
43+
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
44+
<link rel="manifest" href="/site.webmanifest">
45+
<title>
46+
Congratulations to Our New PSF Fellows: Takanori Suzuki and Sayantika Banik | Blog | Python Asia
47+
</title>
48+
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin="anonymous">
49+
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin="anonymous">
50+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous">
51+
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin="anonymous">
52+
<link rel="preconnect" href="https://www.google-analytics.com">
53+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/css/bootstrap.min.css">
54+
<link rel="stylesheet" href="/static/css/pao-css-classes.css">
55+
<script defer
56+
src="https://cdnjs.cloudflare.com/ajax/libs/alpinejs/3.15.0/cdn.min.js"></script>
57+
<script defer
58+
src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/js/bootstrap.bundle.min.js"></script>
59+
60+
61+
62+
</head>
63+
<!-- Google tag (gtag.js) -->
64+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WWSBJKXT0G"></script>
65+
<script>
66+
window.dataLayer = window.dataLayer || [];
67+
function gtag(){dataLayer.push(arguments);}
68+
gtag('js', new Date());
69+
70+
gtag('config', 'G-WWSBJKXT0G');
71+
</script>
72+
<body>
73+
<!-- Navigation -->
74+
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
75+
<div class="container">
76+
<a class="navbar-brand" href="/">
77+
<img src="/static/pao/01-Main2.png"
78+
alt="Python Asia Organization Logo"
79+
height="80"
80+
width="240" />
81+
</a>
82+
<button class="navbar-toggler"
83+
type="button"
84+
data-bs-toggle="collapse"
85+
data-bs-target="#navbarNav">
86+
<span class="navbar-toggler-icon"></span>
87+
</button>
88+
<div class="collapse navbar-collapse" id="navbarNav">
89+
<ul class="navbar-nav ms-auto">
90+
91+
<li class="nav-item">
92+
<a class="nav-link pao-nav-link" href="/about/">About</a>
93+
</li>
94+
95+
<li class="nav-item">
96+
<a class="nav-link pao-nav-link" href="/sponsors/">Sponsors</a>
97+
</li>
98+
99+
<li class="nav-item">
100+
<a class="nav-link pao-nav-link" href="/events/">Events</a>
101+
</li>
102+
103+
<li class="nav-item">
104+
<a class="nav-link pao-nav-link" href="/people/">People</a>
105+
</li>
106+
107+
<li class="nav-item">
108+
<a class="nav-link pao-nav-link" href="/blog/">Blog</a>
109+
</li>
110+
111+
<li class="nav-item">
112+
<a class="nav-link pao-nav-link" href="/conduct/">Code of Conduct</a>
113+
</li>
114+
115+
<li class="nav-item">
116+
<a class="nav-link pao-nav-link" href="/contact/">Contact</a>
117+
</li>
118+
119+
</ul>
120+
</div>
121+
</div>
122+
</nav>
123+
124+
125+
<!-- Main Content -->
126+
<main class="container-fluid px-0 mt-5 pt-5">
127+
128+
<section class="container blog-single-hero">
129+
<!-- Main Layout: Left Meta + Right Content -->
130+
<div class="blog-single-layout">
131+
<!-- Left Column: Meta Information -->
132+
<div class="blog-single-meta-left">
133+
<!-- Author and Reading Time -->
134+
<div class="blog-meta-author-time">
135+
Iqbal Abdullah |
136+
3 MIN READ
137+
</div>
138+
139+
<!-- Publication Date -->
140+
<div class="blog-meta-date">
141+
July 31, 2026
142+
</div>
143+
144+
<!-- Social Sharing Links -->
145+
<div class="blog-social-share-horizontal">
146+
<a href="https://www.facebook.com/sharer/sharer.php?u=https://pythonasia.org/blog/psf-fellows-q2-2026/" target="_blank" rel="noopener noreferrer" class="blog-social-icon" aria-label="Share on Facebook">
147+
<!-- Facebook -->
148+
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
149+
<path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/>
150+
</svg>
151+
</a>
152+
<a href="https://twitter.com/intent/tweet?url=https://pythonasia.org/blog/psf-fellows-q2-2026/&text=Congratulations%20to%20Our%20New%20PSF%20Fellows%3A%20Takanori%20Suzuki%20and%20Sayantika%20Banik" target="_blank" rel="noopener noreferrer" class="blog-social-icon" aria-label="Share on Twitter">
153+
<!-- Twitter -->
154+
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
155+
<path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"/>
156+
</svg>
157+
</a>
158+
<a href="https://www.linkedin.com/sharing/share-offsite/?url=https://pythonasia.org/blog/psf-fellows-q2-2026/" target="_blank" rel="noopener noreferrer" class="blog-social-icon" aria-label="Share on LinkedIn">
159+
<!-- LinkedIn -->
160+
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
161+
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
162+
</svg>
163+
</a>
164+
</div>
165+
</div>
166+
167+
<!-- Right Column: Content -->
168+
<div class="blog-single-content-right">
169+
<!-- Blog Title -->
170+
<h1 class="blog-single-title">Congratulations to Our New PSF Fellows: Takanori Suzuki and Sayantika Banik</h1>
171+
172+
<!-- Featured Image -->
173+
<div class="blog-single-featured-image">
174+
175+
<img src="/static/pao/main.png" class="img-fluid" alt="Python Asia Blog" />
176+
177+
</div>
178+
179+
<!-- Blog Content -->
180+
<div class="blog-single-content">
181+
<p data-block-key="fa6ez">When the Python Software Foundation announces a new batch of Fellows, our habit is the same as everyone else's. We scroll through the list looking for names I recognise. Most quarters we find one. Sometimes none.</p><p data-block-key="bpoc9">The Q2 2026 batch had two from our region!</p><p data-block-key="3l1o8">The <a href="https://pyfound.blogspot.com/2026/07/announcing-python-software-foundation.html">PSF announced</a> the latest cohort of Fellows in July, and two of the people on that list are from our part of the world:</p><ul><li data-block-key="915o9"><a href="https://github.com/takanory"><b>Takanori Suzuki</b></a> from Japan</li><li data-block-key="fbpgb"><a href="https://github.com/sayantikabanik"><b>Sayantika Banik</b></a> from India</li></ul><p data-block-key="b8ep0">That makes five PSF Fellows from East, South, and Southeast Asia in a single year. If you have been counting (and on this site, we count), you know that is still not a normal distribution. But it is starting to look like a pattern.</p><p data-block-key="abqq8">Congratulations to both. The recognition is earned.</p><h2 data-block-key="472jl"><b>Takanori Suzuki</b></h2><p data-block-key="fqj3b"><a href="https://github.com/takanory">Takanori Suzuki</a> is the Chair of the <a href="https://www.pycon.jp/">PyCon JP Association</a> and has been organising PyCon JP events since the very first PyCon mini JP in January 2011. He served as Chair of PyCon JP from 2014 to 2016 and as Co-Chair of PyCon JP 2024. He is also a Director at <a href="https://www.beproud.jp/">BeProud Inc.</a>, where his title is "Python Climber."</p><p data-block-key="3aq3e">Takanori's footprint in the Japanese Python community is everywhere. He runs the <a href="https://www.pycon.jp/support/bootcamp.html">Python Boot Camp</a> programme, teaching Python to beginners in cities across Japan. He organises the Python mini Hack-a-thon and founded the Python Bouldering Club, because apparently one community is not enough. He is a frequent speaker at international conferences, including <a href="https://us.pycon.org/2025/speaker/profile/139/">PyCon US 2025</a>.</p><p data-block-key="3rl1e">This is not his first PSF recognition. In 2021, Takanori was part of the PyCon JP Association team that received the <a href="https://www.python.org/community/awards/psf-awards/">PSF Community Service Award</a> for raising more than $25,000 USD for the PSF through charity talks. The Fellowship is a natural next step for someone whose work has been sustained, specific, and deeply local for well over a decade.</p><h2 data-block-key="a9nb7"><b>Sayantika Banik</b></h2><p data-block-key="cesje"><a href="https://github.com/sayantikabanik">Sayantika Banik</a> is an organizer for <a href="https://bangalore.pyladies.com/">PyLadies Bangalore</a> and a member of the <a href="https://www.python.org/community/diversity/">PSF Diversity and Inclusion Work Group</a>. She has served on the board of the Django Software Foundation and contributes to the global <a href="https://rladies.org/">R-Ladies</a> team. Her review work spans the Journal of Open Source Software, EuroPython, and PyLadiesCon.</p><p data-block-key="ehbmq">Sayantika's community work is grounded in mentorship. She has been a mentor at PyConUS, PyLadiesCon, DigitalBoost, and Learn IT Girl. She has spoken at Google Women Techmakers and Global Diversity CFP meetups. She helps people — particularly early-career developers and underrepresented groups — find their way into open source and into Python.</p><p data-block-key="dlrrp">India has one of the largest developer populations in the world. Sayantika has been one of the people making sure that population is not just large but also welcoming.</p><h2 data-block-key="ju57"><b>What This Means</b></h2><p data-block-key="b5e84">Five Fellows from the region in one year is not an accident. It is the result of more people in our communities learning how the nomination process works, and then actually doing it.</p><p data-block-key="d5mf2">As I wrote in <a href="https://pythonasia.org/blog/psf-fellows-q1-2026-community-recognition/">April</a>, East, South, and Southeast Asia together account for roughly 4% of all PSF Fellows against a developer population that is dramatically larger than that share. The gap is not a diversity problem in the abstract. It is an opportunity problem. The committees are not gatekeeping. They are working with the inboxes they have.</p><p data-block-key="872ci">Takanori and Sayantika are proof that the mechanism works. Now the rest of us need to make sure they are not the last.</p><h2 data-block-key="4fl88"><b>What I Want You To Do After Reading This</b></h2><p data-block-key="aft6">Three things, in this order.</p><ol><li data-block-key="81fc7"><b>Send a congratulations</b> to Takanori or Sayantika if you know them, or even if you only recognise their work from a distance. The recognition lands harder when it comes from peers.</li><li data-block-key="2da8d"><b>Write down the name of one person</b> in your local Python community whose work has been overlooked. Just one.</li><li data-block-key="317c4"><b>Nominate them</b> via the <a href="https://www.python.org/psf/fellows/">PSF Fellows page</a> before the end of this year.</li></ol><p data-block-key="enbft">That is how the percentage moves. Through a few hundred of us, scattered across the region, each writing down one name and submitting it.</p><p data-block-key="3vanj">Congratulations again to our two new Fellows. We are proud of you, and we are watching to see who you bring up next.</p>
182+
</div>
183+
</div>
184+
</div>
185+
</section>
186+
187+
</main>
188+
189+
190+
<!-- The Team -->
191+
<!-- Community Events -->
192+
<!-- Looking for Sponsor -->
193+
<section id="section-for-sponsors" class="blue-section">
194+
<div class="container text-center">
195+
<h2>Become a Sponsor</h2>
196+
<p>We are looking for sponsors to support our events and activities.</p>
197+
<a href="/sponsors/" class="cta-button">Become a Sponsor</a>
198+
</div>
199+
</section>
200+
<!-- Footer -->
201+
<footer class="pao-footer">
202+
<div class="container">
203+
<a class="navbar-brand" href="/">
204+
<img src="/static/pao/01-Main-w2.png"
205+
alt="Python Asia Organization Logo"
206+
height="120"
207+
width="360" />
208+
</a>
209+
</div>
210+
</footer>
211+
</body>
212+
</html>

0 commit comments

Comments
 (0)