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
There's always money in the banana(-py) stand
Search
Kenneth Love
September 26, 2011
Programming
1
160
There's always money in the banana(-py) stand
A brief introduction to the Django MailChimp OAuth2 library, banana-py.
Kenneth Love
September 26, 2011
Tweet
Share
More Decks by Kenneth Love
See All by Kenneth Love
Those Who Care, Teach!
kennethlove
0
290
Django 101
kennethlove
2
1k
Views can be Classy
kennethlove
7
1.7k
Class-Based Views
kennethlove
2
270
Other Decks in Programming
See All in Programming
脱Riverpod?fqueryで考える、TanStack Queryライクなアーキテクチャの可能性
ostk0069
0
520
Claude Code派?Gemini CLI派? みんなで比較LT会!_20250716
junholee
1
610
[SRE NEXT] 複雑なシステムにおけるUser Journey SLOの導入
yakenji
0
150
AIと”コードの評価関数”を共有する / Share the "code evaluation function" with AI
euglena1215
1
180
PHPUnitの限界をPlaywrightで補完するテストアプローチ
yuzneri
0
180
Model Pollution
hschwentner
1
160
RailsGirls IZUMO スポンサーLT
16bitidol
0
200
Porting a visionOS App to Android XR
akkeylab
0
800
What's new in AppKit on macOS 26
1024jp
0
150
商品比較サービス「マイベスト」における パーソナライズレコメンドの第一歩
ucchiii43
0
180
A full stack side project webapp all in Kotlin (KotlinConf 2025)
dankim
0
150
マッチングアプリにおけるフリックUIで苦労したこと
yuheiito
0
210
Featured
See All Featured
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
GitHub's CSS Performance
jonrohan
1031
460k
For a Future-Friendly Web
brad_frost
179
9.8k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Thoughts on Productivity
jonyablonski
69
4.7k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Rails Girls Zürich Keynote
gr2m
95
14k
A designer walks into a library…
pauljervisheath
207
24k
Docker and Python
trallard
45
3.5k
Code Reviewing Like a Champion
maltzj
524
40k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Transcript
There’s always money in the Banana(-py) Stand! Kenneth Love &
Chris Jones
There’s always money in the Banana(-py) Stand! Kenneth Love &
Chris Jones AKA: Who the heck?
What the heck? An authentication library for Django using MailChimp’s
OAuth2 provider...thing. Sadly not a tasty baked good. A clever pun.
How the heck? Set redirect uri on Mailchimp to “http://your-domain/
bananas/ripe/”. Set the settings for API keys and the like. Include the URLs. Use the tag.
Where the heck? https://github.com/kennethlove/Banana-Py http://pypi.python.org/pypi/banana_py/ Or good, old-fashioned “pip install
banana-py” Demo Project: http://bit.ly/banana-py-demo