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
Zero Data Loss Autonomous Recovery Service サービス概要
oracle4engineer
PRO
2
7.8k
いつの間にか入れ替わってる!?新しいAWS Security Hubとは?
cmusudakeisuke
0
150
Claude Code に プロジェクト管理やらせたみた
unson
7
4.8k
QuickSight SPICE の効果的な運用戦略~S3 + Athena 構成での実践ノウハウ~/quicksight-spice-s3-athena-best-practices
emiki
0
230
SREのためのeBPF活用ステップアップガイド
egmc
1
780
敢えて生成AIを使わないマネジメント業務
kzkmaeda
2
500
20250707-AI活用の個人差を埋めるチームづくり
shnjtk
6
4.1k
CDKTFについてざっくり理解する!!~CloudFormationからCDKTFへ変換するツールも作ってみた~
masakiokuda
1
190
インフラ寄りSREの生存戦略
sansantech
PRO
8
3.3k
ポストコロナ時代の SaaS におけるコスト削減の意義
izzii
1
190
アクセスピークを制するオートスケール再設計: 障害を乗り越えKEDAで実現したリソース管理の最適化
myamashii
1
250
cdk initで生成されるあのファイル達は何なのか/cdk-init-generated-files
tomoki10
1
430
Featured
See All Featured
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Git: the NoSQL Database
bkeepers
PRO
430
65k
For a Future-Friendly Web
brad_frost
179
9.8k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
How GitHub (no longer) Works
holman
314
140k
Fireside Chat
paigeccino
37
3.5k
4 Signs Your Business is Dying
shpigford
184
22k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
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!