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
今のコンピュータ、AI にも Web にも 向いていないので 作り直そう!!
piacerex
0
640
AIを使ってテストを楽にする
kworkdev
PRO
0
420
The Twin Mandate of Observability
charity
1
320
GPUをつかってベクトル検索を扱う手法のお話し~NVIDIA cuVSとCAGRA~
fshuhe
0
380
実践マルチモーダル検索!
shibuiwilliam
3
570
AIで急増した生産「量」の荒波をCodeRabbitで乗りこなそう
moongift
PRO
0
500
SOTA競争から人間を超える画像認識へ
shinya7y
0
690
書籍『実践 Apache Iceberg』の歩き方
ishikawa_satoru
0
470
Boxを“使われる場”にする統制と自動化の仕組み
demaecan
0
200
SREのキャリアから経営に近づく - Enterprise Risk Managementを基に -
shonansurvivors
1
730
日本のソブリンAIを支えるエヌビディアの生成AIエコシステム
acceleratedmu3n
0
130
アノテーション作業書作成のGood Practice
cierpa0905
PRO
1
400
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
How to Ace a Technical Interview
jacobian
280
24k
Building an army of robots
kneath
306
46k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Navigating Team Friction
lara
190
15k
The Pragmatic Product Professional
lauravandoore
36
7k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.3k
Automating Front-end Workflow
addyosmani
1371
200k
Bash Introduction
62gerente
615
210k
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!