Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
How did I get here?
Search
Pradyun Gedam
August 17, 2019
Technology
0
150
How did I get here?
Pradyun's first talk -- How he ended up on keynoting at PyCon Korea 2019.
Pradyun Gedam
August 17, 2019
Tweet
Share
Other Decks in Technology
See All in Technology
下手な強制、ダメ!絶対! 「ガードレール」を「檻」にさせない"ガバナンス"の取り方とは?
tsukaman
2
460
AIエージェント開発用SDKとローカルLLMをLINE Botと組み合わせてみた / LINEを使ったLT大会 #14
you
PRO
0
130
「その開発、認知負荷高すぎませんか?」Platform Engineeringで始める開発者体験カイゼン術
sansantech
PRO
2
790
Snowflake×dbtを用いたテレシーのデータ基盤のこれまでとこれから
sagara
0
120
複数サービスを支えるマルチテナント型Batch MLプラットフォーム
lycorptech_jp
PRO
1
960
2025/09/16 仕様駆動開発とAI-DLCが導くAI駆動開発の新フェーズ
masahiro_okamura
0
130
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
Android Audio: Beyond Winning On It
atsushieno
0
3.4k
RSCの時代にReactとフレームワークの境界を探る
uhyo
10
3.5k
COVESA VSSによる車両データモデルの標準化とAWS IoT FleetWiseの活用
osawa
1
400
KotlinConf 2025_イベントレポート
sony
1
140
5分でカオスエンジニアリングを分かった気になろう
pandayumi
0
260
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
A designer walks into a library…
pauljervisheath
207
24k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Code Review Best Practice
trishagee
71
19k
Faster Mobile Websites
deanohume
309
31k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
Building an army of robots
kneath
306
46k
Thoughts on Productivity
jonyablonski
70
4.8k
Transcript
PyCon Korea 2019 How did I get here? Pradyun Gedam
•College Student •Python Packaging Authority Member •TOML Core Team •PSF
Fellow Who?
My Journey
Learning
None
!># print "Hello World!"
!># print "Hello World!" File "<stdin>", line 1 print "Hello
World!" ^ SyntaxError: invalid syntax
None
!># print "Hello World!" Hello World!
!># print "Hello World!" Hello World! !># print("Hello World!") Hello
World!
!># print "Hello World!" SyntaxError: Missing parentheses in call to
'print'. Did you mean print("Hello World")?
Exploring
Source: http://www.pygame.org/docs/pygame_logo.gif
None
Source: https://raw.githubusercontent.com/viblo/pymunk/master/docs/src/_static/pymunk_logo_animation.gif
Source: https://raw.githubusercontent.com/viblo/pymunk/master/docs/src/_static/pymunk_logo_animation.gif
Python on Android I couldn’t find a good image. :(
Source: https://commons.wikimedia.org/wiki/File:Enthought-Logo-Horizontal-2018-Blue-2500x354.png
Source: https://github.com/pradyun/Py2C
Source: https://github.com/pulls?q=is%3Apr+author%3Apradyunsg+archived%3Afalse+sort%3Aupdated- desc+user%3Aenthought+is%3Aclosed
Contributing
Source: https://github.com/pypa/pip/issues/59
Source: https://github.com/pypa/pip/issues/59
Source: https://gist.github.com/pradyunsg/4c9db6a212239fee69b429c96cdc3d73
Source: https://github.com/pypa/pip/issues/59
Source: https://github.com/pypa/pip/pull/3972
Source: https://mail.python.org/pipermail/gsoc-general/2017/000111.html
Source: https://summerofcode.withgoogle.com/archive/2017/projects/
Source: https://pradyunsg.me/gsoc-2017/08/24/wrapping-up-gsoc/
None
Source: https://github.com/pypa/pip/issues/988
None
Community
Brett Cannon “I came for the language but I stay
for the community”
Thank You!